diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index ed45e066516d..cf9668debb32 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -42,6 +42,7 @@ #define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map #define MAP_TYRARGO_RIFT "Tyrargo Rift" #define MAP_WHITE_ANTRE_RESEARCH_FACILITY "White Antre Research Facility" +#define MAP_FIRE_COLONY "LV-376 Charon's Crucible"//heavily modified ice colony V2 - low-medium pop #define MAP_CHINOOK "Chinook 91 GSO" //admin level #define MAP_ROSTOCK "SSV Rostock" //UPP Warship #define MAP_HUNTERSHIP "Hunter Ship" @@ -409,6 +410,8 @@ #define WALL_SHIVA_FAB_PINK "shiva_fab_pnk" #define WALL_SHIVA_FAB_WHITE "shiva_fab_wht" #define WALL_SHIVA_FAB_RED "shiva_fab_red" +#define WALL_SHIVA_FAB_DARK "shiva_fab_dark" +#define WALL_ENGINEER_RUIN "engineer_stone" #define WALL_DOME "dome" #define WALL_DOMER "r_dome" #define WALL_SOLARIS "solaris_interior" diff --git a/code/__DEFINES/job.dm b/code/__DEFINES/job.dm index b1ce46a6ca06..b80bedc3aaec 100644 --- a/code/__DEFINES/job.dm +++ b/code/__DEFINES/job.dm @@ -318,6 +318,34 @@ GLOBAL_LIST_INIT(job_command_roles, JOB_COMMAND_ROLES_LIST) #define JOB_HC_DEPUTY_DIRECTOR "HC Deputy Director" #define JOB_HC_DIRECTOR "HC Director" +//-------- Lasalle Bionational --------// + +#define JOB_LB_SEC "L-B Corporate Security" +#define JOB_LB_SEC_SYNTH "L-B Corporate Security Synthetic" +#define JOB_LB_TRAINEE "Corporate Trainee" +#define JOB_LB_JUNIOR_EXECUTIVE "Corporate Junior Executive" +#define JOB_LB_CORPORATE_LIAISON "Corporate Liaison" +#define JOB_LB_EXECUTIVE "Corporate Executive" +#define JOB_LB_SENIOR_EXECUTIVE "Corporate Senior Executive" +#define JOB_LB_EXECUTIVE_SPECIALIST "Corporate Executive Specialist" +#define JOB_LB_LEGAL_SPECIALIST "Corporate Legal Specialist" +#define JOB_LB_EXECUTIVE_SUPERVISOR "Corporate Executive Supervisor" +#define JOB_LB_LEGAL_SUPERVISOR "Corporate Legal Supervisor" +#define JOB_LB_ASSISTANT_MANAGER "Corporate Assistant Manager" +#define JOB_LB_DIVISION_MANAGER "Corporate Division Manager" +#define JOB_LB_CHIEF_EXECUTIVE "Corporate Chief Executive" +#define JOB_LB_DEPUTY_DIRECTOR "L-B Deputy Director" +#define JOB_LB_DIRECTOR "L-B Director" + +#define JOB_LB_MERC "HIG (Operator)" +#define JOB_LB_MERC_MEDIC "HIG (Medical Specialist)" +#define JOB_LB_MERC_ENGI "HIG (Technical Specialist)" +#define JOB_LB_MERC_SP "HIG (Senior Operator)" +#define JOB_LB_MERC_TL "HIG (Team Leader)" +#define JOB_LB_MERC_COMMANDER "HIG (Operations Commander)" +#define JOB_LB_MERC_SG "HIG (Smartgunner)" +#define JOB_LB_MERC_SYN "HIG (Support Synthetic)" + //---- Contractors ----// #define JOB_CONTRACTOR "VAIPO Mercenary" #define JOB_CONTRACTOR_ST "VAIPO Mercenary" diff --git a/code/__DEFINES/mob_hud.dm b/code/__DEFINES/mob_hud.dm index 064e166b85ff..c9373f75963f 100644 --- a/code/__DEFINES/mob_hud.dm +++ b/code/__DEFINES/mob_hud.dm @@ -73,6 +73,7 @@ #define MOB_HUD_XENO_HIVE_RENEGADE 39 #define MOB_HUD_XENO_HIVE_TUTORIAL 40 #define MOB_HUD_XENO_HIVE_K_SERIES 41 +#define MOB_HUD_FACTION_LB 42 //for SL/FTL/LZ targeting on locator huds #define TRACKER_SL "track_sl" diff --git a/code/__DEFINES/mode.dm b/code/__DEFINES/mode.dm index 89b58b7d634a..fb6274e9b089 100644 --- a/code/__DEFINES/mode.dm +++ b/code/__DEFINES/mode.dm @@ -260,6 +260,7 @@ DEFINE_BITFIELD(whitelist_status, list( #define FACTION_IASF "Imperial Armed Space Force" #define FACTION_PAP "People's Armed Police" #define FACTION_HYPERDYNE "Hyperdyne Corporation" +#define FACTION_LASALLE_BIONATIONAL "Lasalle Bionational" #define FACTION_WY_DEATHSQUAD "WY Death Squad" #define FACTION_MERCENARY "Mercenary" #define FACTION_FREELANCER "Freelancer" @@ -293,6 +294,7 @@ DEFINE_BITFIELD(whitelist_status, list( #define FACTION_LIST_ERT_ALL list(FACTION_PMC, FACTION_WY_DEATHSQUAD, FACTION_WY, FACTION_CLF, FACTION_CONTRACTOR, FACTION_UPP, FACTION_FREELANCER, FACTION_MERCENARY, FACTION_DUTCH, FACTION_MILITARY_CASTE, FACTION_HEFA, FACTION_GLADIATOR, FACTION_PIRATE, FACTION_PIZZA, FACTION_SOUTO, FACTION_MARSHAL, FACTION_TWE, FACTION_HUNTED, FACTION_HUNTED_CLF, FACTION_HUNTED_UPP, FACTION_HUNTED_TWE, FACTION_HUNTED_MERC, FACTION_HUNTED_PMC, FACTION_HUNTED_MISC) #define FACTION_LIST_WY list(FACTION_PMC, FACTION_WY_DEATHSQUAD, FACTION_WY) #define FACTION_LIST_HYPERDYNE list(FACTION_HYPERDYNE) +#define FACTION_LIST_LASALLE_BIONATIONAL list(FACTION_LASALLE_BIONATIONAL) #define FACTION_LIST_UPP list(FACTION_UPP) #define FACTION_LIST_CLF list(FACTION_CLF) #define FACTION_LIST_TWE list(FACTION_TWE, FACTION_IASF) @@ -307,6 +309,7 @@ DEFINE_BITFIELD(whitelist_status, list( #define FACTION_LIST_SURVIVOR_PAP list(FACTION_SURVIVOR, FACTION_PAP, FACTION_UPP) #define FACTION_LIST_SURVIVOR_UPP list(FACTION_SURVIVOR, FACTION_UPP) #define FACTION_LIST_SURVIVOR_HYPERDYNE list(FACTION_SURVIVOR, FACTION_UPP, FACTION_HYPERDYNE) +#define FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL list(FACTION_SURVIVOR, FACTION_LASALLE_BIONATIONAL) #define FACTION_LIST_MARINE_WY list(FACTION_MARINE, FACTION_PMC, FACTION_WY) #define FACTION_LIST_MARINE_UPP list(FACTION_MARINE, FACTION_UPP) #define FACTION_LIST_MARINE_TWE list(FACTION_MARINE, FACTION_TWE) diff --git a/code/__DEFINES/origins.dm b/code/__DEFINES/origins.dm index 9a5e90b5b893..b63c763bae77 100644 --- a/code/__DEFINES/origins.dm +++ b/code/__DEFINES/origins.dm @@ -30,3 +30,9 @@ // CMB #define ORIGIN_CMB "The Colonial Marshal Bureau" + +// LASALLE BIONATIONAL + +#define ORIGIN_LB "Lasalle Bionational Corporation" +#define ORIGIN_LB_SEC "Lasalle Bionational Security Forces" +#define ORIGIN_LB_MERC "Lasalle Bionational Hazard Intervention Group" diff --git a/code/__DEFINES/radio.dm b/code/__DEFINES/radio.dm index f9e27db91a3a..b24ccce5b2ae 100644 --- a/code/__DEFINES/radio.dm +++ b/code/__DEFINES/radio.dm @@ -68,6 +68,10 @@ #define RADIO_CHANNEL_HYPERDYNE "Hyperdyne" +//Lasalle Bionational Comms + +#define RADIO_CHANNEL_LASALLE_BIONATIONAL "Lasalle Bionational" + //Listening Devices #define RADIO_CHANNEL_BUG_A "Listening Device A" #define RADIO_CHANNEL_BUG_B "Listening Device B" diff --git a/code/__DEFINES/sounds.dm b/code/__DEFINES/sounds.dm index c3c7c6ac01a8..1b22c8993ea5 100644 --- a/code/__DEFINES/sounds.dm +++ b/code/__DEFINES/sounds.dm @@ -94,6 +94,8 @@ #define AMBIENCE_MALL 'sound/ambience/medbay1.ogg' #define AMBIENCE_CAVE 'sound/ambience/desert.ogg' #define AMBIENCE_YAUTJA 'sound/ambience/yautja_ship.ogg' +#define AMBIENCE_VOLCANIC 'sound/ambience/lava/fire_colony_ambience.ogg' +#define AMBIENCE_ANCIENT_TEMPLE 'sound/ambience/lava/engineer_temple.ogg' #define SOUND_MARINE_DRUMS 'sound/effects/drums.ogg' @@ -107,7 +109,7 @@ #define SCAPE_PL_WIND list('sound/soundscape/wind1.ogg','sound/soundscape/wind2.ogg') #define SCAPE_PL_LV522_OUTDOORS list('sound/soundscape/lv522/outdoors/wind1.ogg','sound/soundscape/lv522/outdoors/wind2.ogg','sound/soundscape/lv522/outdoors/wind3.ogg',) #define SCAPE_PL_LV522_INDOORS list('sound/soundscape/lv522/indoors/indoor_wind.ogg','sound/soundscape/lv522/indoors/indoor_wind2.ogg') -#define SCAPE_PL_CAVE list('sound/soundscape/rocksfalling1.ogg', 'sound/soundscape/rocksfalling2.ogg') +#define SCAPE_PL_CAVE list('sound/soundscape/rocksfalling1.ogg', 'sound/soundscape/rocksfalling2.ogg', 'sound/soundscape/rocksfalling3.ogg', 'sound/soundscape/rocksfalling4.ogg', 'sound/soundscape/cave_impact.ogg', 'sound/soundscape/cave_groan.ogg',) #define SCAPE_PL_ELEVATOR_MUSIC list('sound/soundscape/medbay1.ogg','sound/soundscape/medbay2.ogg', 'sound/soundscape/medbay3.ogg') #define SCAPE_PL_THUNDER list('sound/soundscape/thunderclap1.ogg', 'sound/soundscape/thunderclap2.ogg') #define SCAPE_PL_DESERT_STORM list('sound/soundscape/thunderclap1.ogg', 'sound/soundscape/thunderclap2.ogg', 'sound/soundscape/wind1.ogg','sound/soundscape/wind2.ogg') diff --git a/code/controllers/subsystem/communications.dm b/code/controllers/subsystem/communications.dm index d9d3fbe1ff03..06de6f5da7a6 100644 --- a/code/controllers/subsystem/communications.dm +++ b/code/controllers/subsystem/communications.dm @@ -123,6 +123,10 @@ Radiochat range: 1441 to 1489 (most devices refuse to be tune to other frequency #define HDC_FREQ 1331 +//Lasalle Bionational channels (1401-1460) + +#define LB_FREQ 1401 + //General Radio #define MIN_FREQ 1460 // ------------------------------------------------------ #define PUB_FREQ 1461 @@ -209,6 +213,8 @@ GLOBAL_LIST_INIT(radiochannels, list( RADIO_CHANNEL_HYPERDYNE = HDC_FREQ, + RADIO_CHANNEL_LASALLE_BIONATIONAL = LB_FREQ, + RADIO_CHANNEL_WY = WY_FREQ, RADIO_CHANNEL_WY_PUB = WY_PUB_FREQ, RADIO_CHANNEL_WY_SEC = WY_SEC_FREQ, @@ -356,6 +362,7 @@ SUBSYSTEM_DEF(radio) "[FAX_USCM_HC_FREQ]" = "aiprivradio", "[FAX_USCM_PVST_FREQ]" = "aiprivradio", "[HDC_FREQ]" = "hdcradio", + "[LB_FREQ]" = "lbradio", ) /datum/controller/subsystem/radio/fire(resumed) diff --git a/code/datums/ammo/bullet/rifle.dm b/code/datums/ammo/bullet/rifle.dm index 461529f8073e..291ce63c7de2 100644 --- a/code/datums/ammo/bullet/rifle.dm +++ b/code/datums/ammo/bullet/rifle.dm @@ -328,3 +328,16 @@ damage = 30 penetration = ARMOR_PENETRATION_TIER_8 + +/datum/ammo/bullet/rifle/w_ek_17 + name = "7.6mm rifle bullet" + + damage = 35 + penetration = ARMOR_PENETRATION_TIER_1 + accurate_range = 14 + effective_range_max = 6 + max_range = 22 + accuracy = HIT_ACCURACY_TIER_3 + scatter = SCATTER_AMOUNT_TIER_10 + shell_speed = AMMO_SPEED_TIER_6 + damage_falloff = DAMAGE_FALLOFF_TIER_5 diff --git a/code/datums/ammo/bullet/smg.dm b/code/datums/ammo/bullet/smg.dm index 06b1d7167022..2ff82d2a324d 100644 --- a/code/datums/ammo/bullet/smg.dm +++ b/code/datums/ammo/bullet/smg.dm @@ -165,3 +165,25 @@ penetration = ARMOR_PENETRATION_TIER_4 damage_falloff = DAMAGE_FALLOFF_TIER_6 scatter = SCATTER_AMOUNT_TIER_6 + +/datum/ammo/bullet/smg/a_m36 + name = "armor-piercing laserbolt" + icon_state = "redtrac" + damage = 30 + accurate_range = 5 + effective_range_max = 6 + penetration = ARMOR_PENETRATION_TIER_2 + shell_speed = AMMO_SPEED_TIER_4 + scatter = SCATTER_AMOUNT_TIER_3 + accuracy = HIT_ACCURACY_TIER_2 + damage_type = BURN + shrapnel_chance = 0 + flags_ammo_behavior = AMMO_LASER + hit_effect_color = "#ff0000" + ///chance of the bullet burning the mob + var/ignition_probability = 5 + +/datum/ammo/bullet/smg/a_m36/on_hit_mob(mob/target, obj/projectile/bullet) + ..() + if(prob(ignition_probability)) + target.fire_act() diff --git a/code/datums/components/damage_over_time.dm b/code/datums/components/damage_over_time.dm index 0811db9d4dbd..b1d7d5e674b1 100644 --- a/code/datums/components/damage_over_time.dm +++ b/code/datums/components/damage_over_time.dm @@ -15,20 +15,28 @@ var/cause_path /// Whether the damage is considered to be from an environmental source var/enviro = FALSE + /// Whether the DOT applies fire stacks or not + var/apply_fire = FALSE + /// stuff for fire stacks + var/burn_reagent = /datum/reagent/napalm/ut + var/burn_stacks = 30 /// Parent as a living mob var/mob/living/living_parent -/datum/component/damage_over_time/InheritComponent(cause_path, dam_amount, dam_type, target_temp, temp_delta, synth_dmg_mult, pred_dmg_mult, warning_message, enviro) +/datum/component/damage_over_time/InheritComponent(cause_path, dam_amount, dam_type, target_temp, temp_delta, synth_dmg_mult, pred_dmg_mult, warning_message, enviro, apply_fire, burn_reagent, burn_stacks) return // Ultimately just here to suppress named arg errors -/datum/component/damage_over_time/Initialize(cause_path, dam_amount=5, dam_type=BURN, target_temp=T90C, temp_delta=5, synth_dmg_mult=0.5, pred_dmg_mult=0.5, warning_message="You feel your body start to shake as the scalding water sears your skin, heat overwhelming your senses...", enviro=FALSE) +/datum/component/damage_over_time/Initialize(cause_path, dam_amount=5, dam_type=BURN, target_temp=T90C, temp_delta=5, synth_dmg_mult=0.5, pred_dmg_mult=0.5, warning_message="You feel your body start to shake as the scalding water sears your skin, heat overwhelming your senses...", enviro=FALSE, apply_fire=FALSE, burn_reagent = /datum/reagent/napalm/ut, burn_stacks = 30) src.dam_amount = dam_amount src.dam_type = dam_type src.target_temp = target_temp src.temp_delta = temp_delta src.cause_path = cause_path src.enviro = enviro + src.apply_fire = apply_fire + src.burn_reagent = burn_reagent + src.burn_stacks = burn_stacks living_parent = parent @@ -78,6 +86,12 @@ living_parent.bodytemperature -= temp_delta else living_parent.bodytemperature = target_temp + if(apply_fire) + if(ispath(burn_reagent)) + var/datum/reagent/temp = burn_reagent + burn_reagent = GLOB.chemical_reagents_list[initial(temp.id)] + living_parent.TryIgniteMob(burn_stacks, burn_reagent) //30 burn stacks, proc needs a reagent to work. + /datum/component/damage_over_time/RegisterWithParent() START_PROCESSING(SSdcs, src) diff --git a/code/datums/factions/clf.dm b/code/datums/factions/clf.dm index 26dd3ce2210e..a6ee405c8f2b 100644 --- a/code/datums/factions/clf.dm +++ b/code/datums/factions/clf.dm @@ -62,7 +62,7 @@ list("SIDEARMS", 0, null, null, null), list("88 Mod 4 Combat Pistol", 15, /obj/item/weapon/gun/pistol/mod88, null, VENDOR_ITEM_REGULAR), - list("Beretta 92FS Pistol", 15, /obj/item/weapon/gun/pistol/b92fs, null, VENDOR_ITEM_REGULAR), + list("Beretta M92X Pistol", 15, /obj/item/weapon/gun/pistol/b92fs, null, VENDOR_ITEM_REGULAR), list("CMB Spearhead Autorevolver", 15, /obj/item/weapon/gun/revolver/cmb, null, VENDOR_ITEM_REGULAR), list("Holdout Pistol", 10, /obj/item/weapon/gun/pistol/holdout, null, VENDOR_ITEM_REGULAR), list("KT-42 Automag", 15, /obj/item/weapon/gun/pistol/kt42, null, VENDOR_ITEM_REGULAR), @@ -70,7 +70,7 @@ list("SIDEARM AMMUNITION", 0, null, null, null), list("88M4 AP Magazine (9mm)", 5, /obj/item/ammo_magazine/pistol/mod88, null, VENDOR_ITEM_REGULAR), - list("Beretta 92FS Magazine (9mm)", 5, /obj/item/ammo_magazine/pistol/b92fs, null, VENDOR_ITEM_REGULAR), + list("Beretta M92X Magazine (9mm)", 5, /obj/item/ammo_magazine/pistol/b92fs, null, VENDOR_ITEM_REGULAR), list("KT-42 Magazine (.44)", 5, /obj/item/ammo_magazine/pistol/kt42, null, VENDOR_ITEM_REGULAR), list("Spearhead Speed Loader (.357)", 10, /obj/item/ammo_magazine/revolver/cmb/normalpoint, VENDOR_ITEM_REGULAR), list("Hollowpoint Spearhead Speed Loader (.357)", 5, /obj/item/ammo_magazine/revolver/cmb, VENDOR_ITEM_REGULAR), @@ -130,7 +130,7 @@ list("SIDEARMS", -1, null, null), list("88 Mod 4 Combat Pistol", 20, /obj/item/weapon/gun/pistol/mod88, VENDOR_ITEM_REGULAR), - list("Beretta 92FS Pistol", 20, /obj/item/weapon/gun/pistol/b92fs, VENDOR_ITEM_REGULAR), + list("Beretta M92X Pistol", 20, /obj/item/weapon/gun/pistol/b92fs, VENDOR_ITEM_REGULAR), list("CMB Spearhead Autorevolver", 20, /obj/item/weapon/gun/revolver/cmb, VENDOR_ITEM_REGULAR), list("Holdout Pistol", 20, /obj/item/weapon/gun/pistol/holdout, VENDOR_ITEM_REGULAR), list("KT-42 Automag", 20, /obj/item/weapon/gun/pistol/kt42, VENDOR_ITEM_REGULAR), @@ -138,7 +138,7 @@ list("SIDEARM AMMUNITION", -1, null, null), list("88M4 AP Magazine (9mm)", 40, /obj/item/ammo_magazine/pistol/mod88, VENDOR_ITEM_REGULAR), - list("Beretta 92FS Magazine (9mm)", 40, /obj/item/ammo_magazine/pistol/b92fs, VENDOR_ITEM_REGULAR), + list("Beretta M92X Magazine (9mm)", 40, /obj/item/ammo_magazine/pistol/b92fs, VENDOR_ITEM_REGULAR), list("KT-42 Magazine (.44)", 40, /obj/item/ammo_magazine/pistol/kt42, VENDOR_ITEM_REGULAR), list("Spearhead Speed Loader (.357)", 40, /obj/item/ammo_magazine/revolver/cmb/normalpoint, VENDOR_ITEM_REGULAR), list("Hollowpoint Spearhead Speed Loader (.357)", 40, /obj/item/ammo_magazine/revolver/cmb, VENDOR_ITEM_REGULAR), diff --git a/code/datums/factions/lasalle_bionational.dm b/code/datums/factions/lasalle_bionational.dm new file mode 100644 index 000000000000..2ec6cd9fc925 --- /dev/null +++ b/code/datums/factions/lasalle_bionational.dm @@ -0,0 +1,60 @@ +/datum/faction/lasalle_bionational + name = "Lasalle Bionational" + faction_tag = FACTION_LASALLE_BIONATIONAL + base_icon_file = 'icons/mob/hud/factions/lasalle_bionational.dmi' + +/datum/faction/lasalle_bionational/modify_hud_holder(image/holder, mob/living/carbon/human/human) + var/icon/override_icon_file + var/hud_icon_state + var/_role = human.job + if(!_role) + var/obj/item/card/id/id_card = human.get_idcard() + if(id_card) + _role = id_card.rank + switch(_role) + if(JOB_LB_MERC) + hud_icon_state = "merc" + if(JOB_LB_MERC_MEDIC) + hud_icon_state = "medic" + if(JOB_LB_MERC_ENGI) + hud_icon_state = "engi" + if(JOB_LB_MERC_SP) + hud_icon_state = "spec" + if(JOB_LB_MERC_TL) + hud_icon_state = "leader" + if(JOB_LB_MERC_SYN) + hud_icon_state = "synth" + if(JOB_LB_MERC_SG) + hud_icon_state = "sg" + if(JOB_LB_MERC_COMMANDER) + hud_icon_state = "com" + if(JOB_LB_SEC) + hud_icon_state = "security" + if(JOB_LB_SEC_SYNTH) + hud_icon_state = "synth" + if(JOB_LB_TRAINEE) + hud_icon_state = "trainee" + if(JOB_LB_JUNIOR_EXECUTIVE) + hud_icon_state = "junior_exec" + if(JOB_LB_CORPORATE_LIAISON) + hud_icon_state = "liaison" + if(JOB_LB_EXECUTIVE) + hud_icon_state = "exec" + if(JOB_LB_SENIOR_EXECUTIVE) + hud_icon_state = "senior_exec" + if(JOB_LB_EXECUTIVE_SPECIALIST, JOB_LB_LEGAL_SPECIALIST) + hud_icon_state = "exec_spec" + if(JOB_LB_EXECUTIVE_SUPERVISOR, JOB_LB_LEGAL_SUPERVISOR) + hud_icon_state = "exec_super" + if(JOB_LB_ASSISTANT_MANAGER) + hud_icon_state = "ass_man" + if(JOB_LB_DIVISION_MANAGER) + hud_icon_state = "div_man" + if(JOB_LB_CHIEF_EXECUTIVE) + hud_icon_state = "chief_man" + if(JOB_LB_DEPUTY_DIRECTOR) + hud_icon_state = "dep_director" + if(JOB_LB_DIRECTOR) + hud_icon_state = "director" + if(hud_icon_state) + holder.overlays += image(override_icon_file ? override_icon_file : base_icon_file, human, "ls_[hud_icon_state]") diff --git a/code/datums/map_config.dm b/code/datums/map_config.dm index d03944b671a3..f47a49040072 100644 --- a/code/datums/map_config.dm +++ b/code/datums/map_config.dm @@ -355,6 +355,8 @@ monkey_types += /mob/living/carbon/human/monkey if("neaera") monkey_types += /mob/living/carbon/human/neaera + if("neaera_alt") + monkey_types += /mob/living/carbon/human/neaera_alt if("stok") monkey_types += /mob/living/carbon/human/stok if("yiren") diff --git a/code/datums/mob_hud.dm b/code/datums/mob_hud.dm index 48ea6a4de2bd..6d9cb410f949 100644 --- a/code/datums/mob_hud.dm +++ b/code/datums/mob_hud.dm @@ -31,6 +31,7 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, flatten_numeric_alist(alist( MOB_HUD_FACTION_UPP = new /datum/mob_hud/faction/upp(), MOB_HUD_FACTION_WY = new /datum/mob_hud/faction/wy(), MOB_HUD_FACTION_HC = new /datum/mob_hud/faction/hyperdyne(), + MOB_HUD_FACTION_LB = new /datum/mob_hud/faction/lasalle_bionational(), MOB_HUD_FACTION_TWE = new /datum/mob_hud/faction/twe(), MOB_HUD_FACTION_IASF = new /datum/mob_hud/faction/iasf(), MOB_HUD_FACTION_CLF = new /datum/mob_hud/faction/clf(), @@ -246,6 +247,9 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, flatten_numeric_alist(alist( /datum/mob_hud/faction/hyperdyne faction_to_check = FACTION_HYPERDYNE +/datum/mob_hud/faction/lasalle_bionational + faction_to_check = FACTION_LASALLE_BIONATIONAL + /datum/mob_hud/faction/twe faction_to_check = FACTION_TWE diff --git a/code/datums/origin/lasalle_bionational.dm b/code/datums/origin/lasalle_bionational.dm new file mode 100644 index 000000000000..7ab22e03e01f --- /dev/null +++ b/code/datums/origin/lasalle_bionational.dm @@ -0,0 +1,11 @@ +/datum/origin/lb + name = ORIGIN_LB + desc = "You were born on a Lasalle Bionational colony and have decided to work your way towards the corporate ladder." + +/datum/origin/lb/sec + name = ORIGIN_LB_SEC + desc = "You were born on a Lasalle Bionational colony. You didn't have many choices so you joined their lowly security force." + +/datum/origin/lb/merc + name = ORIGIN_LB_MERC + desc = "You were born on a Lasalle Bionational colony and joined the USCM, you were one of the best and were honorably discharged. Lasalle Bionational noticed your achievements and offered you a contract to join their elite security forces. You happily accepted." diff --git a/code/datums/supply_packs/black_market.dm b/code/datums/supply_packs/black_market.dm index 66f40401ac09..06f1baf671b3 100644 --- a/code/datums/supply_packs/black_market.dm +++ b/code/datums/supply_packs/black_market.dm @@ -113,6 +113,18 @@ Non-USCM items, from CLF, UPP, colonies, etc. Mostly combat-related. new /obj/item/clothing/suit/storage/marine/light/vest(src) new /obj/item/clothing/under/tshirt/gray_blu(src) +/datum/supply_packs/contraband/seized/advanced_fire_saftey_equipment + name = "advanced fire-safety equipment crate" + contains = list( + /obj/item/clothing/suit/storage/marine/cbrn/lava, + /obj/item/clothing/gloves/marine/fireproof_gloves, + /obj/item/clothing/shoes/marine/fireproof_boots, + /obj/item/reagent_container/glass/canister/oxygen, + /obj/item/tool/extinguisher/mini, + ) + dollar_cost = 40 + containertype = /obj/structure/largecrate/empty/secure + /datum/supply_packs/contraband/seized/confiscated_weaponry name = "seized foreign weaponry crate" contains = list() @@ -193,6 +205,32 @@ Additionally, weapons that are way too good to put in the basically-flavor black dollar_cost = 20 containertype = /obj/structure/largecrate/black_market +/datum/supply_packs/contraband/seized/w_ek_17 + name = "W/EK 17 Carbine crate (x5 magazines included)" + contains = list( + /obj/item/weapon/gun/rifle/w_ek_17, + /obj/item/ammo_magazine/rifle/w_ek_17, + /obj/item/ammo_magazine/rifle/w_ek_17, + /obj/item/ammo_magazine/rifle/w_ek_17, + /obj/item/ammo_magazine/rifle/w_ek_17, + /obj/item/ammo_magazine/rifle/w_ek_17, + ) + dollar_cost = 20 + containertype = /obj/structure/largecrate/black_market + +/datum/supply_packs/contraband/seized/a_m36 + name = "A-M36 experimental smg crate (x5 magazines included)" + contains = list( + /obj/item/weapon/gun/smg/a_m36, + /obj/item/ammo_magazine/smg/a_m36, + /obj/item/ammo_magazine/smg/a_m36, + /obj/item/ammo_magazine/smg/a_m36, + /obj/item/ammo_magazine/smg/a_m36, + /obj/item/ammo_magazine/smg/a_m36, + ) + dollar_cost = 60 + containertype = /obj/structure/largecrate/black_market + /datum/supply_packs/contraband/seized/m16 name = "M16 rifle crate (x4 magazines included)" contains = list( @@ -873,7 +911,7 @@ USCM spare items, miscellaneous gear that's too niche and distant (or restricted containertype = /obj/structure/largecrate/black_market /datum/supply_packs/contraband/ammo/b92fs - name = "Magazines box (Beretta 92FS, 16x mags)" + name = "Magazines box (Beretta M92X, 16x mags)" dollar_cost = 30 contains = list(/obj/item/ammo_box/magazine/b92fs) containertype = /obj/structure/largecrate/black_market @@ -1185,7 +1223,7 @@ Things that don't fit anywhere else. If they're meant for shipside use, they pro //We need to pick a 'secured wildlife' mob that actually makes sense. var/unfit_simplemobs = list(/mob/living/simple_animal/drone, /mob/living/simple_animal/hostile/retaliate/malf_drone) var/fit_hostiles = list(/mob/living/simple_animal/hostile/giant_spider, /mob/living/simple_animal/hostile/bear,, /mob/living/simple_animal/hostile/retaliate/goat) - var/monkey_mobs = list(/mob/living/carbon/human/monkey, /mob/living/carbon/human/farwa, /mob/living/carbon/human/stok, /mob/living/carbon/human/yiren, /mob/living/carbon/human/neaera) + var/monkey_mobs = list(/mob/living/carbon/human/monkey, /mob/living/carbon/human/farwa, /mob/living/carbon/human/stok, /mob/living/carbon/human/yiren, /mob/living/carbon/human/neaera, /mob/living/carbon/human/neaera_alt) var/mob/contained_mob_type = pick( ( subtypesof(/mob/living/simple_animal) - typesof(/mob/living/simple_animal/hostile) ) + fit_hostiles + monkey_mobs - unfit_simplemobs) new contained_mob_type(loc) . = ..() diff --git a/code/datums/vehicles.dm b/code/datums/vehicles.dm index 3f1a717318e3..af3ac972ee8a 100644 --- a/code/datums/vehicles.dm +++ b/code/datums/vehicles.dm @@ -53,3 +53,7 @@ /datum/map_template/interior/arc name = "ARC" interior_id = "arc" + +/datum/map_template/interior/rt01 + name = "RT01" + interior_id = "rt01" diff --git a/code/datums/weather/weather_events/fire_colony.dm b/code/datums/weather/weather_events/fire_colony.dm new file mode 100644 index 000000000000..1f14e589a266 --- /dev/null +++ b/code/datums/weather/weather_events/fire_colony.dm @@ -0,0 +1,83 @@ +// Weather events for Fire Colony + +/datum/weather_event/fire_colony/ash_dust_very_light + name = "Very Light Ash Rain" + + display_name = "Light Ash Rain" + + length = 4 MINUTES + + lightning_chance = 2 + + turf_overlay_icon_state = "ash_dust_slow" + + effect_message = null + damage_per_tick = 0 + +/datum/weather_event/fire_colony/ash_dust_light + name = "Light Ash Rain" + + display_name = "Ash Rain" + + length = 4 MINUTES + + lightning_chance = 2 + + turf_overlay_icon_state = "ash_dust_fast" + + effect_message = null + damage_per_tick = 0 + +/datum/weather_event/fire_colony/ash_dust_heavy + name = "Heavy Ash Rain" + display_name = "Heavy Ash Rain" + + length = 6 MINUTES + + turf_overlay_icon_state = "ash_dust_storm" + + effect_message = null + damage_per_tick = 0 + + has_process = TRUE + lightning_chance = 2 + +/datum/weather_event/fire_colony/ash_storm_light + name = "Light Fire Storm" + display_name = "Ash Storm Warning" + + should_sound_weather_alarm = TRUE + + length = 3 MINUTES + fullscreen_type = /atom/movable/screen/fullscreen/weather/low + + turf_overlay_icon_state = "ash_storm_light" + + effect_message = null + damage_per_tick = 0 + + has_process = TRUE + lightning_chance = 4 + + ambience = 'sound/ambience/lava/ash_storm_medium.ogg' + +/datum/weather_event/fire_colony/ash_storm_heavy + name = "Heavy Fire Storm" + display_name = "Ash Storm Warning" + + should_sound_weather_alarm = TRUE + + length = 3 MINUTES + fullscreen_type = /atom/movable/screen/fullscreen/weather/high + + turf_overlay_icon_state = "ash_storm" + turf_overlay_alpha = 185 + + effect_message = null + damage_per_tick = 1 + damage_type = BURN + + ambience = 'sound/ambience/lava/ash_storm_heavy.ogg' + + has_process = TRUE + lightning_chance = 6 diff --git a/code/datums/weather/weather_map_holders/fire_colony.dm b/code/datums/weather/weather_map_holders/fire_colony.dm new file mode 100644 index 000000000000..dad5a95feb33 --- /dev/null +++ b/code/datums/weather/weather_map_holders/fire_colony.dm @@ -0,0 +1,30 @@ +//// Fire Colony's map holder + +/datum/weather_ss_map_holder/fire_colony + name = "Fire Colony Map Holder" + + min_time_between_events = 12 MINUTES + no_weather_turf_icon_state = "strata_clearsky" + + potential_weather_events = list( + /datum/weather_event/fire_colony/ash_dust_very_light, + /datum/weather_event/fire_colony/ash_dust_light, + /datum/weather_event/fire_colony/ash_dust_heavy, + /datum/weather_event/fire_colony/ash_storm_light, + /datum/weather_event/fire_colony/ash_storm_heavy, + ) + +/datum/weather_ss_map_holder/fire_colony/should_affect_area(area/A) + return ((A.temperature <= TROPICAL_TEMP) && !CEILING_IS_PROTECTED(A.ceiling, CEILING_GLASS)) + +/datum/weather_ss_map_holder/fire_colony/should_start_event() + if (prob(PROB_WEATHER_SOROKYNE)) + return TRUE + return FALSE + +/datum/weather_ss_map_holder/fire_colony/weather_warning(datum/weather_event/incoming_event) + if(incoming_event.should_sound_weather_alarm) + for (var/obj/structure/machinery/weather_siren/WS in GLOB.weather_notify_objects) + WS.weather_warning() + else + ..() diff --git a/code/game/area/Fire_Colony.dm b/code/game/area/Fire_Colony.dm new file mode 100644 index 000000000000..aba5e5e281e3 --- /dev/null +++ b/code/game/area/Fire_Colony.dm @@ -0,0 +1,556 @@ + +// Areas for LV-376 Charon's Crucible (nickname is "Fire Colony") + +//Base Instance + +/area/fire_colony + name = "\improper Fire Colony" + icon_state = "ice_colony" + icon_state = "cliff_blocked" + can_build_special = TRUE + powernet_name = "ground" + minimap_color = MINIMAP_AREA_COLONY + +/* + * ---------------- + * | Exterior Areas | + * ---------------- + */ + +/area/fire_colony/exterior + name = "\improper Fire Colony - Exterior" + icon_state = "cliff_blocked" + requires_power = 1 + always_unpowered = 1 + power_light = FALSE + power_equip = FALSE + power_environ = FALSE + temperature = T20C + ambience_exterior = AMBIENCE_VOLCANIC + soundscape_playlist = SCAPE_PL_LV522_OUTDOORS + +//Equivalent of space. None of this area should be accessible. + +/area/fire_colony/exterior/cliff + name = "\improper Basalt Cliffs" + icon_state = "cliff_blocked" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOBURROW + minimap_color = MINIMAP_AREA_OOB + requires_power = FALSE + +//Everything around the physical landing pad + +/area/fire_colony/exterior/landing_pad + name = "\improper Old Seegson - Aerodrome - Landing Pad" + icon_state = "landing_pad" + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/exterior/landing_pad_external + name = "\improper Old Seegson - Aerodrome - Landing Valley" + icon_state = "clear_pass" + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/exterior/container_yard + name = "\improper Old Seegson - Aerodrome - Container Yard" + icon_state = "green" + linked_lz = DROPSHIP_LZ1 + +// Lava River - Bridge + +/area/fire_colony/exterior/lava_bridge + name = "\improper Colony Central - Lava Transit Bridge" + icon_state = "red" + +// +/// Valleys +// + +/area/fire_colony/exterior/valley + name = "\improper Basalt Cliffs Valley" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/north + name = "\improper Northern Valleys" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/northeast + name = "\improper North Eastern Valleys" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/northwest + name = "\improper North Western Valleys" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/west + name = "\improper Western Valleys" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/south + name = "\improper Southern Valleys" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/southeast + name = "\improper Eastern Valleys" + icon_state = "clear_pass" + +/area/fire_colony/exterior/valley/southwest + name = "\improper South Western Valleys" + icon_state = "clear_pass" + linked_lz = DROPSHIP_LZ2 + +// +// Clearing +// The Colony Center, so to speak +// + +/area/fire_colony/exterior/clearing + name = "\improper Fire Colony - Clearing" + icon_state = "clear_pass" + +/area/fire_colony/exterior/clearing/pass + name = "\improper Colony Central Valley" + icon_state = "clear_pass" + +/area/fire_colony/exterior/clearing/south + name = "\improper Colony Southern Clearing" + icon_state = "clear_pass" + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/exterior/clearing/south_west + name = "\improper Colony South Western Clearing" + icon_state = "clear_pass" + linked_lz = DROPSHIP_LZ2 + +/area/fire_colony/exterior/clearing/north + name = "\improper Colony Northern Clearing" + icon_state = "clear_pass" + +/area/fire_colony/exterior/clearing/north_east + name = "\improper Colony North Eastern Clearing" + icon_state = "clear_pass" + +// +/// Excavation - Underground ruins +// + +/area/fire_colony/exterior/underground + name = "\improper Fire Colony - Exterior Underground" + icon_state = "alarm_down" + sound_environment = SOUND_ENVIRONMENT_AUDITORIUM + soundscape_playlist = SCAPE_PL_CAVE + soundscape_interval = 30 + ambience_exterior = AMBIENCE_CAVE + minimap_color = MINIMAP_AREA_CAVES + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + ceiling_muffle = FALSE + +/area/fire_colony/exterior/underground/excavation + ambience_exterior = AMBIENCE_ANCIENT_TEMPLE + +/area/fire_colony/exterior/underground/excavation/south + name = "\improper Southern Valleys - Excavation Site" + icon_state = "alarm_down" + unoviable_timer = 25 MINUTES + +/area/fire_colony/exterior/underground/excavation/north + name = "\improper North Eastern Valleys - Excavation Site" + icon_state = "alarm_down" + +/area/fire_colony/exterior/underground/excavation/south/excavation + name = "\improper Southern Valleys - Excavation Site - Checkpoint" + icon_state = "security" + +/area/fire_colony/exterior/underground/excavation/north/excavation + name = "\improper North Eastern Valleys - Excavation Site - Checkpoint" + icon_state = "security" + +// +/// Caves +// + +/area/fire_colony/exterior/underground/caves + name = "\improper Underground Caves" + icon_state = "alarm_down" + sound_environment = SOUND_ENVIRONMENT_AUDITORIUM + soundscape_playlist = SCAPE_PL_CAVE + soundscape_interval = 25 + ambience_exterior = AMBIENCE_CAVE + minimap_color = MINIMAP_AREA_CAVES + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + ceiling_muffle = FALSE + +/area/fire_colony/exterior/underground/caves/south_west + icon_state = "alarm_down" + unoviable_timer = 25 MINUTES + +/area/fire_colony/exterior/underground/caves/north_west + icon_state = "alarm_down" + +/* + * --------------------- + * | Built Surface Areas | + * --------------------- + */ + +/area/fire_colony/interior + name = "\improper Fire Colony - Interior" + icon_state = "clear_pass" + ceiling = CEILING_METAL + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + +/* + * Surface - Refurbished Bar + */ + +/area/fire_colony/interior/bar + name = "\improper The Lava Lamp - Bar" + icon_state = "bar" + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/interior/bar/canteen + name = "\improper The Lava Lamp - Canteen" + icon_state = "bar" + +/* + * Surface - Seegson - Eastern Large Facility + */ + +/area/fire_colony/interior/seegson + name = "\improper Old Seegson" + icon_state = "dk_yellow" + minimap_color = MINIMAP_AREA_CELL_HIGH + ceiling = CEILING_METAL + +/area/fire_colony/interior/seegson/synthetic_storage + name = "\improper Old Seegson - Synthetic Storage Facility" + +/area/fire_colony/interior/seegson/operations + name = "\improper Old Seegson - Synthetic Operations" + +/area/fire_colony/interior/seegson/smelting + name = "\improper Old Seegson - Refinement & Production" + ceiling = CEILING_GLASS + +/area/fire_colony/interior/seegson/engineering + name = "\improper Old Seegson - Power Management Center" + +/area/fire_colony/interior/seegson/engineering/electric_storage + name = "\improper Old Seegson - Power Management Center - Electric Storage" + +/area/fire_colony/interior/seegson/engineering/generator_room + name = "\improper Old Seegson - Power Management Center - Generator Room" + +/area/fire_colony/interior/seegson/engineering/tool_storage + name = "\improper Old Seegson - Power Management Center - Tool Storage" + +/area/fire_colony/interior/seegson/ai_core + name = "\improper Old Seegson - Synthetic Control Mainframe" + icon_state = "alarm_ready" + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +/area/fire_colony/interior/seegson/ai_core/lobby + name = "\improper Old Seegson - Synthetic Control - Lobby" + icon_state = "alarm_ready" + ceiling = CEILING_GLASS + +/* + * Surface - Seegson - Disposals + */ + +/area/fire_colony/interior/disposals + name = "\improper Old Seegson - Disposals Unit" + icon_state = "disposal" + +/* + * Surface - Seegson - Habitation Complex + */ + +/area/fire_colony/interior/dorms + name = "\improper Old Seegson - Habitation Complex" + icon_state = "alarm_evac" + ceiling = CEILING_GLASS + +/area/fire_colony/interior/dorms/north + name = "\improper Old Seegson - Habitation Complex - North" + icon_state = "alarm_evac" + +/area/fire_colony/interior/dorms/south + name = "\improper Old Seegson - Habitation Complex - South" + icon_state = "alarm_evac" + ceiling = CEILING_METAL + +/area/fire_colony/interior/dorms/relaxation + name = "\improper Old Seegson - Habitation Complex - Relaxation Module" + icon_state = "alarm_evac" + +/area/fire_colony/interior/dorms/offices + name = "\improper Old Seegson - Habitation Complex - Management Offices" + icon_state = "alarm_evac" + +/area/fire_colony/interior/dorms/dorms_p + name = "\improper Old Seegson - Habitation Complex - Private Accommodation Units" + icon_state = "alarm_evac" + ceiling = CEILING_METAL + +/area/fire_colony/interior/dorms/dorms_f + name = "\improper Old Seegson - Habitation Complex - Female Accommodation Wing" + icon_state = "alarm_evac" + ceiling = CEILING_METAL + +/area/fire_colony/interior/dorms/dorms_m + name = "\improper Old Seegson - Habitation Complex - Male Accommodation Wing" + icon_state = "alarm_evac" + ceiling = CEILING_METAL + +/* + * Surface - Excavation Preparation + */ + +/area/fire_colony/interior/excavation + name = "\improper Lasalle Bionational - Excavation Outpost" + icon_state = "mining_outpost" + minimap_color = MINIMAP_AREA_ENGI + +/area/fire_colony/interior/excavation/storage + name = "\improper Lasalle Bionational - Excavation Outpost External Storage" + icon_state = "mining_storage" + ceiling = CEILING_NONE + +/* + * Surface - Garage + */ + +/area/fire_colony/interior/garage + name = "\improper Old Seegson - Old Mining Power & Stroag" + icon_state = "garage" + +/area/fire_colony/interior/garage/one + name = "\improper Old Seegson - Synthetic Storage Facility" + icon_state = "garage_one" + +/* + * Surface - Hangar + */ + +/area/fire_colony/interior/hangar + name = "\improper Old Seegson - Aerodrome - Hangar" + icon_state = "hangar" + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/interior/hangar/hallway + name = "\improper Old Seegson - Aerodrome - Hangar - Hallway" + +/area/fire_colony/interior/hangar/hallway_north + name = "\improper Old Seegson - Aerodrome - Hangar - Hallway" + icon_state = "hangar" + +/area/fire_colony/interior/hangar/alpha + name = "\improper Old Seegson - Aerodrome - Hangar - 'Alpha'" + icon_state = "hangar_alpha" + +/area/fire_colony/interior/hangar/beta + name = "\improper Old Seegson - Aerodrome - Hangar - 'Beta'" + icon_state = "hangar_beta" + +/area/fire_colony/interior/hangar/broken_dropship + name = "\improper Old Seegson - Aerodrome - Hangar - 'Beta' - Broken Dropship" + icon_state = "green" + +/area/fire_colony/interior/hangar/lb_dropship + name = "\improper Old Seegson - Aerodrome - Hangar - 'Alpha' - UD2-LB 'Remedy'" + icon_state = "green" + ceiling = CEILING_METAL + requires_power = 0 + ambience_exterior = AMBIENCE_ALMAYER + ceiling_muffle = FALSE + +/area/fire_colony/interior/hangar/checkpoint + name = "\improper Old Seegson - Aerodrome - Hangar - Seegson Security Facility - Checkpoint" + icon_state = "security" + +/area/fire_colony/interior/hangar/checkpoint/excavation + name = "\improper Old Seegson - Aerodrome - Landing Pad - Excavation Checkpoint" + icon_state = "security" + +/area/fire_colony/interior/hangar/security + name = "\improper Old Seegson - Aerodrome - Hangar - Seegson Security Facility" + icon_state = "security" + +/area/fire_colony/interior/hangar/security/armory + name = "\improper Old Seegson - Aerodrome - Hangar - Seegson Security Facility - Armory" + icon_state = "security" + +/* + * Surface - Hydroponics + */ + +/area/fire_colony/interior/hydroponics + name = "\improper Lasalle Bionational - Xenoflora Research Complex" + icon_state = "hydro" + ceiling = CEILING_GLASS + minimap_color = MINIMAP_AREA_RESEARCH + +/area/fire_colony/interior/hydroponics/lobby + name = "\improper Lasalle Bionational - Xenoflora Research Complex - Relaxation Module" + icon_state = "garden" + +/area/fire_colony/interior/hydroponics/north + name = "\improper Lasalle Bionational - Xenoflora Research Complex - Greenhouse - North Wing" + icon_state = "hydro_north" + +/area/fire_colony/interior/hydroponics/south + name = "\improper Lasalle Bionational - Xenoflora Research Complex - Greenhouse - South Wing" + icon_state = "hydro_south" + +/area/fire_colony/interior/hydroponics/science + name = "\improper Lasalle Bionational - Xenoflora Research Complex - Science Module" + icon_state = "garden" + +/* + * Surface - Mining + */ + +/area/fire_colony/interior/mining + name = "\improper Old Seegson - South Western Valleys - Old Mining Outpost - Power" + icon_state = "mining_production" + minimap_color = MINIMAP_AREA_ENGI + linked_lz = DROPSHIP_LZ2 + +/area/fire_colony/interior/mining_garage + name = "\improper Old Seegson - South Western Valleys - Old Mining Outpost - Garage" + icon_state = "mining_production" + minimap_color = MINIMAP_AREA_ENGI + linked_lz = DROPSHIP_LZ2 + +/area/fire_colony/interior/mining_north_west + name = "\improper Old Seegson - North Eastern Clearing - Old Mining Outpost" + icon_state = "mining_production" + minimap_color = MINIMAP_AREA_ENGI + +/* + * Surface - Lasalle Bionational - Labs - NW corner of map + */ + +/area/fire_colony/interior/epsilon_facility + name = "\improper Lasalle Bionational - Epsilon Facility" + icon_state = "purple" + minimap_color = MINIMAP_AREA_RESEARCH + ceiling = CEILING_DEEP_UNDERGROUND_METAL + +/area/fire_colony/interior/epsilon_facility/containment + name = "\improper Lasalle Bionational - Epsilon Facility - Secure Containment Annex" + +/* + * Surface - Lasalle Bionational - Hospital & Disembarking Lobby / Passthrough + */ + +/area/fire_colony/interior/omicron_facility + name = "\improper Lasalle Bionational - Omicron Facility" + icon_state = "green" + minimap_color = MINIMAP_AREA_ENGI + linked_lz = DROPSHIP_LZ2 + +/area/fire_colony/interior/omicron_facility/hospital + name = "\improper Lasalle Bionational - Omicron Facility - Hospital" + icon_state = "medbay3" + +/area/fire_colony/interior/omicron_facility/hospital/storage + name = "\improper Lasalle Bionational - Omicron Facility - Hospital Storage" + icon_state = "medbay3" + +/area/fire_colony/interior/omicron_facility/passthrough + name = "\improper Lasalle Bionational - Omicron Facility - Facility Passthrough" + icon_state = "bluenew" + ceiling = CEILING_GLASS + +/area/fire_colony/interior/omicron_facility/lobby + name = "\improper Lasalle Bionational - Omicron Facility - Departure Lounge" + icon_state = "bluenew" + +/* + * Surface - Storage Units - Various small units across the map + */ + +/area/fire_colony/interior/storage_unit + name = "\improper Storage Unit" + icon_state = "storage" + +/area/fire_colony/interior/storage_unit/s_caves + name = "\improper Storage Unit - South Excavation Caves" + icon_state = "storage" + +/area/fire_colony/interior/storage_unit/n_caves + name = "\improper Storage Unit - North Caves" + icon_state = "storage" + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +/area/fire_colony/interior/storage_unit/sw_valley + name = "\improper Storage Unit - South Western Valley" + icon_state = "storage" + linked_lz = DROPSHIP_LZ2 + +/area/fire_colony/interior/storage_unit/e_valley_1 + name = "\improper Storage Unit - Eastern Valley" + icon_state = "storage" + +/area/fire_colony/interior/storage_unit/e_valley + name = "\improper Storage Unit - Eastern Valley" + icon_state = "storage" + +/area/fire_colony/interior/storage_unit/t_comms_storage + name = "\improper Telecommunications - Storage Unit - Southern Clearing" + icon_state = "storage" + linked_lz = DROPSHIP_LZ1 + +/* + * Surface - Telecommunications + */ + +/area/fire_colony/exterior/tcomms/container_one + name = "\improper Old Seegson - Aerodrome - Container Yard - Colony Telecommunications" + icon_state = "blueold" + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/exterior/tcomms/container_two + name = "\improper Old Seegson - Aerodrome - Container Yard - Colony Telecommunications" + icon_state = "blueold" + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/exterior/tcomms/lz2 + name = "\improper Lasalle Bionational - Omicron Facility - Colony Telecommunications" + icon_state = "blueold" + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ1 + +/area/fire_colony/exterior/tcomms/lz1 + name = "\improper Old Seegson - South Bar - Colony Telecommunications" + icon_state = "blueold" + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ1 + +/* + * Surface - Lasalle Bionational - Hangar + */ + +/area/fire_colony/exterior/hangar + name = "\improper Lasalle Bionational - Hangar" + icon_state = "landing_pad_ext" + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ2 + +/area/fire_colony/interior/hangar/flight_control + name = "\improper Lasalle Bionational - Hangar - Flight Control Office" + icon_state = "landing_pad_ext" + ceiling = CEILING_METAL + +/area/fire_colony/interior/hangar/garage + name = "\improper Lasalle Bionational - Hangar - Garage" + icon_state = "landing_pad_ext" + ceiling = CEILING_METAL diff --git a/code/game/machinery/autolathe_datums.dm b/code/game/machinery/autolathe_datums.dm index e67f6bba7f36..ee71ad14f83f 100644 --- a/code/game/machinery/autolathe_datums.dm +++ b/code/game/machinery/autolathe_datums.dm @@ -156,6 +156,11 @@ path = /obj/item/frame/rack category = AUTOLATHE_CATEGORY_ENGINEERING +/datum/autolathe/recipe/longrack_parts + name = "rack parts" + path = /obj/item/frame/rack/long + category = AUTOLATHE_CATEGORY_ENGINEERING + /datum/autolathe/recipe/scalpel name = "scalpel" path = /obj/item/tool/surgery/scalpel diff --git a/code/game/machinery/colony_floodlights.dm b/code/game/machinery/colony_floodlights.dm index f6f02fefc737..8451f72d6184 100644 --- a/code/game/machinery/colony_floodlights.dm +++ b/code/game/machinery/colony_floodlights.dm @@ -434,3 +434,14 @@ GLOBAL_LIST_INIT(all_breaker_switches, list()) #undef FLOODLIGHT_REPAIR_WELD #undef FLOODLIGHT_REPAIR_CABLE #undef FLOODLIGHT_REPAIR_SCREW + +/obj/structure/machinery/colony_floodlight/alt + icon_state = "alt_flood_s_off" + +/obj/structure/machinery/colony_floodlight/alt/update_icon() + if(damaged) + icon_state = "alt_flood_s_dmg" + else if(is_on) + icon_state = "alt_flood_s_on" + else + icon_state = "alt_flood_s_off" diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index 7376a79f9b3a..3b9b72df7cfa 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -202,3 +202,49 @@ for(num_of_prizes; num_of_prizes > 0; num_of_prizes--) empprize = pick_weight(prizes) new empprize(src.loc) + +// Arcade color variants + +/obj/structure/machinery/computer/arcade/back + + icon_state = "arcadeback" + +/obj/structure/machinery/computer/arcade/red + + icon_state = "arcadered" + +/obj/structure/machinery/computer/arcade/red_back + + icon_state = "arcaderedback" + +/obj/structure/machinery/computer/arcade/blue + + icon_state = "arcadeblue" + +/obj/structure/machinery/computer/arcade/blue_back + + icon_state = "arcadeblueback" + +/obj/structure/machinery/computer/arcade/green + + icon_state = "arcadegreen" + +/obj/structure/machinery/computer/arcade/green_back + + icon_state = "arcadegreenback" + +/obj/structure/machinery/computer/arcade/green_stripe + + icon_state = "arcadegreenstripe" + +/obj/structure/machinery/computer/arcade/green_stripe_back + + icon_state = "arcadegreenstripeback" + +/obj/structure/machinery/computer/arcade/blue_stripe + + icon_state = "arcadebluestripe" + +/obj/structure/machinery/computer/arcade/blue_stripe_back + + icon_state = "arcadebluestripeback" diff --git a/code/game/machinery/doors/airlock_types.dm b/code/game/machinery/doors/airlock_types.dm index 2452c4449ce8..cb4a4eced640 100644 --- a/code/game/machinery/doors/airlock_types.dm +++ b/code/game/machinery/doors/airlock_types.dm @@ -328,6 +328,53 @@ /obj/structure/machinery/door/airlock/almayer/glass/autoname autoname = TRUE +// Lavaland Single Door + +/obj/structure/machinery/door/airlock/almayer/lavaland/solid + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/single_door_solid.dmi' + openspeed = 4 //shorter open animation. + +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname + autoname = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/single_glass_door_teal.dmi' + opacity = FALSE + glass = TRUE + openspeed = 4 //shorter open animation. + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname + autoname = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/single_glass_door_orange.dmi' + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname + autoname = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/red + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/single_glass_door_red.dmi' + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/red/autoname + autoname = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/purple + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/single_glass_door_purple.dmi' + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/purple/autoname + autoname = TRUE + /obj/structure/machinery/door/airlock/almayer/security name = "\improper Security Airlock" icon = 'icons/obj/structures/doors/secdoor.dmi' @@ -952,10 +999,19 @@ name = "cell Door" icon = 'icons/obj/structures/doors/celldoor.dmi' glass = FALSE + openspeed = 4 //shorter open animation. + req_one_access = list(ACCESS_CIVILIAN_PUBLIC) /obj/structure/machinery/door/airlock/prison/horizontal dir = SOUTH +/obj/structure/machinery/door/airlock/prison/alt + name = "\improper Airlock" + icon = 'icons/obj/structures/doors/celldoor_alt.dmi' + glass = FALSE + +/obj/structure/machinery/door/airlock/prison/alt/autoname + autoname = TRUE // Hybrisa diff --git a/code/game/machinery/doors/multi_tile.dm b/code/game/machinery/doors/multi_tile.dm index b6fbe25f214c..76fe8878ae1c 100644 --- a/code/game/machinery/doors/multi_tile.dm +++ b/code/game/machinery/doors/multi_tile.dm @@ -848,6 +848,68 @@ opacity = TRUE glass = FALSE +// Black Lavaland Doors + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/double_glass_door_teal.dmi' + opacity = FALSE + glass = TRUE + openspeed = 4 //shorter open animation. + req_one_access = null + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname + autoname = TRUE + opacity = FALSE + glass = TRUE + req_one_access = null + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/double_glass_door_orange.dmi' + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname + autoname = TRUE + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/double_glass_door_red.dmi' + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname + autoname = TRUE + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/purple + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/double_glass_door_purple.dmi' + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/purple/autoname + autoname = TRUE + opacity = FALSE + glass = TRUE + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid + name = "Secure Airlock" + icon = 'icons/obj/structures/doors/lava/double_door_solid.dmi' + opacity = TRUE + glass = FALSE + openspeed = 4 //shorter open animation. + +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname + autoname = TRUE + opacity = TRUE + glass = FALSE + + // ------ UPP Multi Ship Doors ------ // // --- UPP Generic Door --- // diff --git a/code/game/machinery/doors/poddoor/almayer.dm b/code/game/machinery/doors/poddoor/almayer.dm index d89a95ea7501..ade57cf8f4f7 100644 --- a/code/game/machinery/doors/poddoor/almayer.dm +++ b/code/game/machinery/doors/poddoor/almayer.dm @@ -16,6 +16,7 @@ relativewall_neighbours() /obj/structure/machinery/door/poddoor/almayer/open + name = "\improper Lockdown" density = FALSE /obj/structure/machinery/door/poddoor/almayer/blended @@ -72,6 +73,7 @@ . = ..() /obj/structure/machinery/door/poddoor/almayer/closed + name = "\improper Lockdown" density = TRUE opacity = TRUE @@ -79,3 +81,17 @@ density = TRUE opacity = TRUE vehicle_resistant = TRUE + +/obj/structure/machinery/door/poddoor/almayer/dark/closed + name = "\improper Lockdown" + icon_state = "darkdoor1" + base_icon_state = "darkdoor" + density = TRUE + opacity = TRUE + +/obj/structure/machinery/door/poddoor/almayer/dark/open + name = "\improper Lockdown" + icon_state = "darkdoor1" + base_icon_state = "darkdoor" + density = FALSE + opacity = FALSE diff --git a/code/game/machinery/doors/poddoor/poddoor.dm b/code/game/machinery/doors/poddoor/poddoor.dm index 2cf9473c8f03..807f4fc90ba6 100644 --- a/code/game/machinery/doors/poddoor/poddoor.dm +++ b/code/game/machinery/doors/poddoor/poddoor.dm @@ -218,6 +218,9 @@ gender = PLURAL vehicle_resistant = FALSE +/obj/structure/machinery/door/poddoor/hybrisa/shutters/open + density = FALSE + /obj/structure/machinery/door/poddoor/hybrisa/white name = null desc = "That looks like it doesn't open easily." @@ -232,6 +235,9 @@ unslashable = TRUE emp_proof = TRUE +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open + density = FALSE + /obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door desc = "A heavily reinforced metal-alloy door, designed to be virtually indestructible—nothing can penetrate its defenses." icon_state = "udoor1" diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index 00217e1e45fe..b9581924402c 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -20,3 +20,10 @@ icon_state = "newspaper" w_class = SIZE_TINY //Let's make it fit in trashbags! attack_verb = list("bapped") + +/obj/structure/machinery/newscaster/seegson + name = "newscaster" + desc = "A standard newsfeed handler for use in commercial space stations. All the news you absolutely have no use for, in one place!" + icon = 'icons/obj/structures/machinery/terminals.dmi' + icon_state = "altnewscaster_normal" + anchored = TRUE diff --git a/code/game/machinery/vending/vending_types.dm b/code/game/machinery/vending/vending_types.dm index 6500d265898f..b58505abb0a3 100644 --- a/code/game/machinery/vending/vending_types.dm +++ b/code/game/machinery/vending/vending_types.dm @@ -128,6 +128,39 @@ ) product_type = VENDOR_PRODUCT_TYPE_FOOD +/obj/structure/machinery/vending/snack/generic + name = "\improper Hot Foods Machine" + desc = "A vending machine full of ready to cook meals, mhmmmm taste the nutritional goodness!" + product_slogans = "Kepler Crisps! Try a snack that's out of this world!;Eat an EAT!;Eat a delicious packaged hamburger.;Eat a scrumptious packaged hot dog.;Eat a delightful packaged burrito.;" + product_ads = "Kepler Crisps! Try a snack that's out of this world!;Eat an EAT!" + icon_state = "snack_seeg" + products = list( + /obj/item/reagent_container/food/snacks/packaged_burger/unbranded = 4, + /obj/item/reagent_container/food/snacks/packaged_burrito/unbranded = 2, + /obj/item/reagent_container/food/snacks/packaged_hdogs/unbranded =1, + ) + + prices = list( + /obj/item/reagent_container/food/snacks/packaged_burger/unbranded = 5, + /obj/item/reagent_container/food/snacks/packaged_burrito/unbranded = 5, + /obj/item/reagent_container/food/snacks/packaged_hdogs/unbranded = 5, + ) + product_type = VENDOR_PRODUCT_TYPE_FOOD + +/obj/structure/machinery/vending/snack/generic/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + +/obj/structure/machinery/vending/snack/packaged + product_slogans = "" + product_ads = "" + products = list( + /obj/item/reagent_container/food/snacks/packaged_burger = 40, + /obj/item/reagent_container/food/snacks/packaged_burrito = 40, + /obj/item/reagent_container/food/snacks/packaged_hdogs = 40, + ) + + /obj/structure/machinery/vending/cola name = "\improper Souto Softdrinks" desc = "A softdrink vendor provided by Souto Soda Company, Havana." @@ -187,6 +220,58 @@ /obj/structure/machinery/vending/cola/alt icon_state = "Cola_Machine_alt" +/obj/structure/machinery/vending/cola/generic + name = "\improper Souto Softdrinks" + desc = "A softdrink vendor provided by Souto Soda Company, Havana." + icon_state = "soda_seeg" + product_slogans = "Souto Soda: Have a Souto and be taken away to a tropical paradise!;Souto Classic. You can't beat that tangerine goodness!;Souto Cherry. The sweet flavor of a cool winter morning!;Souto Lime. For that sweet and sour flavor that you know and love!;Souto Grape. There's nothing better than a grape soda.;Weyland-Yutani Fruit Beer. Nothing came from that lawsuit!" + product_ads = "Souto Classic. You can't beat that tangerine goodness!;Souto Cherry. The sweet flavor of a cool winter morning!;Souto Lime. For that sweet and sour flavor that you know and love!;Souto Grape. There's nothing better than a grape soda.;Weyland-Yutani Fruit Beer. Nothing came from that lawsuit!" + products = list( + /obj/item/reagent_container/food/drinks/cans/souto/classic = 3, + /obj/item/reagent_container/food/drinks/cans/souto/cherry = 4, + /obj/item/reagent_container/food/drinks/cans/souto/lime = 2, + /obj/item/reagent_container/food/drinks/cans/souto/grape = 1, + /obj/item/reagent_container/food/drinks/cans/souto/blue = 2, + /obj/item/reagent_container/food/drinks/cans/souto/peach = 3, + /obj/item/reagent_container/food/drinks/cans/souto/cranberry = 4, + /obj/item/reagent_container/food/drinks/cans/souto/vanilla = 2, + /obj/item/reagent_container/food/drinks/cans/souto/pineapple = 3, + /obj/item/reagent_container/food/drinks/cans/souto/diet/classic = 1, + /obj/item/reagent_container/food/drinks/cans/souto/diet/cherry = 2, + /obj/item/reagent_container/food/drinks/cans/souto/diet/lime = 3, + /obj/item/reagent_container/food/drinks/cans/souto/diet/grape = 2, + /obj/item/reagent_container/food/drinks/cans/souto/diet/blue = 1, + /obj/item/reagent_container/food/drinks/cans/souto/diet/peach = 2, + /obj/item/reagent_container/food/drinks/cans/souto/diet/cranberry = 4, + /obj/item/reagent_container/food/drinks/cans/souto/diet/vanilla = 1, + /obj/item/reagent_container/food/drinks/cans/souto/diet/pineapple = 4, + /obj/item/reagent_container/food/drinks/cans/cola = 4, + ) + + prices = list( + /obj/item/reagent_container/food/drinks/cans/souto/classic = 8, + /obj/item/reagent_container/food/drinks/cans/souto/diet/classic = 12, + /obj/item/reagent_container/food/drinks/cans/souto/cherry = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/cherry = 12, + /obj/item/reagent_container/food/drinks/cans/souto/lime = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/lime = 12, + /obj/item/reagent_container/food/drinks/cans/souto/grape = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/grape = 12, + /obj/item/reagent_container/food/drinks/cans/souto/blue = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/blue = 12, + /obj/item/reagent_container/food/drinks/cans/souto/peach = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/peach = 12, + /obj/item/reagent_container/food/drinks/cans/souto/cranberry = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/cranberry = 12, + /obj/item/reagent_container/food/drinks/cans/souto/vanilla = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/vanilla = 12, + /obj/item/reagent_container/food/drinks/cans/souto/pineapple = 9, + /obj/item/reagent_container/food/drinks/cans/souto/diet/pineapple = 12, + /obj/item/reagent_container/food/drinks/cans/cola = 20, + ) + idle_power_usage = 211 //refrigerator - believe it or not, this is actually the average power consumption of a refrigerated vending machine according to NRCan. + product_type = VENDOR_PRODUCT_TYPE_SOUTO + /obj/structure/machinery/vending/cola/research desc = "A softdrink vendor provided by Souto Soda Company, Havana. This one is bound to the Research Budget card and doesn't require swiping." products = list( diff --git a/code/game/machinery/vending/vendor_types/crew/cia_agents.dm b/code/game/machinery/vending/vendor_types/crew/cia_agents.dm index 73a2bd72b335..725ce86b758d 100644 --- a/code/game/machinery/vending/vendor_types/crew/cia_agents.dm +++ b/code/game/machinery/vending/vendor_types/crew/cia_agents.dm @@ -54,6 +54,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_cia, list( list("Beige Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Brown Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/brown, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Grey Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/grey, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), + list("White Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/white, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), + list("Blue Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/blue, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Lab Coat", 0, /obj/item/clothing/suit/storage/labcoat, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Brown Lab Coat", 0, /obj/item/clothing/suit/storage/labcoat/brown, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Grey Vest", 0, /obj/item/clothing/suit/storage/jacket/marine/vest/grey, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), 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 633bae67b432..9a04bee64493 100644 --- a/code/game/machinery/vending/vendor_types/crew/corporate_liaison.dm +++ b/code/game/machinery/vending/vendor_types/crew/corporate_liaison.dm @@ -64,6 +64,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_corporate_liaison, list( list("Beige Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Brown Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/brown, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Grey Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/grey, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), + list("White Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/white, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), + list("Blue Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/blue, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Grey Vest", 0, /obj/item/clothing/suit/storage/jacket/marine/vest/grey, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Brown Vest", 0, /obj/item/clothing/suit/storage/jacket/marine/vest, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Tan Vest", 0, /obj/item/clothing/suit/storage/jacket/marine/vest/tan, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), diff --git a/code/game/machinery/vending/vendor_types/crew/corporate_security.dm b/code/game/machinery/vending/vendor_types/crew/corporate_security.dm index 149c71e0a1bf..857de358eed9 100644 --- a/code/game/machinery/vending/vendor_types/crew/corporate_security.dm +++ b/code/game/machinery/vending/vendor_types/crew/corporate_security.dm @@ -21,6 +21,8 @@ GLOBAL_LIST_INIT(cm_vending_clothing_corporate_security, list( list("Beige Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Brown Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/brown, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("Grey Trenchcoat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/grey, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), + list("White Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/white, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), + list("Blue Trench Coat", 0, /obj/item/clothing/suit/storage/CMB/trenchcoat/blue, CIVILIAN_CAN_BUY_SUIT, VENDOR_ITEM_REGULAR), list("BACKPACK (CHOOSE 1)", 0, null, null, null), list("Black Leather Satchel", 0, /obj/item/storage/backpack/satchel/black, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY), diff --git a/code/game/machinery/vending/vendor_types/crew/synthetic.dm b/code/game/machinery/vending/vendor_types/crew/synthetic.dm index f57631bdb67b..2e95db8955d0 100644 --- a/code/game/machinery/vending/vendor_types/crew/synthetic.dm +++ b/code/game/machinery/vending/vendor_types/crew/synthetic.dm @@ -833,6 +833,12 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list( /datum/gear/synthetic/suit/grey_trenchcoat path = /obj/item/clothing/suit/storage/CMB/trenchcoat/grey +/datum/gear/synthetic/suit/white_trenchcoat + path = /obj/item/clothing/suit/storage/CMB/trenchcoat/white + +/datum/gear/synthetic/suit/blue_trenchcoat + path = /obj/item/clothing/suit/storage/CMB/trenchcoat/blue + /datum/gear/synthetic/suit/blue_overalls path = /obj/item/clothing/suit/storage/apron/overalls diff --git a/code/game/machinery/weather_siren.dm b/code/game/machinery/weather_siren.dm index e87b80b8e21a..4816345e440a 100644 --- a/code/game/machinery/weather_siren.dm +++ b/code/game/machinery/weather_siren.dm @@ -24,4 +24,4 @@ /obj/structure/machinery/weather_siren/proc/weather_warning() playsound(loc, 'sound/effects/weather_warning.ogg', 50, 0) - visible_message(SPAN_DANGER("The [src] blares. ATTENTION. POTENTIALLY HAZARDOUS WEATHER ANOMALY DETECTED. SEEK SHELTER IMMEDIATELY.")) + visible_message(SPAN_DANGER("The [src] blares. ATTENTION. POTENTIALLY HAZARDOUS WEATHER DETECTED. SEEK SHELTER IMMEDIATELY.")) diff --git a/code/game/objects/effects/decals/cleanable/blood/robots.dm b/code/game/objects/effects/decals/cleanable/blood/robots.dm index aac1a8ba12df..fe704b95d1d1 100644 --- a/code/game/objects/effects/decals/cleanable/blood/robots.dm +++ b/code/game/objects/effects/decals/cleanable/blood/robots.dm @@ -47,3 +47,10 @@ /obj/effect/decal/cleanable/blood/oil/streak random_icon_states = list("mgibbl1", "mgibbl2", "mgibbl3", "mgibbl4", "mgibbl5") amount = 1 + +/obj/effect/decal/cleanable/blood/synth + name = "artificial blood" + desc = "A thick white fluid that serves as blood for synthetic beings. It smells faintly chemical." + icon = 'icons/effects/blood.dmi' + amount = 1 + color = "#EEEEEE" diff --git a/code/game/objects/effects/decals/cleanable/misc.dm b/code/game/objects/effects/decals/cleanable/misc.dm index ba9f52e17489..15b185ad1f2c 100644 --- a/code/game/objects/effects/decals/cleanable/misc.dm +++ b/code/game/objects/effects/decals/cleanable/misc.dm @@ -181,9 +181,6 @@ if(!H.shoes && prob(50)) H.contract_disease(new /datum/disease/black_goo) - - - /obj/effect/decal/cleanable/mucus name = "mucus" desc = "Disgusting mucus." @@ -194,3 +191,31 @@ icon = 'icons/effects/blood.dmi' icon_state = "mucus" random_icon_states = list("mucus") + +/obj/effect/broken_tile + icon = 'icons/effects/broken_tiles.dmi' + icon_state = "triple" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/broken_tile/double + icon_state = "double" + +/obj/effect/broken_tile/single + icon_state = "single" + +/obj/effect/broken_tile/angle + icon_state = "angle" + +/obj/effect/broken_tile/colorable + icon_state = "c_triple" + +/obj/effect/broken_tile/colorable/double + icon_state = "c_double" + +/obj/effect/broken_tile/colorable/single + icon_state = "c_single" + +/obj/effect/broken_tile/colorable/angle + icon_state = "c_angle" diff --git a/code/game/objects/effects/decals/floor_symbol.dm b/code/game/objects/effects/decals/floor_symbol.dm index e1c6e77d3409..13ed3a278631 100644 --- a/code/game/objects/effects/decals/floor_symbol.dm +++ b/code/game/objects/effects/decals/floor_symbol.dm @@ -118,3 +118,72 @@ /obj/effect/decal/floor_symbol/uscm_3x3/westface/northwest dir = NORTHWEST + +/// SEEGSON LOGO + +/obj/effect/decal/seegson + name = "Seegson Corporation" + icon = 'icons/effects/seegson_logo.dmi' + icon_state = "seegson_logo" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/decal/seegson/worn + icon_state = "seegson_logo_worn" + +/obj/effect/decal/seegson/small + icon = 'icons/effects/seegson_small.dmi' + icon_state = "seegson_logo" + +/obj/effect/decal/seegson/small/worn + icon_state = "seegson_logo_worn" + +/obj/effect/decal/seegson/small/lone + icon_state = "seegson_lone" + +/obj/effect/decal/seegson/small/lone/worn + icon_state = "seegson_lone_worn" + +/obj/effect/decal/seegson/small/circle + icon_state = "seegson_circle" + +/obj/effect/decal/seegson/small/circle/worn + icon_state = "seegson_circle_worn" + +/// LASALLE BIO LOGO + +/obj/effect/decal/lasalle_bio + name = "Lasalle Bionational Corporation" + icon = 'icons/effects/lasalle_logo.dmi' + icon_state = "lasalle_logo" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/decal/lasalle_bio/worn + icon_state = "lasalle_logo_worn" + +/obj/effect/decal/lasalle_bio/worn_alt + icon_state = "lasalle_logo_worn2" + +/obj/effect/decal/lasalle_bio/symbol_only + icon_state = "lasalle_logo_symbol" + +/obj/effect/decal/lasalle_bio/symbol_only/worn + icon_state = "lasalle_logo_symbol_worn" + +/obj/effect/decal/lasalle_bio/symbol_only/worn_alt + icon_state = "lasalle_logo_symbol_worn2" + +/// Engineer (Space-Jockey) Ancient Ruins + +/obj/effect/decal/engineer_ruins + icon = 'icons/effects/engineercircle.dmi' + icon_state = "circle_combined" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/decal/engineer_ruins/individual + icon_state = "circle1" diff --git a/code/game/objects/effects/decals/hybrisa_decals.dm b/code/game/objects/effects/decals/hybrisa_decals.dm index f0fe9cfeb19e..03058a7dab3c 100644 --- a/code/game/objects/effects/decals/hybrisa_decals.dm +++ b/code/game/objects/effects/decals/hybrisa_decals.dm @@ -170,6 +170,11 @@ /obj/effect/decal/hybrisa/checkpoint_decal icon = 'icons/effects/64x64hybrisa_decals.dmi' icon_state = "checkpoint_decal" + +/obj/effect/decal/hybrisa/checkpoint_decal/only_security + icon = 'icons/effects/64x64hybrisa_decals.dmi' + icon_state = "checkpoint_decal_only" + /obj/effect/decal/hybrisa/workers_decal icon = 'icons/effects/64x64hybrisa_decals.dmi' icon_state = "workers_decal" @@ -198,11 +203,22 @@ /obj/effect/decal/hybrisa/dirt icon = 'icons/effects/hybrisa_decals.dmi' icon_state = "dirt" + layer = TURF_LAYER + +/obj/effect/decal/hybrisa/dirt/above_turf_decal + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "dirt" + layer = WALL_LAYER /obj/effect/decal/hybrisa/dirt_2 icon = 'icons/effects/hybrisa_decals.dmi' icon_state = "dirt_2" +/obj/effect/decal/hybrisa/dirt_2/above_turf_decal + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "dirt_2" + layer = WALL_LAYER + /obj/effect/decal/hybrisa/bloodtrail icon = 'icons/effects/hybrisa_decals.dmi' icon_state = "bloodtrail" diff --git a/code/game/objects/effects/decals/strata_decals.dm b/code/game/objects/effects/decals/strata_decals.dm index 4412f0cc09ee..f8460f89d59c 100644 --- a/code/game/objects/effects/decals/strata_decals.dm +++ b/code/game/objects/effects/decals/strata_decals.dm @@ -12,6 +12,9 @@ layer = CATWALK_LAYER desc = "These things have no depth to them, are they just, painted on?" +/obj/effect/decal/strata_decals/catwalk/prison/alt + icon_state = "catwalk_alt" + //////////////////OUTDOOR STUFF///////////////// /obj/effect/decal/strata_decals/rocks diff --git a/code/game/objects/effects/landmarks/ambient_sounds.dm b/code/game/objects/effects/landmarks/ambient_sounds.dm new file mode 100644 index 000000000000..c8a528da60eb --- /dev/null +++ b/code/game/objects/effects/landmarks/ambient_sounds.dm @@ -0,0 +1,76 @@ +/obj/effect/landmark/ambient_sound + name = "ambient sound" + icon = 'icons/landmarks.dmi' + icon_state = "sound" + + var/list/sound_list = list() + var/min_delay = 30 SECONDS + var/max_delay = 90 SECONDS + var/volume = 35 + var/min_volume = 35 + var/vary = TRUE + var/play_chance = 100 + var/sound_radius = 7 + var/play_once = FALSE + +/obj/effect/landmark/ambient_sound/Initialize(mapload) + . = ..() + + addtimer(CALLBACK(src, PROC_REF(play_random_sound)), rand(min_delay, max_delay)) + +/obj/effect/landmark/ambient_sound/proc/play_random_sound() + if(QDELETED(src)) + return + + if(prob(play_chance) && length(sound_list)) + playsound(loc, pick(sound_list), rand(min_volume, volume), vary, sound_radius) + if(play_once) + return + + addtimer(CALLBACK(src, PROC_REF(play_random_sound)), rand(min_delay, max_delay)) + +// The sounds - static playing sound landmarks, can be configured easily. A variety of uses. + +// Sounds will overlap, unlike the area ambience. + +// Use short sounds, shorter the better. I'd say around 20 seconds max. + +// Fire_Colony Sounds + +/obj/effect/landmark/ambient_sound/lava + name = "lava ambience" // For the lava rivers and pools + + sound_list = list( + 'sound/ambience/lava/lava_river/lava_1.ogg', + 'sound/ambience/lava/lava_river/lava_2.ogg', + 'sound/ambience/lava/lava_river/lava_3.ogg', + 'sound/ambience/lava/lava_river/lava_4.ogg', + 'sound/ambience/lava/lava_river/lava_5.ogg', + 'sound/ambience/lava/lava_river/lava_6.ogg', + 'sound/ambience/lava/lava_river/lava_7.ogg', + 'sound/ambience/lava/lava_river/lava_8.ogg', + 'sound/ambience/lava/lava_river/lava_9.ogg', + 'sound/ambience/lava/lava_river/lava_10.ogg', + 'sound/ambience/lava/lava_river/lava_11.ogg', + 'sound/ambience/lava/lava_river/lava_12.ogg', + 'sound/ambience/lava/lava_river/lava_13.ogg', + 'sound/ambience/lava/lava_river/lava_14.ogg', + 'sound/ambience/lava/lava_river/lava_15.ogg', + 'sound/ambience/lava/lava_river/lava_16.ogg', + 'sound/ambience/lava/lava_river/lava_17.ogg', + 'sound/ambience/lava/lava_river/lava_18.ogg', + 'sound/ambience/lava/lava_river/lava_19.ogg', + 'sound/ambience/lava/lava_river/lava_20.ogg', + 'sound/ambience/lava/lava_river/lava_21.ogg', + 'sound/ambience/lava/lava_river/lava_22.ogg', + 'sound/ambience/lava/lava_river/lava_23.ogg', + 'sound/ambience/lava/lava_river/lava_24.ogg', + 'sound/ambience/lava/lava_river/lava_25.ogg', + ) + + min_delay = 6 SECONDS + max_delay = 18 SECONDS + min_volume = 15 + volume = 55 + sound_radius = 5 + play_chance = 80 diff --git a/code/game/objects/effects/landmarks/corpsespawner.dm b/code/game/objects/effects/landmarks/corpsespawner.dm index 5bd2cfb7850d..e52cc1d1b050 100644 --- a/code/game/objects/effects/landmarks/corpsespawner.dm +++ b/code/game/objects/effects/landmarks/corpsespawner.dm @@ -405,3 +405,31 @@ /obj/effect/landmark/corpsespawner/tyrargo/us_army_medic/burst name = "Corpse - Burst - US Army - Trooper" equip_path = /datum/equipment_preset/corpse/tyrargo/us_army_medic/burst + +//*****************************************************************************************************/ + +///Working Joe Corpse/// + +/obj/effect/landmark/corpsespawner/working_joe + name = "Deactivated Working Joe" + equip_path = /datum/equipment_preset/corpse/working_joe + +/obj/effect/landmark/corpsespawner/working_joe/fireproof + name = "Deactivated Working Joe" + equip_path = /datum/equipment_preset/corpse/working_joe/fireproof + +// Dead UPP Spy + +/obj/effect/landmark/corpsespawner/upp_spy + name = "Corpse - Suspicious Colonist" + equip_path = /datum/equipment_preset/corpse/upp_spy + +// Dead HIG Operative + +/obj/effect/landmark/corpsespawner/lb_merc + name = "Corpse - HIG - Operative" + equip_path = /datum/equipment_preset/corpse/lb_merc + +/obj/effect/landmark/corpsespawner/lb_merc/burst + + equip_path = /datum/equipment_preset/corpse/lb_merc/burst diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index ec08a338e333..7e4acfc7d6f7 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -788,3 +788,81 @@ Intel suggests CANC separatists or a UA/3WE incursion, but as you touch down in the hangar, something feels wrong. No welcome party. No usual hustle of a working colony. Nothing to suggest an incursion of any kind.

\ Your mission is clear—find out what happened to your supply ship and comrades, retrieve your equipment, and uncover the truth of what really happened to the colony." spawn_priority = SPAWN_PRIORITY_VERY_HIGH + +// Fire Colony - Lasalle Bionational - HIG - Survivors + +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc + icon_state = "surv_wy" + equipment = /datum/equipment_preset/survivor/lasalle_merc/standard + synth_equipment = /datum/equipment_preset/synth/survivor/lasalle_merc + CO_equipment = /datum/equipment_preset/survivor/lasalle_merc/lasalle_commander + intro_text = list("

You are a HIG operative stranded on LV-376 'Charon's Crucible'.

",\ + "You ARE aware of the xenomorph threat.",\ + "Your dropship remains locked down under remote command authorization. Extraction has been suspended until mission objectives are complete.") + story_text = "

You are a member of Lasalle Bionational's - Hazard Intervention Group (HIG), the corporation's specialized hazardous intervention and asset recovery unit. Your team was stationed aboard the LBV Vigilance, a Lasalle Bionational forward operating vessel maintaining a discreet orbit elsewhere within the LV-376 system, close enough to respond before any external government or corporate intervention could arrive.

\ +

Following the loss of contact with the colony, your team has been deployed under emergency containment protocols. Your orders are to liquidate all active biological assets, recover any salvageable project data, secure any inert or otherwise recoverable specimens, and eliminate any potential intelligence leaks that could compromise Lasalle Bionational's interests.

\ +

MISSION DIRECTIVE: Your off-world handler is monitoring the operation remotely and retains full remote control of your dropship. Once all primary objectives have been completed, extraction may be authorized. Until then, your orders are clear: complete the mission, or remain planetside - permanently.

" + roundstart_damage_min = 3 + roundstart_damage_max = 10 + roundstart_damage_times = 2 + + hostile = TRUE + + spawn_priority = SPAWN_PRIORITY_MEDIUM + +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc_medic + icon_state = "surv_wy" + equipment = /datum/equipment_preset/survivor/lasalle_merc/medic + synth_equipment = /datum/equipment_preset/synth/survivor/lasalle_merc + CO_equipment = /datum/equipment_preset/survivor/lasalle_merc/lasalle_commander + intro_text = list("

You are a HIG operative stranded on LV-376 'Charon's Crucible'.

",\ + "You ARE aware of the xenomorph threat.",\ + "Your dropship remains locked down under remote command authorization. Extraction has been suspended until mission objectives are complete.") + story_text = "

You are a member of Lasalle Bionational's - Hazard Intervention Group (HIG), the corporation's specialized hazardous intervention and asset recovery unit. Your team was stationed aboard the LBV Vigilance, a Lasalle Bionational forward operating vessel maintaining a discreet orbit elsewhere within the LV-376 system, close enough to respond before any external government or corporate intervention could arrive.

\ +

Following the loss of contact with the colony, your team has been deployed under emergency containment protocols. Your orders are to liquidate all active biological assets, recover any salvageable project data, secure any inert or otherwise recoverable specimens, and eliminate any potential intelligence leaks that could compromise Lasalle Bionational's interests.

\ +

MISSION DIRECTIVE: Your off-world handler is monitoring the operation remotely and retains full remote control of your dropship. Once all primary objectives have been completed, extraction may be authorized. Until then, your orders are clear: complete the mission, or remain planetside - permanently.

" + roundstart_damage_min = 3 + roundstart_damage_max = 10 + roundstart_damage_times = 2 + + hostile = TRUE + + spawn_priority = SPAWN_PRIORITY_VERY_HIGH + +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc_engineer + icon_state = "surv_wy" + equipment = /datum/equipment_preset/survivor/lasalle_merc/engineer + synth_equipment = /datum/equipment_preset/synth/survivor/lasalle_merc + CO_equipment = /datum/equipment_preset/survivor/lasalle_merc/lasalle_commander + intro_text = list("

You are a HIG operative stranded on LV-376 'Charon's Crucible'.

",\ + "You ARE aware of the xenomorph threat.",\ + "Your dropship remains locked down under remote command authorization. Extraction has been suspended until mission objectives are complete.") + story_text = "

You are a member of Lasalle Bionational's - Hazard Intervention Group (HIG), the corporation's specialized hazardous intervention and asset recovery unit. Your team was stationed aboard the LBV Vigilance, a Lasalle Bionational forward operating vessel maintaining a discreet orbit elsewhere within the LV-376 system, close enough to respond before any external government or corporate intervention could arrive.

\ +

Following the loss of contact with the colony, your team has been deployed under emergency containment protocols. Your orders are to liquidate all active biological assets, recover any salvageable project data, secure any inert or otherwise recoverable specimens, and eliminate any potential intelligence leaks that could compromise Lasalle Bionational's interests.

\ +

MISSION DIRECTIVE: Your off-world handler is monitoring the operation remotely and retains full remote control of your dropship. Once all primary objectives have been completed, extraction may be authorized. Until then, your orders are clear: complete the mission, or remain planetside - permanently.

" + roundstart_damage_min = 3 + roundstart_damage_max = 10 + roundstart_damage_times = 2 + + hostile = TRUE + + spawn_priority = SPAWN_PRIORITY_HIGH + +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc_leader + icon_state = "surv_wy" + equipment = /datum/equipment_preset/survivor/lasalle_merc/leader + synth_equipment = /datum/equipment_preset/synth/survivor/lasalle_merc + CO_equipment = /datum/equipment_preset/survivor/lasalle_merc/lasalle_commander + intro_text = list("

You are a HIG operative stranded on LV-376 'Charon's Crucible'.

",\ + "You ARE aware of the xenomorph threat.",\ + "Your dropship remains locked down under remote command authorization. Extraction has been suspended until mission objectives are complete.") + story_text = "

You are a member of Lasalle Bionational's - Hazard Intervention Group (HIG), the corporation's specialized hazardous intervention and asset recovery unit. Your team was stationed aboard the LBV Vigilance, a Lasalle Bionational forward operating vessel maintaining a discreet orbit elsewhere within the LV-376 system, close enough to respond before any external government or corporate intervention could arrive.

\ +

Following the loss of contact with the colony, your team has been deployed under emergency containment protocols. Your orders are to liquidate all active biological assets, recover any salvageable project data, secure any inert or otherwise recoverable specimens, and eliminate any potential intelligence leaks that could compromise Lasalle Bionational's interests.

\ +

MISSION DIRECTIVE: Your off-world handler is monitoring the operation remotely and retains full remote control of your dropship. Once all primary objectives have been completed, extraction may be authorized. Until then, your orders are clear: complete the mission, or remain planetside - permanently.

" + roundstart_damage_min = 3 + roundstart_damage_max = 10 + roundstart_damage_times = 2 + + hostile = TRUE + + 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 2d529a8f91ac..928ea373a291 100644 --- a/code/game/objects/items/cards_ids.dm +++ b/code/game/objects/items/cards_ids.dm @@ -240,6 +240,8 @@ . = ..() if(istype(src, /obj/item/card/id/silver/cl/hyperdyne)) AddElement(/datum/element/corp_label/hyperdyne) + else if(istype(src, /obj/item/card/id/silver/cl/lasalle_bionational)) + AddElement(/datum/element/corp_label/bionational) else AddElement(/datum/element/corp_label/wy) @@ -248,6 +250,11 @@ desc = "A corporate holo-badge. It's a unique Corporate orange and black." icon_state = "hyperdyne" +/obj/item/card/id/silver/cl/lasalle_bionational + name = "corporate holo-badge" + desc = "A corporate holo-badge. It's a unique Corporate blue and black." + icon_state = "lasalle_bionational" + /obj/item/card/id/gold/council name = "identification holo-badge" desc = "A real bronze gold Colonel's holo-badge. Commands respect, authority, and it makes for an excellent paperweight." diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index d47c1a22dd81..52c586ad9516 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -294,9 +294,15 @@ w_class = SIZE_LARGE on = 1 +/obj/item/device/flashlight/lamp/tripod/off + on = 0 + /obj/item/device/flashlight/lamp/tripod/grey icon_state = "tripod_lamp_grey" +/obj/item/device/flashlight/lamp/tripod/grey/off + on = 0 + /obj/item/device/flashlight/lamp/verb/toggle_light() set name = "Toggle light" set category = "Object" @@ -592,6 +598,17 @@ /obj/item/device/flashlight/lantern/on on = TRUE +/obj/item/device/flashlight/lantern/alt + name = "lantern" + icon_state = "tactical_lantern" + item_state = "" + desc = "An expensive looking lantern." + light_range = 7 // luminosity when on + light_color = "#71cfff" + +/obj/item/device/flashlight/lantern/alt/on + on = TRUE + /obj/item/device/flashlight/lantern/yautja name = "lantern" icon_state = "yautja" diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index de276a6ad9f1..c14765c616de 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -293,6 +293,15 @@ channels = list(RADIO_CHANNEL_HYPERDYNE = TRUE) tracking_options = list("Corporate Liaison" = TRACKER_CL) +//--------------------------------------------------- +//Lasalle Bionational Keys + +/obj/item/device/encryptionkey/lasalle_bionational + name = "\improper Lasalle Bionational encryption key" + icon_state = "ce_key" + channels = list(RADIO_CHANNEL_LASALLE_BIONATIONAL = TRUE) + tracking_options = list("Corporate Liaison" = TRACKER_CL) + //--------------------------------------------------- //UPP Keys /obj/item/device/encryptionkey/upp diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 1912e4a4fe97..a25d68f25f37 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -1162,6 +1162,20 @@ has_hud = TRUE hud_type = MOB_HUD_FACTION_HC +/obj/item/device/radio/headset/distress/lasalle_bionational + name = "LB corporate headset" + desc = "A headset commonly worn by Lasalle Bionational corporate personnel." + icon_state = "generic_headset" + frequency = LB_FREQ + initial_keys = list(/obj/item/device/encryptionkey/colony, /obj/item/device/encryptionkey/lasalle_bionational) + has_hud = TRUE + hud_type = MOB_HUD_FACTION_LB + +/obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc + name = "HIG tactical headset" + desc = "A secure tactical headset issued to Lasalle Bionational - Hazard Intervention Group operatives." + icon_state = "mcom_headset" + /obj/item/device/radio/headset/distress/dutch name = "Dutch's Dozen headset" desc = "A special headset used by small groups of trained operatives. Or terrorists. To access the colony channel, use :h." diff --git a/code/game/objects/items/frames/table_rack.dm b/code/game/objects/items/frames/table_rack.dm index 362f8d3d0710..5dc0938bcf1f 100644 --- a/code/game/objects/items/frames/table_rack.dm +++ b/code/game/objects/items/frames/table_rack.dm @@ -235,3 +235,6 @@ R.add_fingerprint(user) user.drop_held_item() qdel(src) + +/obj/item/frame/rack/long + icon_state = "longrack_parts" diff --git a/code/game/objects/items/reagent_containers/food/drinks.dm b/code/game/objects/items/reagent_containers/food/drinks.dm index e4f641bb16fb..7d044385f630 100644 --- a/code/game/objects/items/reagent_containers/food/drinks.dm +++ b/code/game/objects/items/reagent_containers/food/drinks.dm @@ -401,6 +401,10 @@ volume = 30 center_of_mass = "x=15;y=13" +/obj/item/reagent_container/food/drinks/coffeecup/alt + icon_state = "coffeecupblue" + item_state = "coffeecupblue" + /obj/item/reagent_container/food/drinks/coffeecup/uscm name = "\improper USCM coffee mug" desc = "A red, white and blue coffee mug depicting the emblem of the USCM. Patriotic and bold, and commonly seen among veterans as a novelty." diff --git a/code/game/objects/items/reagent_containers/food/snacks.dm b/code/game/objects/items/reagent_containers/food/snacks.dm index e3c84d8d5eb5..61952315913a 100644 --- a/code/game/objects/items/reagent_containers/food/snacks.dm +++ b/code/game/objects/items/reagent_containers/food/snacks.dm @@ -3345,6 +3345,29 @@ return ..() +/obj/item/reagent_container/food/snacks/packaged_burrito/unbranded + desc = "A hard microwavable burrito. There's no time given for how long to cook it." + icon_state = "unbranded_packaged-burrito" + item_state = "unbranded_pburrito" + +/obj/item/reagent_container/food/snacks/packaged_burrito/unbranded/attack_self(mob/user) + if(package) + playsound(src.loc,'sound/effects/pageturn2.ogg', 15, 1) + to_chat(user, SPAN_NOTICE("You pull off the wrapping from the squishy burrito!")) + RemoveElement(/datum/element/corp_label/wy) + package = 0 + user.put_in_hands(new /obj/item/trash/buritto/alt) + icon_state = "open-burrito" + item_state = "unbranded_burrito" + return + ..() + +/obj/item/reagent_container/food/snacks/packaged_burrito/unbranded/Initialize() + . = ..() + reagents.add_reagent("bread", 5) + reagents.add_reagent("meatprotein", 5) + RemoveElement(/datum/element/corp_label/wy) + /obj/item/reagent_container/food/snacks/packaged_burger name = "Packaged Cheeseburger" desc = "A soggy microwavable burger. There's no time given for how long to cook it. Packaged by the Weyland-Yutani Corporation." @@ -3373,6 +3396,31 @@ return ..() +/obj/item/reagent_container/food/snacks/packaged_burger/unbranded + desc = "A soggy microwavable burger. There's no time given for how long to cook it." + icon = 'icons/obj/items/food/junkfood.dmi' + icon_state = "unbranded_packaged-burger" + item_state = "unbranded_pburger" + +/obj/item/reagent_container/food/snacks/packaged_burger/unbranded/attack_self(mob/user) + if(package) + playsound(src.loc,'sound/effects/pageturn2.ogg', 15, 1) + to_chat(user, SPAN_NOTICE("You pull off the wrapping from the squishy hamburger!")) + RemoveElement(/datum/element/corp_label/wy) + package = 0 + user.put_in_hands(new /obj/item/trash/burger/alt) + icon_state = "open-burger" + item_state = "unbranded_burger" + return + ..() + +/obj/item/reagent_container/food/snacks/packaged_burger/unbranded/Initialize() + . = ..() + reagents.add_reagent("bread", 5) + reagents.add_reagent("meatprotein", 5) + reagents.add_reagent("sodiumchloride", 2) + RemoveElement(/datum/element/corp_label/wy) + /obj/item/reagent_container/food/snacks/packaged_hdogs name = "Packaged Hotdog" desc = "A singular squishy, room temperature, hot dog. There's no time given for how long to cook it, so you assume its probably good to go. Packaged by the Weyland-Yutani Corporation." @@ -3401,6 +3449,30 @@ return ..() +/obj/item/reagent_container/food/snacks/packaged_hdogs/unbranded + desc = "A singular squishy, room temperature, hot dog. There's no time given for how long to cook it, so you assume its probably good to go." + icon_state = "unbranded_packaged-hotdog" + item_state = "unbranded_photdog" + +/obj/item/reagent_container/food/snacks/packaged_hdogs/unbranded/attack_self(mob/user) + if(package) + playsound(src.loc,'sound/effects/pageturn2.ogg', 15, 1) + to_chat(user, SPAN_NOTICE("You pull off the wrapping from the squishy hotdog!")) + RemoveElement(/datum/element/corp_label/wy) + package = 0 + user.put_in_hands(new /obj/item/trash/hotdog/alt) + icon_state = "open-hotdog" + item_state = "unbranded_hotdog" + return + ..() + +/obj/item/reagent_container/food/snacks/packaged_hdogs/unbranded/Initialize() + . = ..() + reagents.add_reagent("bread", 2) + reagents.add_reagent("meatprotein", 1) + reagents.add_reagent("sodiumchloride", 2) + RemoveElement(/datum/element/corp_label/wy) + /obj/item/reagent_container/food/snacks/eat_bar name = "MEAT Bar" desc = "It is a vacuum sealed tube of suspicious meat. Artificially packed full of nutrients you can't pronounce. The M is printed on the side, so it just reads EAT. Guess that's where the slogan comes from." diff --git a/code/game/objects/items/reagent_containers/pill.dm b/code/game/objects/items/reagent_containers/pill.dm index 302cd60915ce..66e3ddce0360 100644 --- a/code/game/objects/items/reagent_containers/pill.dm +++ b/code/game/objects/items/reagent_containers/pill.dm @@ -298,3 +298,7 @@ pill_initial_reagents = list("imidazoline" = 10, "alkysine" = 5) pill_icon_class = "alky" +/obj/item/reagent_container/pill/kelo_oxy_mix + pill_desc = "An Kelotane-Oxycodone (2:1) pill. Heals burns while also significantly reducing pain." + pill_initial_reagents = list("kelotane" = 10, "oxycodone" = 5) + pill_icon_class = "kelo" diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index 17c1fdc4a65e..d3bca82606fa 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -119,6 +119,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ color = "#333333" perunit = 3750 stack_id = "iron" + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/iron/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/iron/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/iron/full_stack + amount = STACK_50 /obj/item/stack/sheet/mineral/iron/Initialize() . = ..() @@ -251,6 +261,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ sheettype = "gold" stack_id = "gold" black_market_value = 30 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/gold/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/gold/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/gold/full_stack + amount = STACK_50 /obj/item/stack/sheet/mineral/gold/Initialize() . = ..() @@ -269,6 +289,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ sheettype = "silver" stack_id = "silver" black_market_value = 25 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/silver/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/silver/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/silver/full_stack + amount = STACK_50 /obj/item/stack/sheet/mineral/silver/Initialize() . = ..() @@ -285,6 +315,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ perunit = 1000 stack_id = "enuranium" + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/enruranium/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/enruranium/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/enruranium/full_stack + amount = STACK_50 //Valuable resource, cargo can now actually sell it. /obj/item/stack/sheet/mineral/platinum @@ -297,7 +337,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ perunit = 2000 stack_id = "platinum" black_market_value = 35 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/platinum/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/platinum/medium_stack + amount = STACK_30 +/obj/item/stack/sheet/mineral/platinum/full_stack + amount = STACK_50 /obj/item/stack/sheet/mineral/lead name = "lead" @@ -309,6 +358,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ perunit = 2000 stack_id = "lead" black_market_value = 35 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/lead/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/lead/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/lead/full_stack + amount = STACK_50 //Extremely valuable to Research. /obj/item/stack/sheet/mineral/mhydrogen @@ -333,6 +392,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ perunit = 2000 stack_id = "tritium" black_market_value = 35 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/tritium/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/tritium/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/tritium/full_stack + amount = STACK_50 /obj/item/stack/sheet/mineral/osmium name = "osmium" @@ -345,6 +414,16 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ perunit = 2000 stack_id = "osmium" black_market_value = 35 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/osmium/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/osmium/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/osmium/full_stack + amount = STACK_50 /obj/item/stack/sheet/mineral/chitin name = "chitin" @@ -356,3 +435,13 @@ GLOBAL_LIST_INIT(iron_recipes, list ( \ perunit = 2000 stack_id = "chitin" black_market_value = 35 + amount_sprites = TRUE + +/obj/item/stack/sheet/mineral/chitin/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/mineral/chitin/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/mineral/chitin/full_stack + amount = STACK_50 diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index f3f9059efb28..d5772ec6d94b 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -363,7 +363,7 @@ GLOBAL_LIST_INIT_TYPED(cardboard_recipes, /datum/stack_recipe, list ( \ null, \ new/datum/stack_recipe("empty magazine box (KT-42)", /obj/item/ammo_box/magazine/kt42/empty), \ null, \ - new/datum/stack_recipe("empty magazine box (Beretta 92FS)", /obj/item/ammo_box/magazine/b92fs/empty), \ + new/datum/stack_recipe("empty magazine box (Beretta M92X)", /obj/item/ammo_box/magazine/b92fs/empty), \ null, \ new/datum/stack_recipe("empty magazine box (FN FP9000)", /obj/item/ammo_box/magazine/fp9000/empty), \ null, \ @@ -410,6 +410,7 @@ GLOBAL_LIST_INIT_TYPED(cardboard_recipes, /datum/stack_recipe, list ( \ icon_state = "sheet-card" sheettype = "cardboard" stack_id = "cardboard" + amount_sprites = TRUE /obj/item/stack/sheet/cardboard/New(loc, amount=null) recipes = GLOB.cardboard_recipes @@ -438,6 +439,16 @@ GLOBAL_LIST_INIT_TYPED(aluminium_recipes, /datum/stack_recipe, list ( \ icon_state = "sheet-aluminum" sheettype = "aluminum" black_market_value = 10 + amount_sprites = TRUE + +/obj/item/stack/sheet/aluminum/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/aluminum/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/aluminum/full_stack + amount = STACK_50 /* * Copper @@ -453,4 +464,45 @@ GLOBAL_LIST_INIT_TYPED(copper_recipes, /datum/stack_recipe, list ( \ icon_state = "sheet-copper" sheettype = "copper" black_market_value = 10 + amount_sprites = TRUE + +/obj/item/stack/sheet/copper/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/copper/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/copper/full_stack + amount = STACK_50 + +/* + * Pyrotrinium + */ + +/obj/item/stack/sheet/pyrotrinium + name = "pyrotrinium" + desc = "Refined from heat-resistant crystalline deposits, pyrotrinium is a dull red alloy prized for its exceptional thermal stability and conductivity. It is commonly used in reactor housings, power systems, and high-stress industrial equipment where conventional metals would fail." + singular_name = "pyrotrinium sheet" + icon_state = "sheet-pyrotrinium" + sheettype = "pyrotrinium" + stack_id = "pyrotrinium" + item_state = "sheet-metal" + throwforce = 14 + amount_sprites = TRUE + + black_market_value = 15 + +/obj/item/stack/sheet/pyrotrinium/small_stack + amount = STACK_10 + +/obj/item/stack/sheet/pyrotrinium/med_small_stack + amount = STACK_20 + +/obj/item/stack/sheet/pyrotrinium/medium_stack + amount = STACK_30 + +/obj/item/stack/sheet/pyrotrinium/med_large_stack + amount = STACK_40 +/obj/item/stack/sheet/pyrotrinium/large_stack + amount = STACK_50 diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index e798568b7493..1c7f00b5a219 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -404,6 +404,17 @@ /obj/item/storage/backpack/satchel/black/lockable/no_override lock_overridable = FALSE +/obj/item/storage/backpack/satchel/white + icon_state = "satchel_white" + item_state = "satchel_white" + +/obj/item/storage/backpack/satchel/white/lockable + name = "secure leather satchel" + is_id_lockable = TRUE + +/obj/item/storage/backpack/satchel/white/lockable/no_override + lock_overridable = FALSE + /obj/item/storage/backpack/satchel/norm name = "satchel" desc = "A trendy-looking satchel." diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index e94a4dde335f..9180434da525 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -415,6 +415,21 @@ new /obj/item/storage/pill_bottle/tramadol(src) new /obj/item/device/healthanalyzer(src) +/obj/item/storage/belt/medical/lifesaver/wy/lb_merc + name = "\improper LB-TM624 pattern medical bag" + desc = "The LB-TM624 is the standard load-bearing equipment of the L-B security forces. This configuration mounts a duffel bag filled with a range of injectors and light medical supplies, and is common among medics. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them." + +/obj/item/storage/belt/medical/lifesaver/wy/lb_merc/partial/fill_preset_inventory() + new /obj/item/stack/medical/advanced/bruise_pack/upgraded(src) + new /obj/item/stack/medical/advanced/ointment/upgraded(src) + new /obj/item/stack/medical/splint/nano(src) + new /obj/item/reagent_container/hypospray/autoinjector/oxycodone(src) + new /obj/item/storage/pill_bottle/bicaridine(src) + new /obj/item/storage/pill_bottle/kelotane(src) + new /obj/item/storage/pill_bottle/inaprovaline(src) + new /obj/item/storage/pill_bottle/tramadol(src) + new /obj/item/device/healthanalyzer(src) + /obj/item/storage/belt/medical/lifesaver/upp name = "\improper Type 41 pattern lifesaver bag" desc = "The Type 41 load rig is the standard load-bearing equipment of the UPP military. This configuration mounts a duffel bag filled with a range of injectors and light medical supplies, and is common among medics." @@ -962,6 +977,13 @@ new /obj/item/ammo_magazine/rifle/nsg23/ap(src) new /obj/item/ammo_magazine/rifle/nsg23/ap(src) +/obj/item/storage/belt/marine/wy/generic + name = "\improper TM401 pattern ammo load rig" + desc = "A slightly outdated rig, by modern standards - The TM401 is the standard load-bearing equipment of various corporate & military forces. It consists of a modular belt with various clips. This is the standard variant, designed for bulk ammunition-carrying operations." + +/obj/item/storage/belt/marine/wy/generic/w_ek_17/fill_preset_inventory() // W/EK 17 Carbine + for(var/i = 1 to storage_slots) + new /obj/item/ammo_magazine/rifle/w_ek_17 (src) // M2C HMG/M56D gunner belt /obj/item/storage/belt/marine/m2c @@ -1708,6 +1730,20 @@ new /obj/item/ammo_magazine/pistol/m1911/highimpact/ap(src) new /obj/item/ammo_magazine/pistol/m1911/highimpact/ap(src) +/obj/item/storage/belt/gun/m4a3/wy/lb_merc + name = "\improper LB-TM891 pattern general pistol holster rig" + desc = "The LB-TM891 is the standard load-bearing equipment of the L-B security forces. It consists of a modular belt with various clips. This version has a holster assembly that allows one to carry the most common pistols. It also contains side pouches that can store most pistol magazines." + +/obj/item/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed_near_empty/fill_preset_inventory() + handle_item_insertion(new /obj/item/weapon/gun/pistol/b92fs/suppressed()) + for(var/i = 1 to 3) + new /obj/item/ammo_magazine/pistol/b92fs(src) + +/obj/item/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed/fill_preset_inventory() + handle_item_insertion(new /obj/item/weapon/gun/pistol/b92fs/suppressed()) + for(var/i = 1 to storage_slots - 1) + new /obj/item/ammo_magazine/pistol/b92fs(src) + /obj/item/storage/belt/gun/m4a3/m1911/socom/black icon = 'icons/obj/items/clothing/belts/belts_by_map/snow.dmi' item_icons = list( diff --git a/code/game/objects/items/storage/firstaid.dm b/code/game/objects/items/storage/firstaid.dm index 326f5d57fe2f..ccf9b62cf7c2 100644 --- a/code/game/objects/items/storage/firstaid.dm +++ b/code/game/objects/items/storage/firstaid.dm @@ -1185,3 +1185,8 @@ name = "Oxycodone pill packet" desc = "This packet contains oxycodone pills, highly effective painkillers. Once you take them out, they don't go back in. Don't take more than 2 pill in a short period." pill_type_to_fill = /obj/item/reagent_container/pill/oxycodone + +/obj/item/storage/pill_bottle/packet/kelo_oxy_mix + name = "Kelotane/Oxycodone mix pill packet" + desc = "This packet contains a Kelotane-Oxycodone (2:1) mix of pills. Heals burn damage, while also providing effective pain relief. Once you take them out, they don't go back in. Don't take more than 2 pills in a short period." + pill_type_to_fill = /obj/item/reagent_container/pill/kelo_oxy_mix diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index df47849462a8..bb5637f11430 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -184,6 +184,18 @@ new /obj/item/attachable/bayonet/wy(src) new /obj/item/stack/medical/splint(src) +/obj/item/storage/pouch/survival/full/lasalle + icon_state = "soctools" + +/obj/item/storage/pouch/survival/full/lasalle/fill_preset_inventory() + new /obj/item/device/flashlight/lantern/alt(src) + new /obj/item/tool/crowbar/tactical(src) + new /obj/item/storage/pill_bottle/packet/kelo_oxy_mix(src) // fire colony has lot's of map hazards, effective kelo/oxy mix is necessary here, probably not on other maps. + new /obj/item/stack/medical/ointment(src) + new /obj/item/device/radio(src) + new /obj/item/attachable/bayonet/lb(src) + new /obj/item/stack/medical/splint(src) + /obj/item/storage/pouch/survival/synth name = "synth survival pouch" desc = "An emergency pouch given to synthetics in the event of an emergency." @@ -313,6 +325,13 @@ /obj/item/storage/pouch/firstaid/ert/wy icon_state = "wy_firstaid" +/obj/item/storage/pouch/firstaid/ert/wy/near_empty + icon_state = "wy_firstaid" + +/obj/item/storage/pouch/firstaid/ert/wy/near_empty/fill_preset_inventory() + new /obj/item/reagent_container/hypospray/autoinjector/bicaridine/skillless(src) + new /obj/item/reagent_container/hypospray/autoinjector/tramadol/skillless(src) + ///Pistol pouch. /obj/item/storage/pouch/pistol name = "sidearm pouch" diff --git a/code/game/objects/items/storage/smartpack.dm b/code/game/objects/items/storage/smartpack.dm index 5ebe77790665..d2670758b5a0 100644 --- a/code/game/objects/items/storage/smartpack.dm +++ b/code/game/objects/items/storage/smartpack.dm @@ -132,6 +132,12 @@ item_state = "b_smartpack_a1" icon_state = "b_smartpack_a1" +/obj/item/storage/backpack/marine/smartpack/a1/lb_black + name = "\improper LB-S-V42A1 backpack" + desc = "A Lasalle Bionational redesign of the S-V42 backpack, bearing a remarkable resemblance to a joint USCM and Weyland-Yutani project. Lasalle insists the similarities are purely coincidental. It features an integrated shoulder lamp." + item_state = "b_smartpack_a1" + icon_state = "b_smartpack_a1" + /obj/item/storage/backpack/marine/smartpack/a1/white item_state = "w_smartpack_a1" icon_state = "w_smartpack_a1" diff --git a/code/game/objects/items/tools/cleaning_tools.dm b/code/game/objects/items/tools/cleaning_tools.dm index fe61ced23ca7..cbc3effc5608 100644 --- a/code/game/objects/items/tools/cleaning_tools.dm +++ b/code/game/objects/items/tools/cleaning_tools.dm @@ -103,7 +103,7 @@ w_class = SIZE_SMALL attack_verb = list("warned", "cautioned", "smashed") -/obj/item/tool/warning_cone +/obj/item/tool/warning_cone // general. name = "warning cone" desc = "This cone is trying to warn you of something!" icon_state = "cone" @@ -120,8 +120,14 @@ flags_equip_slot = SLOT_HEAD flags_inv_hide = HIDEEARS|HIDETOPHAIR +/obj/item/tool/warning_cone/blue // utility work. + icon_state = "cone_blue" +/obj/item/tool/warning_cone/red // extreme danger or restricted area. + icon_state = "cone_red" +/obj/item/tool/warning_cone/green // various or good to pass. + icon_state = "cone_green" /obj/item/tool/soap name = "soap" diff --git a/code/game/objects/items/tools/maintenance_tools.dm b/code/game/objects/items/tools/maintenance_tools.dm index a6f377e22c52..dfcb43da3c71 100644 --- a/code/game/objects/items/tools/maintenance_tools.dm +++ b/code/game/objects/items/tools/maintenance_tools.dm @@ -120,6 +120,7 @@ desc = "Sharp, matte black, and deadly. In a pinch this will substitute for a pencil in a fight." force = MELEE_FORCE_TIER_2 throwforce = MELEE_FORCE_NORMAL + icon_state = "tac_screwdriver" /obj/item/tool/screwdriver/tactical/Initialize() . = ..() diff --git a/code/game/objects/items/trash.dm b/code/game/objects/items/trash.dm index 6f0178305d64..09458bd617b2 100644 --- a/code/game/objects/items/trash.dm +++ b/code/game/objects/items/trash.dm @@ -30,6 +30,15 @@ . = ..() AddElement(/datum/element/corp_label/wy) +/obj/item/trash/burger/alt + name = "Burger wrapper" + icon_state = "unbranded_burger" + desc = "A greasy plastic film that once held a Cheeseburger." + +/obj/item/trash/burger/alt/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + /obj/item/trash/buritto name = "Burrito wrapper" icon_state = "burrito" @@ -39,6 +48,15 @@ . = ..() AddElement(/datum/element/corp_label/wy) +/obj/item/trash/buritto/alt + name = "Burrito wrapper" + icon_state = "unbranded_burrito" + desc = "A foul-smelling plastic film that once held a microwave burrito." + +/obj/item/trash/buritto/alt/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + /obj/item/trash/candy name = "Candy" icon_state= "candy" @@ -76,6 +94,15 @@ . = ..() AddElement(/datum/element/corp_label/wy) +/obj/item/trash/hotdog/alt + name = "Hotdog wrapper" + icon_state = "unbranded_hotdog" + desc = "A musty plastic film that once held a hotdog." + +/obj/item/trash/hotdog/alt/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + /obj/item/trash/kepler name = "Kepler wrapper" icon_state = "kepler" diff --git a/code/game/objects/items/weapons/swords_axes_etc.dm b/code/game/objects/items/weapons/swords_axes_etc.dm index b525d6646aba..689dd81fb4bf 100644 --- a/code/game/objects/items/weapons/swords_axes_etc.dm +++ b/code/game/objects/items/weapons/swords_axes_etc.dm @@ -41,6 +41,10 @@ user.visible_message(SPAN_DANGER("[M] has been beaten with \the [src] by [user]!"), SPAN_DANGER("You hear someone fall.")) +/obj/item/weapon/classic_baton/alt + icon_state = "baton_alt" + item_state = "classic_baton_alt" + //Telescopic baton /obj/item/weapon/telebaton name = "telescopic baton" diff --git a/code/game/objects/prop.dm b/code/game/objects/prop.dm index f3e2faa4fd4a..2d3039008251 100644 --- a/code/game/objects/prop.dm +++ b/code/game/objects/prop.dm @@ -152,6 +152,12 @@ icon_state = "canister" icon = 'icons/obj/items/tank.dmi' +/obj/item/prop/colony/canister/alt_1 + icon_state = "canister_alt1" + +/obj/item/prop/colony/canister/alt_2 + icon_state = "canister_alt2" + /obj/item/prop/colony/proptag name = "information dog tag" desc = "A fallen marine's information dog tag. It reads,(BLANK)" @@ -384,6 +390,14 @@ desc = "Weyland-Yutani Corporation's Model 30 Light Excavator. Despite looking like a massive beast, the Model 30 is fairly light when compared to other W-Y terraforming excavators. It's designed to be able to be disassembled for transport and re-assembled on site. This one is a nice gray color." icon_state = "digger_gray" +/obj/structure/prop/invuln/dense/excavator/gray_alt + desc = "A Model 30 Light Excavator. Despite looking like a massive beast, the Model 30 is fairly light when compared to other terraforming excavators. It's designed to be able to be disassembled for transport and re-assembled on site. This one is a nice gray color." + icon_state = "generic_digger_gray" + +/obj/structure/prop/invuln/dense/excavator/yellow + desc = "A Model 30 Light Excavator. Despite looking like a massive beast, the Model 30 is fairly light when compared to other terraforming excavators. It's designed to be able to be disassembled for transport and re-assembled on site. This one is a nice yellow color." + icon_state = "generic_digger_yellow" + /obj/structure/prop/invuln/dense/excavator/Initialize() . = ..() if(dir & (SOUTH|NORTH)) @@ -392,3 +406,49 @@ else bound_height = 96 bound_width = 192 + +// Mining Refinery & Smelting + +/obj/structure/prop/huge_mining_machine/smelter + name = "industrial smelting furnace" + desc = "A colossal custom Seegson-designed smelting furnace engineered for specific industrial processing, used primarily to reduce raw pyrotrinium ore into a molten form. It's frame and heat-scarred plating reflect Seegson's preference for cheap, but functional machinery." + icon = 'icons/obj/structures/props/industrial/huge_mining_machines.dmi' + icon_state = "smelter_machine" + density = TRUE + anchored = TRUE + bound_width = 128 + bound_height = 96 + +/obj/structure/prop/huge_mining_machine/smelter/invun + unacidable = TRUE + unslashable = TRUE + breakable = FALSE + explo_proof = TRUE + +/obj/structure/prop/huge_mining_machine/refinery + name = "industrial smelting refinery" + desc = "A massive custom Seegson-designed refinery press built to compress molten pyrotrinium into uniform slabs for transport and industrial use. It's frame and heat-scarred plating reflect Seegson's preference for cheap, but functional machinery." + icon = 'icons/obj/structures/props/industrial/huge_mining_machines.dmi' + icon_state = "press_machine" + density = TRUE + anchored = TRUE + bound_width = 96 + bound_height = 128 + +/obj/structure/prop/huge_mining_machine/refinery/invun + unacidable = TRUE + unslashable = TRUE + breakable = FALSE + explo_proof = TRUE + +/obj/structure/prop/huge_mining_machine/conveyor + icon = 'icons/obj/structures/props/industrial/conveyor.dmi' + icon_state = "conveyor" + name = "conveyor belt" + desc = "A large conveyor belt used in industrial facilities." + projectile_coverage = FALSE + density = FALSE + layer = TURF_LAYER + +/obj/structure/prop/huge_mining_machine/conveyor/variation + icon_state = "conveyor1" diff --git a/code/game/objects/structures/blocker.dm b/code/game/objects/structures/blocker.dm index 124ea680990c..ef2cae963416 100644 --- a/code/game/objects/structures/blocker.dm +++ b/code/game/objects/structures/blocker.dm @@ -196,3 +196,9 @@ desc = "It is a machine that pumps fuel around the ship." invisibility = 101 mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/blocker/forcefield/all + types = list(/mob/living/carbon/human, /mob/living/carbon/xenomorph, /obj/item/weapon, /mob/living/simple_animal/hostile/retaliate/giant_lizard) + icon_state = "purple_line" + alpha = 0 + visible = TRUE diff --git a/code/game/objects/structures/cargo_container.dm b/code/game/objects/structures/cargo_container.dm index 94d2847d2292..50920e57653d 100644 --- a/code/game/objects/structures/cargo_container.dm +++ b/code/game/objects/structures/cargo_container.dm @@ -269,6 +269,59 @@ /obj/structure/cargo_container/seegson/right icon_state = "seegson_r" +/obj/structure/cargo_container/seegson/alt/left + icon_state = "seegson_alt_l" + +/obj/structure/cargo_container/seegson/alt/mid + icon_state = "seegson_alt_m" + +/obj/structure/cargo_container/seegson/alt/right + icon_state = "seegson_alt_r" + +/obj/structure/cargo_container/seegson/white/left + icon_state = "seegson_alt2_l" + +/obj/structure/cargo_container/seegson/white/mid + icon_state = "seegson_alt2_m" + +/obj/structure/cargo_container/seegson/white/right + icon_state = "seegson_alt2_r" + +/obj/structure/cargo_container/lasalle + name = "Lasalle Bionational Corporation Cargo Container" + desc = "A huge industrial shipping container.\nThis one is from Lasalle Bionational, they are known for their radiation-resistant crops and bioengineered livestock." + +/obj/structure/cargo_container/lasalle/Initialize() + . = ..() + AddElement(/datum/element/corp_label/bionational) + +/obj/structure/cargo_container/lasalle/left + icon_state = "lasa_l" + +/obj/structure/cargo_container/lasalle/mid + icon_state = "lasa_m" + +/obj/structure/cargo_container/lasalle/right + icon_state = "lasa_r" + +/obj/structure/cargo_container/lasalle/alt_1/left + icon_state = "lasa1_l" + +/obj/structure/cargo_container/lasalle/alt_1/mid + icon_state = "lasa1_m" + +/obj/structure/cargo_container/lasalle/alt_1/right + icon_state = "lasa1_r" + +/obj/structure/cargo_container/lasalle/alt_2/left + icon_state = "lasa2_l" + +/obj/structure/cargo_container/lasalle/alt_2/mid + icon_state = "lasa2_m" + +/obj/structure/cargo_container/lasalle/alt_2/right + icon_state = "lasa2_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/catwalk.dm b/code/game/objects/structures/catwalk.dm index f7d88d3cd98b..ecfa0229aa81 100644 --- a/code/game/objects/structures/catwalk.dm +++ b/code/game/objects/structures/catwalk.dm @@ -52,3 +52,8 @@ icon = 'icons/turf/floors/strata_floor.dmi' icon_state = "plating_catwalk" base_state = "catwalk" + +/obj/structure/catwalk/strata/alt + icon = 'icons/turf/floors/strata_floor.dmi' + icon_state = "plating_catwalk_alt" + base_state = "catwalk_alt" diff --git a/code/game/objects/structures/crates_lockers/closets/l3closet.dm b/code/game/objects/structures/crates_lockers/closets/l3closet.dm index fa2e959b7f64..5b0e6bd84bed 100644 --- a/code/game/objects/structures/crates_lockers/closets/l3closet.dm +++ b/code/game/objects/structures/crates_lockers/closets/l3closet.dm @@ -53,3 +53,31 @@ contents = list() new /obj/item/clothing/suit/bio_suit/scientist( src ) new /obj/item/clothing/head/bio_hood/scientist( src ) + +/obj/structure/closet/bionational_closet + name = "Lasalle Bionational biohazard suit closet" + desc = "It's a storage unit for Lasalle Bionational biohazard gear." + icon_state = "bion" + icon_closed = "bion" + icon_opened = "bionopen" + +/obj/structure/closet/bionational_closet/Initialize() + . = ..() + new /obj/item/clothing/accessory/patch/lasalle( src ) + new /obj/item/clothing/suit/bio_suit/lasalle( src ) + new /obj/item/clothing/head/bio_hood/lasalle( src ) + new /obj/item/clothing/mask/gas/pmc/lasalle( src ) + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + +/obj/structure/closet/bionational_closet/alt + icon_state = "bion_alt" + icon_closed = "bion_alt" + icon_opened = "bion_altopen" + +/obj/structure/closet/bionational_closet/alt/Initialize() + . = ..() + new /obj/item/clothing/accessory/patch/lasalle( src ) + new /obj/item/clothing/suit/bio_suit/lasalle( src ) + new /obj/item/clothing/head/bio_hood/lasalle( src ) + new /obj/item/clothing/mask/gas/pmc/lasalle( src ) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/freezer.dm b/code/game/objects/structures/crates_lockers/closets/secure/freezer.dm index 0c41c65af6e7..0ad3299fcae0 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/freezer.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/freezer.dm @@ -20,7 +20,7 @@ icon_state = icon_opened /obj/structure/closet/secure_closet/freezer/kitchen - name = "Kitchen Cabinet" + name = "\improper kitchen cabinet" req_access = list(ACCESS_CIVILIAN_PUBLIC) /obj/structure/closet/secure_closet/freezer/kitchen/Initialize() @@ -39,7 +39,7 @@ /obj/structure/closet/secure_closet/freezer/meat - name = "Meat Fridge" + name = "\improper meat fridge" /obj/structure/closet/secure_closet/freezer/meat/Initialize() @@ -50,7 +50,7 @@ /obj/structure/closet/secure_closet/freezer/fridge - name = "Refrigerator" + name = "\improper refrigerator" /obj/structure/closet/secure_closet/freezer/fridge/Initialize() . = ..() @@ -69,7 +69,7 @@ storage_capacity = 100 /obj/structure/closet/secure_closet/freezer/fridge/groceries - name = "Groceries" + name = "\improper refrigerator" /obj/structure/closet/secure_closet/freezer/fridge/groceries/Initialize() . = ..() @@ -109,7 +109,7 @@ storage_capacity = 100 /obj/structure/closet/secure_closet/freezer/money - name = "Freezer" + name = "\improper freezer" req_access = list(ACCESS_CIVILIAN_PUBLIC) @@ -134,7 +134,7 @@ new /obj/item/reagent_container/food/condiment/chocolate_syrup(src) /obj/structure/closet/secure_closet/freezer/industry - name = "Industry Freezer" + name = "\improper industrial freezer" desc = "A powerful fine-tuned freezer used to polymerize chemicals in the cold. This one is set to the perfect temperature for paraformaldehyde polymerization. The freezer must be kept closed for polymerization." req_access = list(ACCESS_MARINE_OT) var/obj/structure/machinery/paraform_cooler/CU @@ -174,3 +174,69 @@ if(containers_ready) //at least 1 container has finished, ring the bell playsound(freezer.loc, 'sound/machines/ding.ogg', 150) + +/obj/structure/closet/secure_closet/freezer/alt + name = "\improper refrigerator" + icon_state = "altfridge1" + icon_closed = "altfridge" + icon_locked = "altfridge1" + icon_opened = "altfridgeopen" + icon_broken = "altfridgebroken" + icon_off = "altfridge1" + +/obj/structure/closet/secure_closet/freezer/alt/update_icon() + if(broken) + icon_state = icon_broken + else + if(!opened) + if(locked) + icon_state = icon_locked + else + icon_state = icon_closed + else + icon_state = icon_opened + +/obj/structure/closet/secure_closet/freezer/alt/fridge/full + name = "\improper refrigerator" + +/obj/structure/closet/secure_closet/freezer/alt/fridge/full/Initialize() + . = ..() + for(var/i = 0, i < 2, i++) + new /obj/item/reagent_container/food/condiment/sugar(src) + for(var/i = 0, i < 6, i++) + new /obj/item/reagent_container/food/snacks/flour(src) + new /obj/item/reagent_container/food/condiment/enzyme(src) + new /obj/item/reagent_container/food/condiment/chocolate_syrup(src) + +/obj/structure/closet/secure_closet/freezer/alt_1 + name = "\improper refrigerator" + icon_state = "alt1fridge1" + icon_closed = "alt1fridge" + icon_locked = "alt1fridge1" + icon_opened = "alt1fridgeopen" + icon_broken = "alt1fridgebroken" + icon_off = "alt1fridge1" + +/obj/structure/closet/secure_closet/freezer/alt_1/update_icon() + if(broken) + icon_state = icon_broken + else + if(!opened) + if(locked) + icon_state = icon_locked + else + icon_state = icon_closed + else + icon_state = icon_opened + +/obj/structure/closet/secure_closet/freezer/alt_1/fridge/full + name = "\improper refrigerator" + +/obj/structure/closet/secure_closet/freezer/alt_1/fridge/full/Initialize() + . = ..() + for(var/i = 0, i < 2, i++) + new /obj/item/reagent_container/food/condiment/sugar(src) + for(var/i = 0, i < 6, i++) + new /obj/item/reagent_container/food/snacks/flour(src) + new /obj/item/reagent_container/food/condiment/enzyme(src) + new /obj/item/reagent_container/food/condiment/chocolate_syrup(src) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index f856e33fdc14..3ef19fbf4742 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -37,6 +37,64 @@ icon_broken = "secure_locked_warrant" icon_off = "secure_closed_warrant" +/obj/structure/closet/secure_closet/marshal/alt + icon_state = "secure_alt_locked_warrant" + icon_closed = "secure_alt_unlocked_warrant" + icon_locked = "secure_alt_locked_warrant" + icon_opened = "secure_alt_open_warrant" + icon_broken = "secure_alt_locked_warrant" + icon_off = "secure_alt_closed_warrant" + +/obj/structure/closet/secure_closet/seegson/security + name = "Seegson Security locker" + icon_state = "secure_yalt_locked_warrant" + icon_closed = "secure_yalt_unlocked_warrant" + icon_locked = "secure_yalt_locked_warrant" + icon_opened = "secure_yalt_open_warrant" + icon_broken = "secure_yalt_locked_warrant" + icon_off = "secure_yalt_closed_warrant" + +/obj/structure/closet/secure_closet/wy/goon + icon_state = "secure_alt2_locked_warrant" + icon_closed = "secure_alt2_unlocked_warrant" + icon_locked = "secure_alt2_locked_warrant" + icon_opened = "secure_alt2_open_warrant" + icon_broken = "secure_alt2_locked_warrant" + icon_off = "secure_alt2_closed_warrant" + +/obj/structure/closet/secure_closet/wy/Initialize() + . = ..() + AddElement(/datum/element/corp_label/wy) + +/obj/structure/closet/secure_closet/wy/goon/Initialize() + . = ..() + new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate(src) + new /obj/item/clothing/under/marine/veteran/pmc/corporate(src) + new /obj/item/storage/backpack/lightpack/five_slot(src) + new /obj/item/storage/belt/gun/m4a3/wy(src) + new /obj/item/clothing/shoes/marine/corporate(src) + +/obj/structure/closet/secure_closet/marshal/alt/Initialize() + . = ..() + new /obj/item/clothing/suit/storage/CMB(src) + new /obj/item/clothing/under/CM_uniform(src) + new /obj/item/storage/backpack/security(src) + new /obj/item/storage/belt/security(src) + new /obj/item/clothing/shoes/jackboots(src) + +/obj/structure/closet/secure_closet/seegson/security/Initialize() + . = ..() + new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/seegson(src) + new /obj/item/clothing/suit/armor/vest/seegson_security(src) + new /obj/item/clothing/under/marine/seegson_security(src) + new /obj/item/storage/backpack/lightpack/five_slot(src) + new /obj/item/clothing/shoes/marine/corporate(src) + new /obj/item/clothing/accessory/patch/seegson(src) + new /obj/item/weapon/classic_baton/alt(src) + +/obj/structure/closet/secure_closet/seegson/Initialize() + . = ..() + AddElement(/datum/element/corp_label/seegson) /obj/structure/closet/secure_closet/marshal/Initialize() . = ..() diff --git a/code/game/objects/structures/crates_lockers/closets/utility_closets.dm b/code/game/objects/structures/crates_lockers/closets/utility_closets.dm index 9753a0f82e3c..e9860fa024e5 100644 --- a/code/game/objects/structures/crates_lockers/closets/utility_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/utility_closets.dm @@ -111,6 +111,29 @@ else icon_state = icon_opened +/obj/structure/closet/firecloset/alt + name = "advanced fire-safety closet" + desc = "It's a storage unit for advanced fire-resistance gear." + icon_state = "firecloset_alt" + icon_closed = "firecloset_alt" + icon_opened = "firecloset_altopen" + +/obj/structure/closet/firecloset/alt/full/Initialize() + . = ..() + contents = list() + + new /obj/item/clothing/suit/storage/marine/cbrn/lava(src) + new /obj/item/clothing/gloves/marine/fireproof_gloves(src) + new /obj/item/clothing/shoes/marine/fireproof_boots(src) + new /obj/item/reagent_container/glass/canister/oxygen(src) + new /obj/item/tool/extinguisher/mini(src) + new /obj/item/storage/box/m94(src) + +/obj/structure/closet/firecloset/alt/update_icon() + if(!opened) + icon_state = icon_closed + else + icon_state = icon_opened /* * Tool Closet diff --git a/code/game/objects/structures/crates_lockers/crates.dm b/code/game/objects/structures/crates_lockers/crates.dm index 4930967039b3..34bbaf53cffa 100644 --- a/code/game/objects/structures/crates_lockers/crates.dm +++ b/code/game/objects/structures/crates_lockers/crates.dm @@ -371,6 +371,13 @@ icon_opened = "open_trashcart" icon_closed = "closed_trashcart" +/obj/structure/closet/crate/trashcart/alt + name = "trash cart" + desc = "A heavy, metal trashcart with wheels." + icon_state = "closed_trashcart_alt" + icon_opened = "open_trashcart_alt" + icon_closed = "closed_trashcart_alt" + /obj/structure/closet/crate/foodcart name = "food cart" desc = "A heavy, metal foodcart with wheels." diff --git a/code/game/objects/structures/crates_lockers/largecrate.dm b/code/game/objects/structures/crates_lockers/largecrate.dm index 21bd779ae980..eb1f11083185 100644 --- a/code/game/objects/structures/crates_lockers/largecrate.dm +++ b/code/game/objects/structures/crates_lockers/largecrate.dm @@ -461,7 +461,9 @@ GLOBAL_LIST_INIT(rbarrel_color_list, list(COLOR_SILVER, /obj/item/weapon/gun/rifle/m16 = /obj/item/ammo_magazine/rifle/m16, /obj/item/weapon/gun/rifle/ar10 = /obj/item/ammo_magazine/rifle/ar10, /obj/item/weapon/gun/rifle/type71 = /obj/item/ammo_magazine/rifle/type71, - /obj/item/weapon/gun/smg/fp9000 = /obj/item/ammo_magazine/smg/fp9000 + /obj/item/weapon/gun/smg/fp9000 = /obj/item/ammo_magazine/smg/fp9000, + /obj/item/weapon/gun/rifle/w_ek_17 = /obj/item/ammo_magazine/rifle/w_ek_17, + /obj/item/weapon/gun/smg/a_m36 = /obj/item/ammo_magazine/smg/a_m36 ) /obj/structure/largecrate/hunter_games_construction diff --git a/code/game/objects/structures/engineer_props.dm b/code/game/objects/structures/engineer_props.dm new file mode 100644 index 000000000000..3e4085924cfd --- /dev/null +++ b/code/game/objects/structures/engineer_props.dm @@ -0,0 +1,68 @@ +// Hunter props + +/obj/structure/prop/engineer_ruins + icon = 'icons/obj/structures/props/engineers/engineerpillar.dmi' + icon_state = "pillar_tall" + +/obj/structure/prop/engineer_ruins/pillars + icon = 'icons/obj/structures/props/engineers/engineerpillar.dmi' + icon_state = "pillar_tall" + layer = BIG_XENO_LAYER + density = TRUE + +/obj/structure/prop/engineer_ruins/pillars/tall + name = "pillar" + desc = "A huge stone pillar" + icon = 'icons/obj/structures/props/engineers/engineerpillar.dmi' + icon_state = "pillar_tall" + +/obj/structure/prop/engineer_ruins/pillars/short + name = "pillar" + desc = "A stone pillar" + icon = 'icons/obj/structures/props/engineers/engineerpillar.dmi' + icon_state = "pillar_short" + +/obj/structure/prop/engineer_ruins/pillars/fallen + name = "broken pillar" + desc = "A broken stone pillar" + icon = 'icons/obj/structures/props/engineers/engineerpillar_fallen.dmi' + icon_state = "pillar_fallen" + projectile_coverage = 10 + throwpass = TRUE + +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged + icon_state = "pillar_damage" + +/obj/structure/prop/engineer_ruins/pillars/fallen/submerged + icon_state = "pillar_submerged" + +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long + icon_state = "pillar_fallen_long" + bound_width = 64 + bound_height = 32 + +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle + icon_state = "pillar_fallen_middle" + +/obj/structure/prop/engineer_ruins/bench + icon = 'icons/obj/structures/props/engineers/engineerbench.dmi' + icon_state = "stonebench" + layer = BELOW_MOB_LAYER + density = FALSE + +/obj/structure/prop/engineer_ruins/bench/bench_end + icon_state = "stonebench1" + +/obj/structure/prop/engineer_ruins/bench/bench_middle + icon_state = "stonebench2" + +/obj/structure/prop/engineer_ruins/large_pit + name = "pit" + desc = "A circular stone structure with a seemingly endless dark pit in the center. Gaze long enough into the abyss, the abyss will gaze back into you..." + icon = 'icons/obj/structures/props/engineers/engineerpit.dmi' + icon_state = "pit" + explo_proof = TRUE + unacidable = TRUE + unslashable = TRUE + density = FALSE + layer = BELOW_MOB_LAYER diff --git a/code/game/objects/structures/fence.dm b/code/game/objects/structures/fence.dm index 5673147cb6e7..102086caae9a 100644 --- a/code/game/objects/structures/fence.dm +++ b/code/game/objects/structures/fence.dm @@ -424,6 +424,21 @@ GLOBAL_LIST_INIT(all_electric_fences, list()) forms_junctions = FALSE icon = 'icons/obj/structures/props/fences/fence_alt_door.dmi' +/obj/structure/fence/slim/blue + name = "fence" + desc = "A large metal mesh strewn between two poles. Intended as a cheap way to separate areas, while allowing one to see through it." + icon = 'icons/obj/structures/props/fences/fence_alt.dmi' + color = "#8d93a1ff" + +/obj/structure/fence/slim/blue/door + name = "fence door" + desc = "A sturdy chainlink door set between two metal poles. A cheap way to section off areas while still allowing visibility through it." + icon_state = "door_closed" + color = "#8d93a1ff" + door = TRUE + forms_junctions = FALSE + icon = 'icons/obj/structures/props/fences/fence_alt_door.dmi' + /obj/structure/fence/slim/dark name = "fence" desc = "A large metal mesh strewn between two poles. Intended as a cheap way to separate areas, while allowing one to see through it." @@ -462,3 +477,62 @@ GLOBAL_LIST_INIT(all_electric_fences, list()) door = TRUE forms_junctions = FALSE icon = 'icons/obj/structures/props/fences/upp_fence_door.dmi' + +// Fake Fence / Fence Misc + +/obj/structure/prop/fence + name = "fence" + desc = "A large metal mesh strewn between two poles. Intended as a cheap way to separate areas, while allowing one to see through it." + icon_state = "special_brokenfence1" + icon = 'icons/obj/structures/props/fences/fence.dmi' + density = FALSE + layer = WINDOW_LAYER + minimap_color = MINIMAP_FENCE + +/obj/structure/prop/fence/attackby(obj/item/W, mob/living/user) + // Any sufficiently sharp knife/blade destroys instantly + if(W.sharp >= IS_SHARP_ITEM_SIMPLE) + user.animation_attack_on(src) + to_chat(user, SPAN_WARNING("You cut \the [src] with \the [W].")) + playsound(src, 'sound/items/Wirecutter.ogg', 25, 1) + qdel(src) + return ATTACKBY_HINT_UPDATE_NEXT_MOVE + else + . = ..() + +/obj/structure/prop/fence/overgrown + name = "overgrown fence" + desc = "A large metal mesh strewn between two poles, tangled with vines and creeping growth. Still separates areas, but nature is reclaiming it." + icon = 'icons/obj/structures/props/fences/overgrown_fence.dmi' + +/obj/structure/prop/fence/dark + icon = 'icons/obj/structures/props/fences/dark_fence.dmi' + +/obj/structure/prop/fence/dark/overgrown + name = "overgrown fence" + desc = "A large metal mesh strewn between two poles, tangled with vines and creeping growth. Still separates areas, but nature is reclaiming it." + icon = 'icons/obj/structures/props/fences/overgrown_dark_fence.dmi' + +/obj/structure/prop/fence/dark/warning + icon = 'icons/obj/structures/props/fences/electric_fence.dmi' + +/obj/structure/prop/fence/dark/warning/overgrown + name = "overgrown fence" + desc = "A large metal mesh strewn between two poles, tangled with vines and creeping growth. Still separates areas, but nature is reclaiming it." + icon = 'icons/obj/structures/props/fences/overgrown_electric_fence.dmi' + +/obj/structure/prop/fence/slim + icon = 'icons/obj/structures/props/fences/fence_alt.dmi' + +/obj/structure/prop/fence/slim/blue + icon = 'icons/obj/structures/props/fences/fence_alt.dmi' + color = "#8d93a1ff" + +/obj/structure/prop/fence/slim/dark + icon = 'icons/obj/structures/props/fences/dark_fence_alt.dmi' + +/obj/structure/prop/fence/slim/warning + icon = 'icons/obj/structures/props/fences/electric_fence_alt.dmi' + +/obj/structure/prop/fence/slim/upp + icon = 'icons/obj/structures/props/fences/upp_fence.dmi' diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index 37f15b301af6..ffcf06a9e41c 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -238,12 +238,52 @@ PLANT_CUT_MACHETE = 3 = Needs at least a machete to be cut down icon_state = "tree_stump" density = FALSE +// alien tree + +/obj/structure/flora/tree/alien + name = "ashrose tree" + desc = "Commonly known as the 'Ashrose Tree', this tall xenoflora is adapted to hostile environments and is nearly impervious to heat. Scientifically classified as 'pyroflora rosea thermalis'." + icon = 'icons/obj/structures/props/natural/vegetation/alien_tree.dmi' + icon_state = "tree1" + density = FALSE + layer = ABOVE_XENO_LAYER + fire_flag = FLORA_NO_BURN + +/obj/structure/flora/tree/alien/tree_1 + icon_state = "tree1" + +/obj/structure/flora/tree/alien/tree_2 + icon_state = "tree2" + +/obj/structure/flora/tree/alien/tree_3 + icon_state = "tree3" + +/obj/structure/flora/tree/alien/tree_4 + icon_state = "tree4" + +/obj/structure/flora/tree/alien/tree_5 + icon_state = "tree5" + +/obj/structure/flora/tree/alien/tree_6 + name = "dead ashrose tree" + icon_state = "tree6" + +/obj/structure/flora/tree/alien/tree_7 + name = "ashrose tree stump" + icon_state = "tree7" + +/obj/structure/flora/tree/alien/tree_8 + name = "ashrose tree stump" + icon_state = "tree8" + //grass /obj/structure/flora/grass name = "grass" icon = 'icons/obj/structures/props/natural/vegetation/ausflora.dmi' density = FALSE fire_flag = FLORA_BURN_NO_SPREAD + layer = UNDERFLOOR_OBJ_LAYER + plane = FLOOR_PLANE /* ICE GRASS @@ -408,6 +448,8 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. unslashable = TRUE unacidable = TRUE cut_level = PLANT_CUT_MACHETE + layer = OBJ_LAYER + plane = GAME_PLANE var/overlay_type = "tallgrass_overlay" /obj/structure/flora/grass/tallgrass/Initialize() @@ -542,7 +584,8 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. /obj/structure/flora/bush/ausbushes/reedbush icon_state = "reedbush_1" icon_tag = "reedbush" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/ausbushes/palebush icon_state = "palebush_1" @@ -563,12 +606,14 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. /obj/structure/flora/bush/ausbushes/lavendergrass icon_state = "lavendergrass_1" icon_tag = "lavendergrass" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/ausbushes/ywflowers icon_state = "ywflowers_1" icon_tag = "ywflowers" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /* @@ -585,7 +630,8 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. /obj/structure/flora/bush/ausbushes/var3/leafybush icon_state = "leafybush_1" icon_tag = "leafybush" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/ausbushes/var3/stalkybush icon_state = "stalkybush_1" @@ -602,22 +648,26 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. /obj/structure/flora/bush/ausbushes/var3/brflowers icon_state = "brflowers_1" icon_tag = "brflowers" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/ausbushes/var3/ppflowers icon_state = "ppflowers_1" icon_tag = "ppflowers" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/ausbushes/var3/sparsegrass icon_state = "sparsegrass_1" icon_tag = "sparsegrass" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/ausbushes/var3/fullgrass icon_state = "fullgrass_1" icon_tag = "fullgrass" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /* @@ -636,11 +686,14 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. name = "cactus" desc = "It's a small, spiky cactus." icon_state = "cactus_3" - layer = BELOW_MOB_LAYER + plane = FLOOR_PLANE + layer = TURF_LAYER /obj/structure/flora/bush/desert/cactus/multiple name = "cacti" icon_state = "cacti_1" + plane = FLOOR_PLANE + layer = TURF_LAYER /* @@ -922,3 +975,159 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. update_health(xeno.melee_damage_upper) xeno.tail_stab_animation(src, blunt_stab) return TAILSTAB_COOLDOWN_NORMAL + +// Alien Flora + +/obj/structure/flora/alien + icon = 'icons/obj/structures/props/natural/vegetation/alien_flora.dmi' + icon_state = "red_bulb_1" + cut_level = PLANT_CUT_KNIFE + projectile_coverage = 0 + layer = UNDERFLOOR_OBJ_LAYER + plane = FLOOR_PLANE + density = FALSE + +/obj/structure/flora/alien/chilli_bush + icon_state = "chilli_bush_1" + light_on = 1 + light_color = "#00f4ff" + light_range = 2 + light_power = 1 + +/obj/structure/flora/alien/chilli_bush/chilli_bush_1 + icon_state = "chilli_bush_1" + +/obj/structure/flora/alien/chilli_bush/chilli_bush_2 + icon_state = "chilli_bush_2" + +/obj/structure/flora/alien/chilli_bush/chilli_bush_3 + icon_state = "chilli_bush_3" + +/obj/structure/flora/alien/chilli_bush/chilli_bush_4 + icon_state = "chilli_bush_4" + +/obj/structure/flora/alien/chilli_bush_no_light + icon_state = "chilli_bush_5" + +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1 + icon_state = "chilli_bush_6" + +/obj/structure/flora/alien/leafy_bush/leafy_bush_1 + icon_state = "leafybush_1" + +/obj/structure/flora/alien/leafy_bush/leafy_bush_2 + icon_state = "leafybush_2" + +/obj/structure/flora/alien/leafy_bush/leafy_bush_3 + icon_state = "leafybush_3" + +/obj/structure/flora/alien/bluegrass/bluegrass_1 + icon_state = "bluegrass_1" + +/obj/structure/flora/alien/bluegrass/bluegrass_2 + icon_state = "bluegrass_2" + +/obj/structure/flora/alien/bluegrass/bluegrass_3 + icon_state = "bluegrass_3" + +/obj/structure/flora/alien/bluegrass/bluegrass_4 + icon_state = "bluegrass_4" + +/obj/structure/flora/alien/sparsegrass/sparsegrass_1 + icon_state = "sparsegrass_1" + +/obj/structure/flora/alien/sparsegrass/sparsegrass_2 + icon_state = "sparsegrass_2" + +/obj/structure/flora/alien/sparsegrass/sparsegrass_3 + icon_state = "sparsegrass_3" + +/obj/structure/flora/alien/fullgrass/fullgrass_1 + icon_state = "fullgrass_1" + +/obj/structure/flora/alien/fullgrass/fullgrass_1 + icon_state = "fullgrass_1" + +/obj/structure/flora/alien/fullgrass/fullgrass_2 + icon_state = "fullgrass_2" + +/obj/structure/flora/alien/fullgrass/fullgrass_3 + icon_state = "fullgrass_3" + +/obj/structure/flora/alien/red_bulb + light_on = 1 + light_color = "#794aa4" + light_range = 2 + light_power = 1 + +/obj/structure/flora/alien/red_bulb/red_bulb_1 + icon_state = "red_bulb_1" + +/obj/structure/flora/alien/red_bulb/red_bulb2 + icon_state = "red_bulb_2" + +/obj/structure/flora/alien/red_bulb/red_bulb_3 + icon_state = "red_bulb_3" + +/obj/structure/flora/alien/red_bulb/red_bulb_4 + icon_state = "red_bulb_4" + +/obj/structure/flora/alien/red_bulb/red_bulb_5 + icon_state = "red_bulb_5" + +/obj/structure/flora/alien/red_bulb/red_bulb_6 + icon_state = "red_bulb_6" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1 + icon_state = "p_mushroom_1" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2 + icon_state = "p_mushroom_2" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3 + icon_state = "p_mushroom_3" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4 + icon_state = "p_mushroom_4" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5 + icon_state = "p_mushroom_5" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_6 + icon_state = "p_mushroom_6" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7 + icon_state = "p_mushroom_7" + +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8 + icon_state = "p_mushroom_8" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_1 + icon_state = "o_mushroom_1" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_2 + icon_state = "o_mushroom_2" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_3 + icon_state = "o_mushroom_3" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_4 + icon_state = "o_mushroom_4" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_5 + icon_state = "o_mushroom_5" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_6 + icon_state = "o_mushroom_6" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_7 + icon_state = "o_mushroom_7" + +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_8 + icon_state = "o_mushroom_8" + +/obj/structure/flora/alien/cup_plant/cup_plant_1 + icon_state = "cup_plant_1" + +/obj/structure/flora/alien/cup_plant/cup_plant_2 + icon_state = "cup_plant_2" diff --git a/code/game/objects/structures/hybrisa_props.dm b/code/game/objects/structures/hybrisa_props.dm index 2e1a42a25d69..3d11a6dba7a0 100644 --- a/code/game/objects/structures/hybrisa_props.dm +++ b/code/game/objects/structures/hybrisa_props.dm @@ -1385,6 +1385,23 @@ xeno.tail_stab_animation(src, blunt_stab) return TAILSTAB_COOLDOWN_NORMAL +/obj/structure/blackgoocontainer/attackby(obj/item/W, mob/living/user) + // Any sufficiently sharp knife/blade destroys instantly + if(W.sharp >= IS_SHARP_ITEM_SIMPLE) + user.animation_attack_on(src) + to_chat(user, SPAN_WARNING("You stab \the [src] with \the [W].")) + playsound(src, 'sound/effects/burrowoff.ogg', 25, 1) + qdel(src) + return ATTACKBY_HINT_UPDATE_NEXT_MOVE + else + . = ..() + +/obj/structure/blackgoocontainer/submerged + icon_state = "blackgoocontainer4" + desc = "A strange alien container. It exudes an aura of otherworldly mystery. It's submerged partially in the ground." + icon = 'icons/obj/items/black_goo_stuff.dmi' + density = FALSE + /obj/item/hybrisa/engineer_helmet icon = 'icons/obj/structures/props/engineers/props.dmi' name = "strange alien helmet" @@ -1894,6 +1911,8 @@ switch(cup.type) if(/obj/item/reagent_container/food/drinks/coffeecup) icon_state = ("[base_state]_mug") + if(/obj/item/reagent_container/food/drinks/coffeecup/alt) + icon_state = ("[base_state]_mug_blue") if(/obj/item/reagent_container/food/drinks/coffee/cuppa_joes) icon_state = ("[base_state]_cup") if(/obj/item/reagent_container/food/drinks/coffeecup/wy) @@ -1908,6 +1927,11 @@ if(!anchored) . += "It does not appear to be plugged in." +/obj/structure/machinery/hybrisa/coffee_machine/alt + icon_state = "coffeealt" + vends = "coffeealt" + base_state = "coffeealt" + // Big Computer Units 32x32 /obj/structure/machinery/big_computers @@ -2431,6 +2455,21 @@ desc = "A small industrial shipping container.\nYou haven't heard much about Kelland Mining, besides the incident at LV-178's mining operation." icon_state = "kelland_alt_r" +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left + name = "reinforced cargo container" + desc = "A small reinforced industrial shipping container." + icon_state = "colorable_crate_l" + +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right + name = "reinforced cargo container" + desc = "A small reinforced industrial shipping container." + icon_state = "colorable_crate_r" + +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small + name = "reinforced cargo container" + desc = "A small reinforced industrial shipping container." + icon_state = "colorable_crate_small" + /// Fake Platforms /obj/structure/prop/hybrisa/fakeplatforms @@ -2949,6 +2988,22 @@ density = FALSE anchored = TRUE +/obj/structure/prop/hybrisa/misc/prop_deco_edging + name = "decorative edging" + desc = "Decorative edging for bordering stuff, very fancy." + icon = 'icons/obj/structures/props/hybrisa/platforms.dmi' + icon_state = "stone_edging" + density = FALSE + anchored = TRUE + unacidable = TRUE + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner + icon = 'icons/obj/structures/props/hybrisa/platforms.dmi' + icon_state = "stone_edging_deco" + // Signs /obj/structure/roof/hybrisa/signs diff --git a/code/game/objects/structures/inflatable.dm b/code/game/objects/structures/inflatable.dm index 1379b66552b9..a41c35e3e1b0 100644 --- a/code/game/objects/structures/inflatable.dm +++ b/code/game/objects/structures/inflatable.dm @@ -24,8 +24,6 @@ R.add_fingerprint(user) qdel(src) - - /obj/item/inflatable/door name = "inflatable door" desc = "A folded membrane which rapidly expands into a simple door on activation." @@ -33,8 +31,6 @@ icon_state = "folded_door" inflatable_type = /obj/structure/inflatable/door - - /obj/structure/inflatable name = "inflatable wall" desc = "An inflated membrane. Do not puncture." @@ -47,6 +43,9 @@ health = 50 var/deflated = FALSE + var/icon_suffix = "" + var/obj/item/inflatable/origin = /obj/item/inflatable + var/obj/structure/inflatable/poped_type = /obj/structure/inflatable/popped /obj/structure/inflatable/bullet_act(obj/projectile/Proj) health -= Proj.damage @@ -117,21 +116,21 @@ playsound(loc, 'sound/machines/hiss.ogg', 25, 1) if(violent) visible_message("[src] rapidly deflates!") - flick("wall_popping", src) + flick("wall_popping[icon_suffix]", src) sleep(10) deconstruct(FALSE) else visible_message("[src] slowly deflates.") - flick("wall_deflating", src) + flick("wall_deflating[icon_suffix]", src) spawn(50) deconstruct(TRUE) /obj/structure/inflatable/deconstruct(disassembled = TRUE) if(!disassembled) - new /obj/structure/inflatable/popped(loc) + new poped_type(loc) else - var/obj/item/inflatable/R = new /obj/item/inflatable(loc) + var/obj/item/inflatable/R = new origin(loc) src.transfer_fingerprints_to(R) return ..() @@ -162,7 +161,6 @@ icon = 'icons/obj/items/inflatable.dmi' icon_state = "wall_popped" - /obj/structure/inflatable/popped/door name = "popped inflatable door" desc = "This used to be an inflatable door, now it's just a mess of plastic." @@ -170,7 +168,6 @@ icon = 'icons/obj/items/inflatable.dmi' icon_state = "door_popped" - /obj/structure/inflatable/door //Based on mineral door code name = "inflatable door" density = TRUE @@ -182,6 +179,7 @@ var/open = FALSE var/isSwitchingStates = FALSE + poped_type = /obj/structure/inflatable/popped/door /obj/structure/inflatable/door/attack_remote(mob/user as mob) //those aren't machinery, they're just big fucking slabs of a mineral if(isRemoteControlling(user)) //so the AI can't open it @@ -214,7 +212,7 @@ /obj/structure/inflatable/door/proc/open() isSwitchingStates = TRUE //playsound(loc, 'sound/effects/stonedoor_openclose.ogg', 25, 1) - flick("door_opening",src) + flick("door_opening[icon_suffix]",src) addtimer(CALLBACK(src, PROC_REF(finish_open)), 1 SECONDS, TIMER_UNIQUE|TIMER_OVERRIDE|TIMER_NO_HASH_WAIT) /obj/structure/inflatable/door/proc/finish_open() @@ -229,7 +227,7 @@ /obj/structure/inflatable/door/proc/close() isSwitchingStates = TRUE //playsound(loc, 'sound/effects/stonedoor_openclose.ogg', 25, 1) - flick("door_closing",src) + flick("door_closing[icon_suffix]",src) addtimer(CALLBACK(src, PROC_REF(finish_close)), 1 SECONDS, TIMER_UNIQUE|TIMER_OVERRIDE|TIMER_NO_HASH_WAIT) /obj/structure/inflatable/door/proc/finish_close() @@ -243,35 +241,30 @@ /obj/structure/inflatable/door/update_icon() if(open) - icon_state = "door_open" + icon_state = "door_open[icon_suffix]" else - icon_state = "door_closed" + icon_state = "door_closed[icon_suffix]" /obj/structure/inflatable/door/deflate(violent=0) set waitfor = 0 playsound(loc, 'sound/machines/hiss.ogg', 25, 1) if(violent) visible_message("[src] rapidly deflates!") - flick("door_popping",src) + flick("door_popping[icon_suffix]",src) sleep(10) - new /obj/structure/inflatable/popped/door(loc) + new poped_type(loc) //var/obj/item/inflatable/door/torn/R = new /obj/item/inflatable/door/torn(loc) //src.transfer_fingerprints_to(R) qdel(src) else //to_chat(user, SPAN_NOTICE("You slowly deflate the inflatable wall.")) visible_message("[src] slowly deflates.") - flick("door_deflating", src) + flick("door_deflating[icon_suffix]", src) spawn(50) - var/obj/item/inflatable/door/R = new /obj/item/inflatable/door(loc) + var/obj/item/inflatable/R = new origin(loc) src.transfer_fingerprints_to(R) qdel(src) - - - - - /obj/item/storage/briefcase/inflatable name = "inflatable barrier box" desc = "Contains inflatable walls and doors." @@ -296,3 +289,65 @@ /obj/item/storage/briefcase/inflatable/small w_class = SIZE_MEDIUM + +///// wall + +/obj/structure/inflatable/black + icon_state = "wall_black" + icon_suffix = "_black" + origin = /obj/item/inflatable/black + poped_type = /obj/structure/inflatable/popped/black + +/obj/item/inflatable/black + icon_state = "folded_wall_black" + inflatable_type = /obj/structure/inflatable/black + +/obj/structure/inflatable/orange + icon_state = "wall_orange" + icon_suffix = "_orange" + origin = /obj/item/inflatable/orange + poped_type = /obj/structure/inflatable/popped/orange + +/obj/item/inflatable/orange + icon_state = "folded_wall_orange" + inflatable_type = /obj/structure/inflatable/orange + +//// door + +/obj/structure/inflatable/door/black + icon_state = "door_closed_black" + icon_suffix = "_black" + origin = /obj/item/inflatable/door/black + poped_type = /obj/structure/inflatable/popped/door/black + +/obj/item/inflatable/door/black + icon_state = "folded_door_black" + inflatable_type = /obj/structure/inflatable/door/black + +/obj/structure/inflatable/door/orange + icon_state = "door_closed_orange" + icon_suffix = "_orange" + origin = /obj/item/inflatable/door/orange + poped_type = /obj/structure/inflatable/popped/door/orange + +/obj/item/inflatable/door/orange + icon_state = "folded_door_orange" + inflatable_type = /obj/structure/inflatable/door/orange + +//// popped + +/obj/structure/inflatable/popped/door/black + icon_state = "door_popped_black" + icon_suffix = "_black" + +/obj/structure/inflatable/popped/door/orange + icon_state = "door_popped_orange" + icon_suffix = "_orange" + +/obj/structure/inflatable/popped/black + icon_state = "wall_popped_black" + icon_suffix = "_black" + +/obj/structure/inflatable/popped/orange + icon_state = "wall_popped_orange" + icon_suffix = "_orange" diff --git a/code/game/objects/structures/landing_signs.dm b/code/game/objects/structures/landing_signs.dm index a56794030f70..72a24c484dfd 100644 --- a/code/game/objects/structures/landing_signs.dm +++ b/code/game/objects/structures/landing_signs.dm @@ -113,3 +113,41 @@ name = "White Antre Research Facility" desc = "A medium sized sign, designating this area as the White Antre Research Facility." icon_state = "antre_sign_3" + +/obj/structure/lz_sign/charon_sign + name = "Charon's Crucible Sign" + desc = "A large sign reading 'Charon's Crucible'. It's heavily damaged and covered in ash. It has the Seegson logo." + icon_state = "charon_sign" + +/obj/structure/lz_sign/charon_sign/alt + name = "Charon's Crucible Sign" + desc = "A large sign reading 'Charon's Crucible'. It's heavily damaged and covered in ash. It has the Seegson logo." + icon_state = "charon_sign_alt" + +/obj/structure/lz_sign/charon_sign/lasalle_bionational + name = "Charon's Crucible Sign" + desc = "A large sign reading 'Charon's Crucible'. It has the Lasalle Bionational corporation logo." + icon_state = "charon_sign_lasalle" + +/obj/structure/lz_sign/lasalle_bionational_sign + name = "Lasalle Bionational Sign" + desc = "A large sign with the Lasalle Bionational Corporation name and logo." + icon_state = "lasalle_bio_sign" + +/obj/structure/lz_sign/seegson_sign + name = "Seegson Sign" + desc = "A large sign reading 'Seegson'." + icon_state = "seegson" + bound_width = 64 + bound_height = 32 + projectile_coverage = PROJECTILE_COVERAGE_MINIMAL + +/obj/structure/lz_sign/seegson_sign/damaged + name = "Seegson Sign" + desc = "A large sign reading 'Seegson'." + icon_state = "seegson_d" + +/obj/structure/lz_sign/seegson_sign/damaged_ash + name = "Seegson Sign" + desc = "A large sign reading 'Seegson'." + icon_state = "seegson_a" diff --git a/code/game/objects/structures/misc.dm b/code/game/objects/structures/misc.dm index 290c54b590d4..9498e1c3f830 100644 --- a/code/game/objects/structures/misc.dm +++ b/code/game/objects/structures/misc.dm @@ -405,6 +405,23 @@ /obj/structure/stairs/perspective/ice icon = 'icons/obj/structures/stairs/perspective_stairs_ice.dmi' +/obj/structure/stairs/perspective/ramp + icon = 'icons/obj/structures/stairs/perspective_stairs_ramp.dmi' + icon_state = "ramp_multi" + +/obj/structure/stairs/perspective/ramp/colorable + icon = 'icons/obj/structures/stairs/perspective_stairs_ramp.dmi' + icon_state = "ramp_multi_colorable" + +// Rock Stairs & Engi Temple + +/obj/structure/stairs/rock/colorable //instance these for the required icons + icon = 'icons/obj/structures/stairs/stairs_rock_colorable.dmi' + icon_state = "rock_stairs" + +/obj/structure/stairs/rock/engineer_temple //instance these for the required icons + icon = 'icons/obj/structures/stairs/stairs_temple.dmi' + icon_state = "rock_stairs" // Prop /obj/structure/ore_box @@ -414,6 +431,7 @@ icon_state = "orebox0" density = TRUE anchored = FALSE + health = 400 /obj/structure/ore_box/initialize_pass_flags(datum/pass_flags_container/PF) ..() @@ -445,6 +463,58 @@ xeno.tail_stab_animation(src, blunt_stab) return TAILSTAB_COOLDOWN_NORMAL +/obj/structure/ore_box/bullet_act(obj/projectile/projectile) + . = ..() + update_health(projectile.damage) + +/obj/structure/ore_box/alt + name = "metal ore box" + desc = "A heavy metal box used for storing ore." + icon_state = "orebox_alt_1" + +/obj/structure/ore_box/alt/alt_1 + icon_state = "orebox_alt_2" + +/obj/structure/ore_box/alt/alt_2 + icon_state = "orebox_alt_3" + +/obj/structure/ore_box/alt/alt_3 + icon_state = "orebox_alt_4" + +/obj/structure/ore_box/alt/colorable + name = "metal ore box" + desc = "A heavy metal box used for storing ore." + icon_state = "orebox_alt_colorable" + +/obj/structure/ore_box/alt/metal_container_colorable + name = "metal container" + desc = "A heavy metal container used for storing various materials." + icon_state = "metal_box" + +/obj/structure/ore_box/alt/attack_alien(mob/living/carbon/xenomorph/xeno) + if(xeno.a_intent == INTENT_HARM) + if(unslashable) + return + xeno.animation_attack_on(src) + xeno.visible_message(SPAN_DANGER("[xeno] slices [src] apart!")) + playsound(src, 'sound/effects/metalhit.ogg') + to_chat(xeno, SPAN_WARNING("We slice the [src] apart!")) + deconstruct(FALSE) + return XENO_ATTACK_ACTION + else + attack_hand(xeno) + return XENO_NONCOMBAT_ACTION + +/obj/structure/ore_box/alt/handle_tail_stab(mob/living/carbon/xenomorph/xeno, blunt_stab) + if(unslashable) + return TAILSTAB_COOLDOWN_NONE + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + deconstruct(FALSE) + xeno.visible_message(SPAN_DANGER("[xeno] destroys [src] with its tail!"), + SPAN_DANGER("We destroy [src] with our tail!"), null, 5, CHAT_TYPE_XENO_COMBAT) + xeno.tail_stab_animation(src, blunt_stab) + return TAILSTAB_COOLDOWN_NORMAL + /obj/structure/computer3frame density = TRUE anchored = FALSE diff --git a/code/game/objects/structures/platforms.dm b/code/game/objects/structures/platforms.dm index 6d8b7ff4d642..608723109b78 100644 --- a/code/game/objects/structures/platforms.dm +++ b/code/game/objects/structures/platforms.dm @@ -240,6 +240,12 @@ icon_state = "platform_sm_stair_alt" explo_proof = TRUE +/obj/structure/platform/metal/stair_cut/lava_metal_left + icon_state = "lava_metalplatform_stair" + +/obj/structure/platform/metal/stair_cut/lava_metal_right + icon_state = "lava_metalplatform_stair_alt" + //------------------------------// // Stone Stairs Platforms // //------------------------------// @@ -295,6 +301,7 @@ color = "#b6a38f" /// Ancient-Temple platform stair-cut + /obj/structure/platform/stone/stair_cut/ancient_temple_left icon_state = "ancient_platform_stair_left" @@ -307,6 +314,12 @@ /obj/structure/platform/stone/stair_cut/ancient_temple_alt_right icon_state = "ancient_platform_stair_alt_right" +/obj/structure/platform/stone/stair_cut/lava_left + icon_state = "lava_platform_stair" + +/obj/structure/platform/stone/stair_cut/lava_right + icon_state = "lava_platform_stair_alt" + //------------------------------------// // Metal based Platforms // //------------------------------------// @@ -399,6 +412,18 @@ /obj/structure/platform/metal/strata/west dir = WEST +/obj/structure/platform/metal/lava_metal + name = "raised metal edge" + desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it." + icon_state = "lava_metalplatform" + +/obj/structure/platform/metal/lava_metal/north + dir = NORTH +/obj/structure/platform/metal/lava_metal/east + dir = EAST +/obj/structure/platform/metal/lava_metal/west + dir = WEST + // Hunter Platforms /obj/structure/platform/metal/hunter @@ -524,7 +549,20 @@ /obj/structure/platform/stone/runed_sandstone/west dir = WEST +/obj/structure/platform/stone/lava + name = "lava rock edge" + desc = "A rugged chunk of volcanic rock. Its jagged surface and blackened edges seem precarious but climbable." + icon_state = "lava_platform" + +/obj/structure/platform/stone/lava/north + dir = NORTH +/obj/structure/platform/stone/lava/east + dir = EAST +/obj/structure/platform/stone/lava/west + dir = WEST + /// Ancient-Temple platforms + /obj/structure/platform/stone/ancient_temple name = "stone platform" desc = "A platform supporting elevated ground, made of stone. It appears to be carved with deocorative symbols." @@ -547,6 +585,30 @@ /obj/structure/platform/stone/ancient_temple/alt/west dir = WEST +/// Engineer Stone Platforms + +/obj/structure/platform/stone/engineer + name = "stone platform" + desc = "A platform supporting elevated ground, made of stone." + icon_state = "engineer_stone_wall" + +/obj/structure/platform/stone/engineer/north + dir = NORTH +/obj/structure/platform/stone/engineer/east + dir = EAST +/obj/structure/platform/stone/engineer/west + dir = WEST + +/obj/structure/platform/stone/engineer_colorable + icon_state = "colorable_stone_wall" + +/obj/structure/platform/stone/engineer_colorable/north + dir = NORTH +/obj/structure/platform/stone/engineer_colorable/east + dir = EAST +/obj/structure/platform/stone/engineer_colorable/west + dir = WEST + //------------------------------------// // Metal based Platforms "decoration" // //------------------------------------// @@ -655,6 +717,18 @@ /obj/structure/platform_decoration/metal/strata/west dir = WEST +/obj/structure/platform_decoration/metal/lava_metal + name = "raised metal corner" + desc = "A raised level of metal, often used to elevate areas above others. This is the corner." + icon_state = "lava_metalplatform_deco" + +/obj/structure/platform_decoration/metal/lava_metal/north + dir = NORTH +/obj/structure/platform_decoration/metal/lava_metal/east + dir = EAST +/obj/structure/platform_decoration/metal/lava_metal/west + dir = WEST + // Hunter Deco /obj/structure/platform_decoration/metal/hunter @@ -699,16 +773,38 @@ /obj/structure/platform_decoration/stone/strata/west dir = WEST -/obj/structure/platform_decoration/stone/soro - name = "rock corner" - desc = "Solid chunks of desolate rocks." - icon_state = "strata_rock_platform_deco" +/obj/structure/platform_decoration/stone/lava + name = "lava rock corner" + desc = "A rounded corner of volcanic rock, smoothed by molten flows yet still bearing a rugged texture." + icon_state = "lava_platform_deco" -/obj/structure/platform_decoration/stone/soro/north +/obj/structure/platform_decoration/stone/lava/north dir = NORTH -/obj/structure/platform_decoration/stone/soro/east +/obj/structure/platform_decoration/stone/lava/east dir = EAST -/obj/structure/platform_decoration/stone/soro/west +/obj/structure/platform_decoration/stone/lava/west + dir = WEST + +/// Engineer Stone Deco Corner + +/obj/structure/platform_decoration/stone/engineer + icon_state = "engineer_stone_deco" + +/obj/structure/platform_decoration/stone/engineer/north + dir = NORTH +/obj/structure/platform_decoration/stone/engineer/east + dir = EAST +/obj/structure/platform_decoration/stone/engineer/west + dir = WEST + +/obj/structure/platform_decoration/stone/engineer_colorable + icon_state = "colorable_stone_deco" + +/obj/structure/platform_decoration/stone/engineer_colorable/north + dir = NORTH +/obj/structure/platform_decoration/stone/enginee_colorable/east + dir = EAST +/obj/structure/platform_decoration/stone/engineer_colorable/west dir = WEST //TYRARGO @@ -725,7 +821,6 @@ /obj/structure/platform_decoration/stone/tyrargo/west dir = WEST - /obj/structure/platform_decoration/stone/mineral icon_state = "stone_deco" @@ -1012,8 +1107,6 @@ /obj/structure/platform_decoration/stone/hybrisa/rockdark/west dir = WEST - - /obj/structure/platform/metal/stair_cut/hybrisa_metal_left icon_state = "hybrisaplatform_stair" name = "raised metal platform" @@ -1033,9 +1126,22 @@ /obj/structure/platform_decoration/stone/runed_sandstone/west dir = WEST -// Colorable variants // strata rocks +/obj/structure/platform_decoration/stone/soro + name = "rock corner" + desc = "Solid chunks of desolate rocks." + icon_state = "strata_rock_platform_deco" + +/obj/structure/platform_decoration/stone/soro/north + dir = NORTH +/obj/structure/platform_decoration/stone/soro/east + dir = EAST +/obj/structure/platform_decoration/stone/soro/west + dir = WEST + +// colorable variants + /obj/structure/platform/stone/soro_colorable name = "rock edge" desc = "A solid chunk of desolate rocks. Looks like you could climb it." diff --git a/code/game/objects/structures/props.dm b/code/game/objects/structures/props.dm index 43f57185ad83..b63a3ffcc465 100644 --- a/code/game/objects/structures/props.dm +++ b/code/game/objects/structures/props.dm @@ -666,6 +666,41 @@ desc = "Scientists use these suspended nets to superimpose a grid over a patch of ground for study." icon_state = "soil_grid" +/obj/structure/prop/ice_colony/soil_net/attackby(obj/item/W, mob/living/user) + // Any sufficiently sharp knife/blade destroys instantly + if(W.sharp >= IS_SHARP_ITEM_SIMPLE) + user.animation_attack_on(src) + to_chat(user, SPAN_WARNING("You cut \the [src] with \the [W].")) + playsound(src, 'sound/effects/vegetation_hit.ogg', 25, 1) + qdel(src) + return ATTACKBY_HINT_UPDATE_NEXT_MOVE + else + . = ..() + +/obj/structure/prop/ice_colony/soil_net/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/vegetation_hit.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION + +/obj/structure/prop/ice_colony/soil_net/handle_tail_stab(mob/living/carbon/xenomorph/xeno, blunt_stab) + if(unslashable || health <= 0) + return TAILSTAB_COOLDOWN_NONE + playsound(src, 'sound/effects/vegetation_hit.ogg', 25, 1) + update_health(xeno.melee_damage_upper) + if(health <= 0) + xeno.visible_message(SPAN_DANGER("[xeno] destroys [src] with its tail!"), + SPAN_DANGER("We destroy [src] with our tail!"), null, 5, CHAT_TYPE_XENO_COMBAT) + else + xeno.visible_message(SPAN_DANGER("[xeno] strikes [src] with its tail!"), + SPAN_DANGER("We strike [src] with our tail!"), null, 5, CHAT_TYPE_XENO_COMBAT) + xeno.tail_stab_animation(src, blunt_stab) + return TAILSTAB_COOLDOWN_NORMAL + /obj/structure/prop/ice_colony/ice_crystal name = "ice crystal" desc = "It is a giant crystal of ice. The chemical process that keeps it frozen despite major seasonal temperature flux is what the United American Greater Argentinian science team is studying here on the Snowball." @@ -1574,6 +1609,55 @@ playsound(loc, initial(emote.sound), 50, FALSE) return TRUE +// Working Joe Storage 64x64 + +// Prop version, no functionality + +/obj/structure/prop/invuln/working_joe/large_storage + name = "synthetic storage unit" + desc = "A vertical storage bay designed to house inactive Working Joe synthetics, keeping them bagged, preserved, and ready for deployment." + icon = 'icons/obj/structures/machinery/working_joe_storage.dmi' + icon_state = "working_joe_storage_bluebag1_alt" + unslashable = FALSE + wrenchable = FALSE + bound_height = 32 + bound_width = 32 + light_on = 1 + light_color = "#dcc687" + light_range = 2 + light_power = 1 + explo_proof = FALSE + +/obj/structure/prop/invuln/working_joe/large_storage/no_shell + name = "bagged synthetic" + desc = "A dormant Working Joe synthetic suspended in protective polymer shrouding, sealed away beneath sterile sheeting." + icon_state = "working_joe_storage_noshell" + light_on = FALSE + light_color = FALSE + light_range = FALSE + light_power = FALSE + explo_proof = FALSE + +/obj/effect/working_joe/corpse + icon = 'icons/obj/structures/props/working_joe_corpse.dmi' + icon_state = "working_joe_corpse" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/prop/invuln/joey/bag + name = "synthetic storage unit" + desc = "A vertical storage bay designed to house inactive Working Joe synthetics, keeping them bagged, preserved, and ready for deployment." + icon = 'icons/obj/structures/machinery/working_joe_storage.dmi' + icon_state = "working_joe_storage_bluebag1_alt" + bound_height = 32 + bound_width = 32 + light_on = 1 + light_color = "#dcc687" + light_range = 2 + light_power = 1 + explo_proof = FALSE + // Body Bag Pile /obj/structure/prop/body_bag_pile @@ -1605,3 +1689,123 @@ layer = TURF_LAYER plane = FLOOR_PLANE mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +// Fire Colony + +/obj/structure/prop/fire_colony + icon = 'icons/obj/structures/props/ice_colony/props.dmi' + icon_state = "pyro_tray_1" + density = TRUE + +/obj/structure/prop/fire_colony/dense + projectile_coverage = 10 + health = 75 + +/obj/structure/prop/fire_colony/dense/attack_alien(mob/living/carbon/xenomorph/xeno) + if(xeno.a_intent == INTENT_HARM) + if(unslashable) + return + xeno.animation_attack_on(src) + playsound(loc, 'sound/effects/metalhit.ogg', 25, 1) + xeno.visible_message(SPAN_DANGER("[xeno] slices [src] apart!"), + SPAN_DANGER("We slice [src] apart!"), null, 5, CHAT_TYPE_XENO_COMBAT) + deconstruct(FALSE) + return XENO_ATTACK_ACTION + else + attack_hand(xeno) + return XENO_NONCOMBAT_ACTION + +/obj/structure/prop/fire_colony/dense/handle_tail_stab(mob/living/carbon/xenomorph/xeno, blunt_stab) + if(unslashable) + return TAILSTAB_COOLDOWN_NONE + playsound(src, 'sound/effects/metalhit.ogg', 25, 1) + deconstruct(FALSE) + xeno.visible_message(SPAN_DANGER("[xeno] destroys [src] with its tail!"), + SPAN_DANGER("We destroy [src] with our tail!"), null, 5, CHAT_TYPE_XENO_COMBAT) + xeno.tail_stab_animation(src, blunt_stab) + return TAILSTAB_COOLDOWN_NORMAL + +/obj/item/fire_colony + icon = 'icons/obj/structures/props/ice_colony/props.dmi' + name = "pyrotrinium tray" + +/obj/item/fire_colony/pyrotrinium_tray + icon = 'icons/obj/structures/props/ice_colony/props.dmi' + name = "pyrotrinium tray_1" + desc = "It is a tray filled with dark red, clustered pyrotrinium crystals." + icon_state = "pyro_tray_empty" + w_class = SIZE_MASSIVE + +/obj/item/fire_colony/pyrotrinium_tray/tray_1 + icon_state = "pyro_tray_1" + +/obj/item/fire_colony/pyrotrinium_tray/tray_2 + icon_state = "pyro_tray_2" + +/obj/item/fire_colony/pyrotrinium_tray/tray_3 + icon_state = "pyro_tray_3" + +/obj/item/fire_colony/pyrotrinium_tray/tray_4 + icon_state = "pyro_tray_4" + +/obj/item/fire_colony/pyrotrinium_tray/tray_5 + icon_state = "pyro_tray_5" + +/obj/item/fire_colony/pyrotrinium_tray/tray_6 + icon_state = "pyro_tray_6" + +/obj/item/fire_colony/pyrotrinium_tray/tray_7 + icon_state = "pyro_tray_7" + +/obj/item/fire_colony/pyrotrinium_crystal + icon = 'icons/obj/structures/props/ice_colony/props.dmi' + name = "pyrotrinium crystal" + desc = "It is a giant pyrotrinium crystal cluster." + icon_state = "pyro_crystal" + w_class = SIZE_LARGE + black_market_value = 1 + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_1 + icon_state = "pyro_crystal_1" + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_2 + icon_state = "pyro_crystal_2" + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_3 + icon_state = "pyro_crystal_3" + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_4 + icon_state = "pyro_crystal_4" + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_5 + icon_state = "pyro_crystal_5" + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_6 + icon_state = "pyro_crystal_6" + +/obj/item/fire_colony/pyrotrinium_crystal/crystal_7 + icon_state = "pyro_crystal_7" + +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark + icon_state = "planter_box_lava" + name = "plated grow box" + desc = "The planter box is empty." + projectile_coverage = FALSE + density = FALSE + layer = TURF_LAYER + plane = FLOOR_PLANE + +/obj/structure/prop/fire_colony/dense/broken_ai_core + name = "sabotaged AI core" + desc = "The sabotaged central AI core that once coordinated the colony's 'Working Joe' network. It's screens and casing have been torn apart and it's internals deliberately destroyed, leaving it far beyond any practical repair." + icon = 'icons/obj/structures/machinery/ai.dmi' + icon_state = "hydra-damaged" + anchored = TRUE + density = TRUE + layer = OBJ_LAYER + bound_height = 64 + bound_width = 96 + unslashable = TRUE + unacidable = TRUE + explo_proof = TRUE + projectile_coverage = TRUE diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 05345f064a66..bdb4cfeebdf8 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -173,6 +173,7 @@ name = "\improper Worn Colonial Liberation Front flag" desc = "A very worn flag of the Colonial Liberation Front. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings." icon_state = "clfflag_worn" + //============// // Flags // //==========// @@ -185,6 +186,67 @@ desc = "Unity through Strength, Freedom through Unity." icon_state = "upp_flag" +/obj/structure/sign/flag/simple + icon = 'icons/obj/structures/props/wall_decorations/ruined_banner.dmi' + icon_state = "ruinbanner_1" + +/obj/structure/sign/flag/simple/attackby(obj/item/W, mob/living/user) + // Any sufficiently sharp knife/blade destroys instantly + if(W.sharp >= IS_SHARP_ITEM_SIMPLE) + user.animation_attack_on(src) + to_chat(user, SPAN_WARNING("You rip \the [src] with \the [W].")) + playsound(src, 'sound/effects/cloth_rip.ogg', 25, 1) + qdel(src) + return ATTACKBY_HINT_UPDATE_NEXT_MOVE + else + . = ..() + +/obj/structure/sign/flag/simple/ancient_torn + name = "\improper ancient torn banner" + desc = "An ancient torn banner, who knows how long this has been hanging here..." + icon_state = "small_ruinbanner_0" + +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_1 + icon_state = "small_ruinbanner_1" + +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_2 + icon_state = "small_ruinbanner_2" + +/obj/structure/sign/flag/simple/ancient_torn_desat + name = "\improper ancient torn banner" + desc = "An ancient torn banner, who knows how long this has been hanging here..." + icon_state = "old_ruinbanner_0" + +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_1 + icon_state = "old_ruinbanner_1" + +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2 + icon_state = "old_ruinbanner_2" + +/obj/structure/sign/flag/simple/ancient_torn_red + name = "\improper ancient torn banner" + desc = "An ancient torn banner, who knows how long this has been hanging here..." + icon_state = "ruinbanner_0" + +/obj/structure/sign/flag/simple/ancient_torn_red/ancient_torn_red_1 + icon_state = "ruinbanner_1" + +/obj/structure/sign/flag/simple/ancient_torn_red/ancient_torn_red_2 + icon_state = "ruinbanner_2" + +/obj/structure/sign/flag/simple/ancient_torn_colorable + name = "\improper ancient torn banner" + desc = "An ancient torn banner, who knows how long this has been hanging here..." + icon = 'icons/obj/structures/props/wall_decorations/ruined_banner.dmi' + icon_state = "colorable_ruinbanner_0" + +/obj/structure/sign/flag/simple/ancient_torn_colorable/ancient_torn_colorable_1 + icon_state = "colorable_ruinbanner_1" + +/obj/structure/sign/flag/simple/ancient_torn_colorable/ancient_torn_colorable_2 + icon_state = "colorable_ruinbanner_2" + + //=====================// // SEMIOTIC STANDARD // //===================// @@ -247,6 +309,9 @@ desc = "Semiotic Standard denoting the nearby presence of a biological laboratory." icon_state = "biolab" +/obj/structure/sign/safety/biolab/alt + icon_state = "biolab_alt" + /obj/structure/sign/safety/bridge name = "bridge semiotic" desc = "Semiotic Standard denoting the nearby presence of a starship's bridge." @@ -492,6 +557,9 @@ desc = "Semiotic Standard denoting the nearby presence of a restricted area." icon_state = "restrictedarea" +/obj/structure/sign/safety/restrictedarea/dark + icon_state = "restrictedarea_dark" + /obj/structure/sign/safety/fridge name = "refrigerated storage (organic foodstuffs) semiotic" desc = "Semiotic Standard denoting the nearby presence of a fridge." @@ -652,6 +720,111 @@ desc = "Semiotic Standard denoting the nearby presence of a fire-station." icon_state = "firestation" +/obj/structure/sign/safety/ten + name = "ten semiotic" + desc = "Semiotic Standard denoting the number ten." + icon_state = "10" + +/obj/structure/sign/safety/eleven + name = "eleven semiotic" + desc = "Semiotic Standard denoting the number eleven." + icon_state = "11" + +/obj/structure/sign/safety/twelve + name = "twelve semiotic" + desc = "Semiotic Standard denoting the number twelve." + icon_state = "12" + +/obj/structure/sign/safety/thirteen + name = "thirteen semiotic" + desc = "Semiotic Standard denoting the number thirteen." + icon_state = "13" + +/obj/structure/sign/safety/fourteen + name = "fourteen semiotic" + desc = "Semiotic Standard denoting the number fourteen." + icon_state = "14" + +/obj/structure/sign/safety/fifteen + name = "fifteen semiotic" + desc = "Semiotic Standard denoting the number fifteen." + icon_state = "15" + +/obj/structure/sign/safety/sixteen + name = "sixteen semiotic" + desc = "Semiotic Standard denoting the number sixteen." + icon_state = "16" + +/obj/structure/sign/safety/seventeen + name = "seventeen semiotic" + desc = "Semiotic Standard denoting the number seventeen." + icon_state = "17" + +/obj/structure/sign/safety/eighteen + name = "eighteen semiotic" + desc = "Semiotic Standard denoting the number eighteen." + icon_state = "18" + +/obj/structure/sign/safety/nineteen + name = "nineteen semiotic" + desc = "Semiotic Standard denoting the number nineteen." + icon_state = "19" + +/obj/structure/sign/safety/twenty + name = "twenty semiotic" + desc = "Semiotic Standard denoting the number twenty." + icon_state = "20" + +/obj/structure/sign/safety/twentyone + name = "twenty-one semiotic" + desc = "Semiotic Standard denoting the number twenty-one." + icon_state = "21" + +/obj/structure/sign/safety/twentytwo + name = "twenty-two semiotic" + desc = "Semiotic Standard denoting the number twenty-two." + icon_state = "22" + +/obj/structure/sign/safety/twentythree + name = "twenty-three semiotic" + desc = "Semiotic Standard denoting the number twenty-three." + icon_state = "23" + +/obj/structure/sign/safety/twentyfour + name = "twenty-four semiotic" + desc = "Semiotic Standard denoting the number twenty-four." + icon_state = "24" + +/obj/structure/sign/safety/twentyfive + name = "twenty-five semiotic" + desc = "Semiotic Standard denoting the number twenty-five." + icon_state = "25" + +/obj/structure/sign/safety/twentysix + name = "twenty-six semiotic" + desc = "Semiotic Standard denoting the number twenty-six." + icon_state = "26" + +/obj/structure/sign/safety/twentyseven + name = "twenty-seven semiotic" + desc = "Semiotic Standard denoting the number twenty-seven." + icon_state = "27" + +/obj/structure/sign/safety/twentyeight + name = "twenty-eight semiotic" + desc = "Semiotic Standard denoting the number twenty-eight." + icon_state = "28" + +/obj/structure/sign/safety/twentynine + name = "twenty-nine semiotic" + desc = "Semiotic Standard denoting the number twenty-nine." + icon_state = "29" + +/obj/structure/sign/safety/thirty + name = "thirty semiotic" + desc = "Semiotic Standard denoting the number thirty." + icon_state = "30" + //===================// // Marine signs // //=================// diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index 69eb96de68a4..f305191bf7c9 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -286,6 +286,16 @@ /obj/structure/bed/chair/comfy/blue icon_state = "comfychair_blue" +/obj/structure/bed/chair/comfy/blue_dark + icon_state = "comfychair_bdark" + +/obj/structure/bed/chair/comfy/stool + name = "comfy stool" + desc = "Uh-hoh, the bar is heating up." + icon_state = "stool_diner" + anchored = TRUE + can_buckle = FALSE + /obj/structure/bed/chair/comfy/yautja name = "alien chair" icon = 'icons/obj/structures/machinery/yautja_machines.dmi' diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index f4f120e506b8..081ee4fd00d4 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -744,6 +744,11 @@ if(.) deconstruct(FALSE) +/obj/structure/surface/rack/long + icon_state = "longrack" + parts = /obj/item/frame/rack + debris = list(/obj/item/frame/rack) + /obj/structure/surface/hunter_shuttle_table name = "console base" desc = "A smooth metal alloy base table." diff --git a/code/game/objects/structures/temple_rubble.dm b/code/game/objects/structures/temple_rubble.dm index 48e978424d0f..601803fd3a14 100644 --- a/code/game/objects/structures/temple_rubble.dm +++ b/code/game/objects/structures/temple_rubble.dm @@ -32,3 +32,45 @@ /obj/effect/hunter/ancient_temple/rubble/rubble_7 icon_state = "rubble7" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble + icon_state = "c_rubble0" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1 + icon_state = "c_rubble1" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2 + icon_state = "c_rubble2" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3 + icon_state = "c_rubble3" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4 + icon_state = "c_rubble4" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_5 + icon_state = "c_rubble5" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_6 + icon_state = "c_rubble6" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_7 + icon_state = "c_rubble7" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_8 + icon_state = "c_rubble8" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_9 + icon_state = "c_rubble9" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_10 + icon_state = "c_rubble10" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_11 + icon_state = "c_rubble11" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_12 + icon_state = "c_rubble12" + +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_13 + icon_state = "c_rubble13" diff --git a/code/game/turfs/closed.dm b/code/game/turfs/closed.dm index 5aca4ac781ab..64510c5776f3 100644 --- a/code/game/turfs/closed.dm +++ b/code/game/turfs/closed.dm @@ -419,6 +419,14 @@ /turf/closed/shuttle/dropship_twe/transparent opacity = FALSE +/turf/closed/shuttle/dropship_lb + name = "\improper UD2-LB 'Remedy'" + icon = 'icons/turf/dropship_lb.dmi' + icon_state = "0,0" + +/turf/closed/shuttle/dropship_lb/transparent + opacity = FALSE + /turf/closed/shuttle/ert icon = 'icons/turf/ert_shuttle.dmi' icon_state = "stan4" diff --git a/code/game/turfs/floor_types.dm b/code/game/turfs/floor_types.dm index b3eec820b688..d07483a04ea1 100644 --- a/code/game/turfs/floor_types.dm +++ b/code/game/turfs/floor_types.dm @@ -325,6 +325,11 @@ /turf/open/floor/plating/plating_catwalk/strata icon = 'icons/turf/floors/strata_floor.dmi' +/turf/open/floor/plating/plating_catwalk/strata/alt + icon = 'icons/turf/floors/strata_floor.dmi' + icon_state = "plating_catwalk_alt" + covered_icon_state = "catwalk_alt" + /turf/open/floor/plating/plating_catwalk/shiva icon = 'icons/turf/floors/ice_colony/shiva_floor.dmi' @@ -2275,51 +2280,326 @@ /turf/open/floor/almayer_hull/outerhull_dir icon_state = "outerhull_dir" -/turf/open/floor/almayer_hull/outerhull_dir/southwest - dir = SOUTHWEST - /turf/open/floor/almayer_hull/outerhull_dir/north dir = NORTH /turf/open/floor/almayer_hull/outerhull_dir/east dir = EAST +/turf/open/floor/almayer_hull/outerhull_dir/west + dir = WEST + +/turf/open/floor/almayer_hull/outerhull_dir/southwest + dir = SOUTHWEST + /turf/open/floor/almayer_hull/outerhull_dir/northeast dir = NORTHEAST /turf/open/floor/almayer_hull/outerhull_dir/southeast dir = SOUTHEAST -/turf/open/floor/almayer_hull/outerhull_dir/west - dir = WEST - /turf/open/floor/almayer_hull/outerhull_dir/northwest dir = NORTHWEST /turf/open/floor/almayer_hull/outerhull_dir_alt icon_state = "outerhull_dir_alt" -/turf/open/floor/almayer_hull/outerhull_dir_alt/southwest - dir = SOUTHWEST - /turf/open/floor/almayer_hull/outerhull_dir_alt/north dir = NORTH /turf/open/floor/almayer_hull/outerhull_dir_alt/east dir = EAST +/turf/open/floor/almayer_hull/outerhull_dir_alt/west + dir = WEST + +/turf/open/floor/almayer_hull/outerhull_dir_alt/southwest + dir = SOUTHWEST + /turf/open/floor/almayer_hull/outerhull_dir_alt/northeast dir = NORTHEAST /turf/open/floor/almayer_hull/outerhull_dir_alt/southeast dir = SOUTHEAST -/turf/open/floor/almayer_hull/outerhull_dir_alt/west +/turf/open/floor/almayer_hull/outerhull_dir_alt/northwest + dir = NORTHWEST + +/turf/open/floor/almayer_hull/corner + icon_state = "outerhull_corner" + +/turf/open/floor/almayer_hull/corner/north + dir = NORTH + +/turf/open/floor/almayer_hull/corner/east + dir = EAST + +/turf/open/floor/almayer_hull/corner/west dir = WEST -/turf/open/floor/almayer_hull/outerhull_dir_alt/northwest +/turf/open/floor/almayer_hull/corner_alt + icon_state = "outerhull_corner_alt" + +/turf/open/floor/almayer_hull/corner_alt/north + dir = NORTH + +/turf/open/floor/almayer_hull/connection + icon_state = "outerhull_connection" + +/turf/open/floor/almayer_hull/connection/north + dir = NORTH + +/turf/open/floor/almayer_hull/connection/east + dir = EAST + +/turf/open/floor/almayer_hull/connection/west + dir = WEST + +/turf/open/floor/almayer_hull/connection_alt + icon_state = "outerhull_connection_alt" + +/turf/open/floor/almayer_hull/connection_alt/north + dir = NORTH + +/turf/open/floor/almayer_hull/connection_alt/east + dir = EAST + +/turf/open/floor/almayer_hull/connection_alt/west + dir = WEST + +/turf/open/floor/almayer_hull/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/floor/almayer_hull/connection_alt/northeast + dir = NORTHEAST + +/turf/open/floor/almayer_hull/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/floor/almayer_hull/connection_alt/northwest + dir = NORTHWEST + +/turf/open/floor/almayer_hull/connection_middle + icon_state = "outerhull_connection_middle" + +/turf/open/floor/almayer_hull/connection_middle/north + dir = NORTH + +/turf/open/floor/almayer_hull/connection_middle/east + dir = EAST + +/turf/open/floor/almayer_hull/connection_middle/west + dir = WEST + +/turf/open/floor/almayer_hull/connection_corner + icon_state = "outerhull_connection_corner" + +/turf/open/floor/almayer_hull/connection_corner/north + dir = NORTH + +/turf/open/floor/almayer_hull/connection_corner/east + dir = EAST + +/turf/open/floor/almayer_hull/connection_corner/west + dir = WEST + +/turf/open/floor/almayer_hull/connection_end + icon_state = "outerhull_connection_end" + +/turf/open/floor/almayer_hull/connection_end/north + dir = NORTH + +/turf/open/floor/almayer_hull/connection_end/east + dir = EAST + +/turf/open/floor/almayer_hull/connection_end/west + dir = WEST + +/turf/open/floor/almayer_hull/full + icon_state = "outerhull_full" + +/turf/open/floor/almayer_hull/tiles + icon_state = "outerhull_tiles" + +/turf/open/floor/almayer_hull/tiles/north + dir = NORTH + +/turf/open/floor/almayer_hull/tiles/east + dir = EAST + +/turf/open/floor/almayer_hull/tiles/west + dir = WEST + +/turf/open/floor/almayer_hull/tiles2 + icon_state = "outerhull_tiles_alt" + +/turf/open/floor/almayer_hull/tiles2/north + dir = NORTH + +/turf/open/floor/almayer_hull/tiles2/east + dir = EAST + +/turf/open/floor/almayer_hull/tiles2/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable + name = "sloped roof" + icon = 'icons/turf/almayer.dmi' + icon_state = "outerhull_colorable" + +/turf/open/floor/almayer_hull/colorable/dir + icon_state = "outerhull_colorable_dir" + +/turf/open/floor/almayer_hull/colorable/dir/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/dir/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/dir/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/dir/southwest + dir = SOUTHWEST + +/turf/open/floor/almayer_hull/colorable/dir/northeast + dir = NORTHEAST + +/turf/open/floor/almayer_hull/colorable/dir/southeast + dir = SOUTHEAST + +/turf/open/floor/almayer_hull/colorable/dir/northwest + dir = NORTHWEST + +/turf/open/floor/almayer_hull/colorable/dir_alt + icon_state = "outerhull_colorable_dir_alt" + +/turf/open/floor/almayer_hull/colorable/dir_alt/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/dir_alt/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/dir_alt/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/corner + icon_state = "outerhull_colorable_corner" + +/turf/open/floor/almayer_hull/colorable/corner/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/corner/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/corner/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/corner_alt + icon_state = "outerhull_colorable_corner_alt" + +/turf/open/floor/almayer_hull/colorable/corner_alt/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/connection + icon_state = "outerhull_colorable_connection" + +/turf/open/floor/almayer_hull/colorable/connection/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/connection/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/connection/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/connection_alt + icon_state = "outerhull_colorable_connection_alt" + +/turf/open/floor/almayer_hull/colorable/connection_alt/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/connection_alt/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/connection_alt/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/floor/almayer_hull/colorable/connection_alt/northeast + dir = NORTHEAST + +/turf/open/floor/almayer_hull/colorable/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/floor/almayer_hull/colorable/connection_alt/northwest dir = NORTHWEST +/turf/open/floor/almayer_hull/colorable/connection_middle + icon_state = "outerhull_colorable_connection_middle" + +/turf/open/floor/almayer_hull/colorable/connection_middle/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/connection_middle/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/connection_middle/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/connection_corner + icon_state = "outerhull_colorable_connection_corner" + +/turf/open/floor/almayer_hull/colorable/connection_corner/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/connection_corner/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/connection_corner/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/connection_end + icon_state = "outerhull_colorable_connection_end" + +/turf/open/floor/almayer_hull/colorable/connection_end/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/connection_end/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/connection_end/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/full + icon_state = "outerhull_colorable_full" + +/turf/open/floor/almayer_hull/colorable/tiles + icon_state = "outerhull_colorable_tiles" + +/turf/open/floor/almayer_hull/colorable/tiles/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/tiles/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/tiles/west + dir = WEST + +/turf/open/floor/almayer_hull/colorable/tiles2 + icon_state = "outerhull_colorable_tiles_alt" + +/turf/open/floor/almayer_hull/colorable/tiles2/north + dir = NORTH + +/turf/open/floor/almayer_hull/colorable/tiles2/east + dir = EAST + +/turf/open/floor/almayer_hull/colorable/tiles2/west + dir = WEST + ////////////////////////////////////////////////////////////////////// //Outerhull UPP @@ -2845,6 +3125,45 @@ /turf/open/floor/prison/floor_plate/southwest dir = SOUTHWEST +/turf/open/floor/prison/floor_plate/smooth_dir + icon_state = "smooth_dir" + +/turf/open/floor/prison/floor_plate/smooth_dir/southwest + dir = SOUTHWEST + +/turf/open/floor/prison/floor_plate/smooth_dir/north + dir = NORTH + +/turf/open/floor/prison/floor_plate/smooth_dir/east + dir = EAST + +/turf/open/floor/prison/floor_plate/smooth_dir/northeast + dir = NORTHEAST + +/turf/open/floor/prison/floor_plate/smooth_dir/southeast + dir = SOUTHEAST + +/turf/open/floor/prison/floor_plate/smooth_dir/west + dir = WEST + +/turf/open/floor/prison/floor_plate/smooth_dir/northwest + dir = NORTHWEST + +/turf/open/floor/prison/floor_plate/smooth_u + icon_state = "smooth_u" + +/turf/open/floor/prison/floor_plate/smooth_u/north + dir = NORTH + +/turf/open/floor/prison/floor_plate/smooth_u/east + dir = EAST + +/turf/open/floor/prison/floor_plate/smooth_u/south + dir = SOUTH + +/turf/open/floor/prison/floor_plate/smooth_u/west + dir = WEST + /turf/open/floor/prison/green icon_state = "green" @@ -3454,6 +3773,9 @@ /turf/open/floor/prison/ramptop/east dir = EAST +/turf/open/floor/prison/ramptop/west + dir = WEST + // Mechbay /turf/open/floor/mech_bay_recharge_floor name = "Mech Bay Recharge Station" @@ -3503,6 +3825,33 @@ icon = 'icons/turf/floors/corsat.dmi' icon_state = "plating" +/turf/open/floor/corsat/solid + icon_state = "solid" + +/turf/open/floor/corsat/solid/directions + icon_state = "solid_dir" + +/turf/open/floor/corsat/solid/directions/north + dir = NORTH + +/turf/open/floor/corsat/solid/directions/east + dir = EAST + +/turf/open/floor/corsat/solid/directions/west + dir = WEST + +/turf/open/floor/corsat/solid/directions/northeast + dir = NORTHEAST + +/turf/open/floor/corsat/solid/directions/northwest + dir = NORTHWEST + +/turf/open/floor/corsat/solid/directions/southeast + dir = SOUTHEAST + +/turf/open/floor/corsat/solid/directions/southwest + dir = SOUTHWEST + /turf/open/floor/corsat/blue icon_state = "blue" diff --git a/code/game/turfs/hybrisa.dm b/code/game/turfs/hybrisa.dm index c230304e4823..5b31bfb85b18 100644 --- a/code/game/turfs/hybrisa.dm +++ b/code/game/turfs/hybrisa.dm @@ -14,7 +14,7 @@ return FALSE /turf/open/floor/plating/engineer_ship - icon = 'icons/turf/floors/engineership.dmi' + icon = 'icons/turf/floors/engineer/engineership.dmi' turf_flags = TURF_BREAKABLE /turf/open/floor/plating/hybrisa_rock @@ -191,7 +191,7 @@ /turf/open/floor/hybrisa/engineership/ship_hull name = "strange metal wall" desc = "Nigh indestructible walls that make up the hull of an unknown ancient ship, looks like nothing you can do will penetrate the hull." - icon = 'icons/turf/floors/engineership.dmi' + icon = 'icons/turf/floors/engineer/engineership.dmi' icon_state = "engineerwallfloor1" allow_construction = FALSE is_weedable = NOT_WEEDABLE @@ -552,6 +552,19 @@ icon_state = "tilewhite" /turf/open/floor/hybrisa/tile/tilegrey icon_state = "tilegrey" + +/turf/open/floor/hybrisa/tile/tilegrey/broken + icon_state = "tilegrey_broken" + +/turf/open/floor/hybrisa/tile/tilegrey/broken/north + dir = NORTH + +/turf/open/floor/hybrisa/tile/tilegrey/broken/east + dir = EAST + +/turf/open/floor/hybrisa/tile/tilegrey/broken/west + dir = WEST + /turf/open/floor/hybrisa/tile/tileblack icon_state = "tileblack2" /turf/open/floor/hybrisa/tile/beigetileshiny @@ -1009,7 +1022,7 @@ /turf/open/floor/hybrisa/engineership name = "floor" desc = "A strange metal floor, unlike any metal you've seen before." - icon = 'icons/turf/floors/engineership.dmi' + icon = 'icons/turf/floors/engineer/engineership.dmi' icon_state = "hybrisa" plating_type = /turf/open/floor/plating/engineer_ship @@ -1128,7 +1141,7 @@ /turf/closed/wall/engineership name = "strange metal wall" desc = "Nigh indestructible walls that make up the hull of an unknown ancient ship, looks like nothing you can do will penetrate the hull." - icon = 'icons/turf/walls/engineership.dmi' + icon = 'icons/turf/walls/engineer/engineership.dmi' icon_state = "metal" walltype = WALL_ENGINEERSHIP turf_flags = TURF_HULL diff --git a/code/game/turfs/lava.dm b/code/game/turfs/lava.dm new file mode 100644 index 000000000000..027983e6fbbd --- /dev/null +++ b/code/game/turfs/lava.dm @@ -0,0 +1,1041 @@ +// LAVA FLOORS + +/turf/open/fire_colony + name = "floor" + icon_state = "full" + icon = 'icons/turf/floors/lava/lava_turf.dmi' + +/turf/open/fire_colony/hot_lava + name = "lava" + icon_state = "full" + baseturfs = /turf/open/fire_colony/hot_lava + light_system = STATIC_LIGHT + light_range = 4 + light_power = 0.75 + light_color = LIGHT_COLOR_LAVA + can_bloody = FALSE + supports_surgery = FALSE + is_weedable = NOT_WEEDABLE + allow_construction = FALSE + +/turf/open/fire_colony/hot_lava/Entered(atom/thing) + . = ..() + if(iscarbon(thing)) + var/mob/living/carbon/person = thing + var/can_stuck = 1 + to_chat(person,SPAN_DANGER("The lava burns!")) + playsound(person,'sound/ambience/lava/lava_burn.ogg', 45, 1) + if(istype(person, /mob/living/carbon/xenomorph)||isyautja(person)) + can_stuck = 1 + var/new_slowdown = person.next_move_slowdown + if(!HAS_TRAIT(person, TRAIT_HAULED)) + if(prob(10)) + to_chat(person, SPAN_WARNING("Moving through the molten lava slows you down.")) //Warning only + else if(can_stuck && prob(40)) + to_chat(person, SPAN_WARNING("You get stuck in the molten lava for a moment!")) + new_slowdown += 10 + person.next_move_slowdown = new_slowdown + +/turf/open/fire_colony/lava_no_burn + name = "lava" + icon_state = "full" + baseturfs = /turf/open/fire_colony/hot_lava + light_system = STATIC_LIGHT + light_range = 4 + light_power = 0.75 + light_color = LIGHT_COLOR_LAVA + can_bloody = FALSE + supports_surgery = FALSE + is_weedable = NOT_WEEDABLE + allow_construction = FALSE + +// Catwalks + +/turf/open/fire_colony/catwalk + icon_state = "lavacatwalk" + light_system = STATIC_LIGHT + light_range = 4 + light_power = 0.75 + light_color = LIGHT_COLOR_LAVA + +/turf/open/fire_colony/catwalk/alt + icon_state = "lavacatwalk_alt" + +/turf/open/fire_colony/catwalk/glass_solid + icon_state = "lavacatwalk_glass_solid" + +/turf/open/fire_colony/catwalk/glass + icon_state = "lavacatwalk_glass" + +/turf/open/fire_colony/catwalk/glass_lattice + icon_state = "lavacatwalk_glass_lattice" + +/turf/open/fire_colony/catwalk/glass_lattice_alt + icon_state = "lavacatwalk_glass_lattice_alt" + +// Lava edge + +/turf/open/fire_colony/hot_lava/L_piece + icon_state = "lpiece" + +/turf/open/fire_colony/hot_lava/L_piece/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/L_piece/east + dir = 8 + +/turf/open/fire_colony/hot_lava/L_piece/south + dir = 1 + +/turf/open/fire_colony/hot_lava/L_piece/west + dir = 4 + +/turf/open/fire_colony/hot_lava/side + icon_state = "side" + +/turf/open/fire_colony/hot_lava/side/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/side/east + dir = 8 + +/turf/open/fire_colony/hot_lava/side/south + dir = 1 + +/turf/open/fire_colony/hot_lava/side/west + dir = 4 + +/turf/open/fire_colony/hot_lava/corner + icon_state = "corner" + +/turf/open/fire_colony/hot_lava/corner/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/corner/east + dir = 8 + +/turf/open/fire_colony/hot_lava/corner/south + dir = 1 + +/turf/open/fire_colony/hot_lava/corner/west + dir = 4 + +/turf/open/fire_colony/hot_lava/single_intersection + icon_state = "single_intersection" + +/turf/open/fire_colony/hot_lava/single_intersection_direction + icon_state = "single_intersection_direction" + +/turf/open/fire_colony/hot_lava/single_intersection_direction/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/east + dir = 8 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/south + dir = 1 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/west + dir = 4 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/north_east + dir = 10 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/north_west + dir = 6 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/south_east + dir = 9 + +/turf/open/fire_colony/hot_lava/single_intersection_direction/south_west + dir = 5 + +/turf/open/fire_colony/hot_lava/single_middle + icon_state = "single_middle" + +/turf/open/fire_colony/hot_lava/single_middle/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/single_middle/east + dir = 8 + +/turf/open/fire_colony/hot_lava/single_middle/south + dir = 1 + +/turf/open/fire_colony/hot_lava/single_middle/west + dir = 4 + +/turf/open/fire_colony/hot_lava/single + icon_state = "single" + +/turf/open/fire_colony/hot_lava/single_end + icon_state = "single_end" + +/turf/open/fire_colony/hot_lava/single_end/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/single_end/east + dir = 8 + +/turf/open/fire_colony/hot_lava/single_end/south + dir = 1 + +/turf/open/fire_colony/hot_lava/single_end/west + dir = 4 + +/turf/open/fire_colony/hot_lava/single_corners + icon_state = "single_corners" + +/turf/open/fire_colony/hot_lava/single_corners/north + + dir = 2 + +/turf/open/fire_colony/hot_lava/single_corners/east + dir = 8 + +/turf/open/fire_colony/hot_lava/single_corners/south + dir = 1 + +/turf/open/fire_colony/hot_lava/single_corners/west + dir = 4 + +// Decals - For edges + +/obj/effect/lava + icon = 'icons/turf/floors/lava/lava_turf.dmi' + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/lava/edges/brock_side + icon_state = "brock_side" + +/obj/effect/lava/edges/basalt/l_piece + icon_state = "lpiece_rock" + +/obj/effect/lava/edges/basalt/side_rock + icon_state = "side_rock" + +/obj/effect/lava/edges/basalt/corner_rock + icon_state = "corner_rock" + +/obj/effect/lava/edges/overlay + icon_state = "brock" + layer = 2.01 + +/obj/effect/lava/edges/overlay/basalt + icon_state = "basalt" + +/obj/effect/decal/warning_stripes/worn + icon = 'icons/turf/floors/lava/lava_turf.dmi' + icon_state = "worn_stripes" + +/obj/effect/decal/warning_stripes/worn/corner + icon_state = "worn_stripescorner" + +/obj/effect/decal/warning_stripes/worn/stripes_double + icon_state = "worn_stripes_double" + +/obj/effect/decal/warning_stripes/worn/worn_stripes_large + icon_state = "worn_stripes_large" + layer = TURF_LAYER + +/obj/effect/decal/warning_stripes/worn/warning_platform + icon_state = "warning_plat" + layer = WALL_LAYER + +// Engineer Temple floor decor + +/obj/effect/lava/engineer/floor_edge/corner + icon = 'icons/effects/engineer_floor_deco.dmi' + icon_state = "corner" + +/obj/effect/lava/engineer/floor_edge + icon = 'icons/effects/engineer_floor_deco.dmi' + icon_state = "floor_edges_1" + +/obj/effect/lava/engineer/floor_edge/floor_edge_2 + icon_state = "floor_edges_2" + +/obj/effect/lava/engineer/floor_edge/floor_edge_3 + icon_state = "floor_edges_3" + +/obj/effect/lava/engineer/floor_edge/floor_edge_4 + icon_state = "floor_edges_4" + +/obj/effect/lava/engineer/floor_edge/floor_edge_5 + icon_state = "floor_edges_5" + +/obj/effect/lava/engineer/floor_edge/floor_edge_6 + icon_state = "floor_edges_6" + +/obj/effect/lava/engineer/floor_edge/floor_edge_7 + icon_state = "floor_edges_7" + +/obj/effect/lava/engineer/floor_edge/floor_edge_8 + icon_state = "floor_edges_8" + +/obj/effect/lava/engineer/floor_edge/floor_edge_9 + icon_state = "floor_edges_9" + +/obj/effect/lava/engineer/floor_edge/floor_edge_10 + icon_state = "floor_edges_10" + +/obj/effect/lava/engineer/floor_edge/floor_edge_11 + icon_state = "floor_edges_11" + +/obj/effect/lava/engineer/floor_edge/floor_edge_12 + icon_state = "floor_edges_12" + +engineer_floor_deco + +// Lava Rock & Dirt + +/turf/open/fire_colony/basalt/cave + icon_state = "sand_to_cave" + +/turf/open/fire_colony/basalt/cave/north + + dir = 2 + +/turf/open/fire_colony/basalt/cave/east + dir = 8 + +/turf/open/fire_colony/basalt/cave/south + dir = 1 + +/turf/open/fire_colony/basalt/cave/west + dir = 4 + +/turf/open/fire_colony/basalt/cave/north_east + dir = 10 + +/turf/open/fire_colony/basalt/cave/north_west + dir = 6 + +/turf/open/fire_colony/basalt/cave/south_east + dir = 9 + +/turf/open/fire_colony/basalt/cave/south_west + dir = 5 + +/turf/open/fire_colony/basalt/cave/corner + icon_state = "sand_to_cave_corner" + +/turf/open/fire_colony/basalt/cave/corner/north + + dir = 2 + +/turf/open/fire_colony/basalt/cave/corner/east + dir = 8 + +/turf/open/fire_colony/basalt/cave/corner/south + dir = 1 + +/turf/open/fire_colony/basalt/cave/corner/west + dir = 4 + +/turf/open/fire_colony/basalt/dirt + icon_state = "basalt_to_dirt" + +/turf/open/fire_colony/basalt/dirt/north + + dir = 2 + +/turf/open/fire_colony/basalt/dirt/east + dir = 8 + +/turf/open/fire_colony/basalt/dirt/south + dir = 1 + +/turf/open/fire_colony/basalt/dirt/west + dir = 4 + +/turf/open/fire_colony/basalt/dirt/north_east + dir = 10 + +/turf/open/fire_colony/basalt/dirt/north_west + dir = 6 + +/turf/open/fire_colony/basalt/dirt/south_east + dir = 9 + +/turf/open/fire_colony/basalt/dirt/south_west + dir = 5 + +/turf/open/fire_colony/basalt/dirt/corner + icon_state = "basalt_to_dirt_corner" + +/turf/open/fire_colony/basalt/dirt/corner/north + + dir = 2 + +/turf/open/fire_colony/basalt/dirt/corner/east + dir = 8 + +/turf/open/fire_colony/basalt/dirt/corner/south + dir = 1 + +/turf/open/fire_colony/basalt/dirt/corner/west + dir = 4 + +/turf/open/fire_colony/basalt + icon_state = "basalt" + +/turf/open/fire_colony/basalt/basalt0 + icon_state = "basalt0" + +/turf/open/fire_colony/basalt/basalt0 + icon_state = "basalt0" + +/turf/open/fire_colony/basalt/basalt4 + icon_state = "basalt4" + +/turf/open/fire_colony/basalt/basalt6 + icon_state = "basalt6" + +/turf/open/fire_colony/basalt/basalt7 + icon_state = "basalt7" + +/turf/open/fire_colony/basalt/basalt8 + icon_state = "basalt8" + +/turf/open/fire_colony/basalt/basalt10 + icon_state = "basalt10" + +/turf/open/fire_colony/basalt/basalt11 + icon_state = "basalt11" + +/turf/open/fire_colony/basalt/basalt12 + icon_state = "basalt12" + +/turf/open/fire_colony/basalt/basalt_dug + icon_state = "basalt_dug" + +/turf/open/fire_colony/basalt/glowing + icon_state = "basaltglow" + light_system = STATIC_LIGHT + light_range = 4 + light_power = 0.75 + light_color = LIGHT_COLOR_LAVA + +/turf/open/fire_colony/basalt/glowing/basalt1 + icon_state = "basalt1" + +/turf/open/fire_colony/basalt/glowing/basalt2 + icon_state = "basalt2" + +/turf/open/fire_colony/basalt/glowing/basalt3 + icon_state = "basalt3" + +/turf/open/fire_colony/basalt/glowing/basalt5 + icon_state = "basalt5" + +/turf/open/fire_colony/basalt/glowing/basalt9 + icon_state = "basalt9" + +/turf/open/fire_colony/dirt + icon_state = "basalt_purple" + +/turf/open/fire_colony/dirt/Initialize(mapload) + . = ..() + setDir(pick(NORTH, SOUTH, EAST, WEST)) + +/turf/open/fire_colony/sand + icon_state = "sand" + +/turf/open/fire_colony/sand/Initialize(mapload) + . = ..() + setDir(pick(NORTH, SOUTH, EAST, WEST)) + +/turf/open/fire_colony/brock + icon_state = "brock" + +/turf/open/fire_colony/brock/Initialize(mapload) + . = ..() + setDir(pick(NORTH, SOUTH, EAST, WEST)) + +// Metal Floors + +/turf/open/floor/fire_colony + icon = 'icons/turf/floors/lava/lava_turf.dmi' + icon_state = "plating" + plating_type = /turf/open/floor/plating/fire_colony + +/turf/open/floor/fire_colony/grille + icon_state = "grille1" + +/turf/open/floor/fire_colony/warning_grate + icon_state = "warning_grate" + +/turf/open/floor/plating/fire_colony/grille + icon_state = "grille" + +/turf/open/floor/plating/fire_colony/grate + icon_state = "grate" + +/turf/open/floor/plating/fire_colony/grate/east + dir = EAST + +/turf/open/floor/plating/fire_colony/grate/north + dir = NORTH + +/turf/open/floor/plating/fire_colony/grate/west + dir = WEST + +/turf/open/floor/plating/fire_colony/grille + icon_state = "grille1" + +/turf/open/floor/plating/fire_colony + icon_state = "vent" + +/turf/open/floor/plating/fire_colony/alt + icon_state = "vent1" + +// Plating & Damage + +/turf/open/floor/plating/fire_colony + icon_state = "plating" + icon = 'icons/turf/floors/lava/lava_turf.dmi' + +/turf/open/floor/plating/fire_colony + icon_state = "plating" + +/turf/open/floor/plating/fire_colony/platingdmg1 + icon_state = "platingdmg1" + +/turf/open/floor/plating/fire_colony/platingdmg2 + icon_state = "platingdmg2" + +/turf/open/floor/plating/fire_colony/platingdmg3 + icon_state = "platingdmg3" + +/turf/open/floor/plating/fire_colony/panelscorched + icon_state = "panelscorched" + +/// + +/turf/open/floor/plating/fire_colony/warning_grate + icon_state = "warning_grate" + +/turf/open/floor/plating/fire_colony/warning_grate/north + + dir = 2 + +/turf/open/floor/plating/fire_colony/warning_grate/east + dir = 8 + +/turf/open/floor/plating/fire_colony/warning_grate/south + dir = 1 + +/turf/open/floor/plating/fire_colony/warning_grate/west + dir = 4 + +/turf/open/floor/plating/fire_colony/filtrationside_lava + icon_state = "filtrationside_lava" + +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest + dir = SOUTHWEST + +/turf/open/floor/plating/fire_colony/filtrationside_lava/north + dir = NORTH + +/turf/open/floor/plating/fire_colony/filtrationside_lava/east + dir = EAST + +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast + dir = NORTHEAST + +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast + dir = SOUTHEAST + +/turf/open/floor/plating/fire_colony/filtrationside_lava/west + dir = WEST + +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest + dir = NORTHWEST + +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight + icon_state = "filtrationside_lava_straight" + +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north + dir = NORTH + +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east + dir = EAST + +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west + dir = WEST + +// Catwalk Alpha + +/obj/effect/lava/catwalk + icon = 'icons/turf/floors/lava/lava_turf.dmi' + icon_state = "lavacatwalk_a" + layer = CATWALK_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/lava/catwalk/catwalk_1 + icon_state = "lavacatwalk_a" + +/obj/effect/lava/catwalk/catwalk_2 + icon_state = "lavacatwalk_alt_a" + +/obj/effect/lava/catwalk/grille + icon_state = "grille_a" + +/obj/effect/lava/catwalk/plating_grille + icon_state = "grille_b" + +/obj/effect/lava/catwalk/grate + icon_state = "grate_a" + +// Warnplate + +/turf/open/floor/plating/fire_colony/warnplate + icon_state = "dark_warnplate" + +/turf/open/floor/plating/fire_colony/warnplate/southwest + dir = SOUTHWEST + +/turf/open/floor/plating/fire_colony/warnplate/north + dir = NORTH + +/turf/open/floor/plating/fire_colony/warnplate/east + dir = EAST + +/turf/open/floor/plating/fire_colony/warnplate/northeast + dir = NORTHEAST + +/turf/open/floor/plating/fire_colony/warnplate/southeast + dir = SOUTHEAST + +/turf/open/floor/plating/fire_colony/warnplate/west + dir = WEST + +/turf/open/floor/plating/fire_colony/warnplate/northwest + dir = NORTHWEST + +/turf/open/floor/plating/fire_colony/warnplate/corner + icon_state = "dark_warnplatecorner" + +/turf/open/floor/plating/fire_colony/warnplate/corner/north + dir = NORTH + +/turf/open/floor/plating/fire_colony/warnplate/corner/east + dir = EAST + +/turf/open/floor/plating/fire_colony/warnplate/corner/west + dir = WEST + +// Asteroid new + +/turf/open/fire_colony/asteroid + icon_state = "dark_asteroidfloor" + +/turf/open/fire_colony/asteroid/plating + icon_state = "dark_asteroidplating" + +/turf/open/fire_colony/asteroid/directions + icon_state = "dark_asteroidwarning" + +/turf/open/fire_colony/asteroid/directions/north + + dir = NORTH + +/turf/open/fire_colony/asteroid/directions/east + dir = EAST + +/turf/open/fire_colony/asteroid/directions/south + dir = SOUTH + +/turf/open/fire_colony/asteroid/directions/west + dir = WEST + +/turf/open/fire_colony/asteroid/directions/northeast + dir = NORTHEAST + +/turf/open/fire_colony/asteroid/directions/northwest + dir = NORTHWEST + +/turf/open/fire_colony/asteroid/directions/southeast + dir = SOUTHEAST + +/turf/open/fire_colony/asteroid/directions/southwest + dir = SOUTHWEST + +// Asteroid corner + +/turf/open/fire_colony/asteroid/corner + icon_state = "dark_asteroidfloor_corner" + +/turf/open/fire_colony/asteroid/corner/north + dir = NORTH + +/turf/open/fire_colony/asteroid/corner/east + dir = EAST + +/turf/open/fire_colony/asteroid/corner/south + dir = SOUTH + +/turf/open/fire_colony/asteroid/corner/west + dir = WEST + +// Engineer Ruins Walls + +/turf/closed/wall/engineer_ruins + name = "ancient stone wall" + desc = "Ancient carved stone walls, it's marked with strange patterns, like it was cut by some sort of advanced technology, rather then primitive tools." + icon = 'icons/turf/walls/engineer/engineerruin.dmi' + icon_state = "engineer_stone" + walltype = WALL_ENGINEER_RUIN + blend_objects = list(/obj/structure/prop/engineer_ruins/collapsed_wall) + baseturfs = /turf/open/fire_colony/engineer_ruins/plating + +/turf/closed/wall/engineer_ruins/hull + icon_state = "hull" + walltype = WALL_ENGINEER_RUIN + turf_flags = TURF_HULL + +/turf/closed/wall/engineer_ruins/smooth_1 + icon = 'icons/turf/walls/engineer/engineerruin_smooth.dmi' + icon_state = "engineer_stone" + +/turf/closed/wall/engineer_ruins/smooth_1/hull + icon_state = "hull" + walltype = WALL_ENGINEER_RUIN + turf_flags = TURF_HULL + +/turf/closed/wall/engineer_ruins/smooth_2 + icon = 'icons/turf/walls/engineer/engineerruin_smooth_1.dmi' + icon_state = "engineer_stone" + +/turf/closed/wall/engineer_ruins/smooth_2/hull + icon_state = "hull" + walltype = WALL_ENGINEER_RUIN + turf_flags = TURF_HULL + +/turf/closed/wall/engineer_ruins/smooth_3 + icon = 'icons/turf/walls/engineer/engineerruin_smooth_2.dmi' + icon_state = "engineer_stone" + +/turf/closed/wall/engineer_ruins/smooth_3/hull + icon_state = "hull" + walltype = WALL_ENGINEER_RUIN + turf_flags = TURF_HULL + +// Engineer Ruins Floors + +/turf/open/fire_colony/engineer_ruins + icon = 'icons/turf/floors/engineer/engineerruin.dmi' + icon_state = "floor1" + baseturfs = /turf/open/fire_colony/engineer_ruins/plating + +/turf/open/fire_colony/engineer_ruins/plating + icon_state = "plating" + +/turf/open/fire_colony/engineer_ruins/plating/panelscorched + icon_state = "panelscorched" + +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1 + icon_state = "platingdmg1" + +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2 + icon_state = "platingdmg2" + +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3 + icon_state = "platingdmg3" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins + icon_state = "floor1" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2 + icon_state = "floor2" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3 + icon_state = "floor3" + +// Smooth + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_1 + icon_state = "floor_smooth" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2 + icon_state = "floor_smooth_1" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3 + icon_state = "floor_smooth_2" + +// Damaged + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged + icon_state = "damage_1" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1 + icon_state = "damage_1" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2 + icon_state = "damage_2" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3 + icon_state = "damage_3" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4 + icon_state = "damage_4" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5 + icon_state = "damage_5" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6 + icon_state = "damage_6" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7 + icon_state = "damage_7" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8 + icon_state = "damage_8" + +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9 + icon_state = "damage_9" + +// Walls + +/turf/closed/wall/lava/rock + name = "basalt wall" + icon = 'icons/turf/walls/lava/lava_walls.dmi' + icon_state = "solaris_rock" + walltype = WALL_SOLARIS_ROCK + turf_flags = TURF_HULL + minimap_color = MINIMAP_BLACK + baseturfs = /turf/open/fire_colony/basalt/basalt0 + noblend_turfs = list(/turf/closed/wall/engineer_ruins) + noblend_objects = list(/obj/structure/prop/engineer_ruins/collapsed_wall) + +/turf/closed/wall/lava/solaris_dark + name = "colony wall" + icon = 'icons/turf/walls/lava/lava_walls.dmi' + icon_state = "solaris_interior" + desc = "Tough looking walls that have been blasted by volcanic storms since the day they were erected. A testament to human willpower." + walltype = WALL_SOLARIS + +/turf/closed/wall/lava/solaris_dark/reinforced + name = "reinforced colony wall" + icon_state = "solaris_interior_r" + walltype = WALL_SOLARISR + damage_cap = HEALTH_WALL_REINFORCED + +/turf/closed/wall/lava/solaris_dark/reinforced/hull + name = "heavy reinforced colony wall" + icon_state = "solaris_interior_h" + +// windows + +/obj/structure/window/framed/lava + name = "window" + icon = 'icons/turf/walls/lava/windows_teal.dmi' + icon_state = "solaris_window0" + basestate = "solaris_window" + desc = "A glass window inside a wall frame." + health = 40 + window_frame = /obj/structure/window_frame/lava + +/obj/structure/window/framed/lava/orange + icon = 'icons/turf/walls/lava/windows_orange.dmi' + +/obj/structure/window/framed/lava/orange2 + icon = 'icons/turf/walls/lava/windows_orange2.dmi' + +/obj/structure/window/framed/lava/purple + icon = 'icons/turf/walls/lava/windows_purple.dmi' + +/obj/structure/window/framed/lava/reinforced + name = "reinforced window" + icon_state = "solaris_rwindow0" + basestate = "solaris_rwindow" + desc = "A glass window. The inside is reinforced with a few tempered matrix rods along the base. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = 1 + window_frame = /obj/structure/window_frame/lava/reinforced + +/obj/structure/window/framed/lava/reinforced/orange + icon = 'icons/turf/walls/lava/windows_orange.dmi' + +/obj/structure/window/framed/lava/reinforced/orange2 + icon = 'icons/turf/walls/lava/windows_orange2.dmi' + +/obj/structure/window/framed/lava/reinforced/purple + icon = 'icons/turf/walls/lava/windows_purple.dmi' + +/obj/structure/window/framed/lava/reinforced/hull + desc = "A glass window. Something tells you this one is somehow indestructible." + not_damageable = TRUE + not_deconstructable = TRUE + unslashable = TRUE + unacidable = TRUE + health = 1000000 + +/obj/structure/window/framed/lava/reinforced/hull/orange + icon = 'icons/turf/walls/lava/windows_orange.dmi' + +/obj/structure/window/framed/lava/reinforced/hull/orange2 + icon = 'icons/turf/walls/lava/windows_orange2.dmi' + +/obj/structure/window/framed/lava/reinforced/hull/purple + icon = 'icons/turf/walls/lava/windows_purple.dmi' + +/obj/structure/window/framed/lava/reinforced/tinted + desc = "A tinted glass window. It looks rather strong and opaque. Might take a few good hits to shatter it." + opacity = TRUE + +/obj/structure/window/framed/lava/reinforced/tinted/orange + icon = 'icons/turf/walls/lava/windows_orange.dmi' + +/obj/structure/window/framed/lava/reinforced/tinted/orange2 + icon = 'icons/turf/walls/lava/windows_orange2.dmi' + +// Window Frames + +/obj/structure/window_frame/lava + icon = 'icons/turf/walls/lava/windows_teal.dmi' + icon_state = "solaris_window0_frame" + basestate = "solaris_window" + +/obj/structure/window_frame/lava/reinforced + icon_state = "solaris_window0_frame" + basestate = "solaris_window" + reinforced = TRUE + +/// Breakable Ancient-Temple Walls + +/obj/structure/prop/engineer_ruins/collapsed_wall + name = "damaged ancient stone wall" + desc = "A damaged heavy wall of stone." + icon = 'icons/turf/walls/engineer/engineerruin.dmi' + icon_state = "engineer_collapsed_wall" + density = TRUE + health = 500 + anchored = TRUE + +/obj/structure/prop/engineer_ruins/collapsed_wall/bullet_act(obj/projectile/P) + health -= P.damage + playsound(src, 'sound/effects/thud.ogg', 35, 1) + ..() + healthcheck() + return TRUE + +/obj/structure/prop/engineer_ruins/collapsed_wall/proc/explode() + visible_message(SPAN_DANGER("[src] crumbles!"), max_distance = 1) + playsound(loc, 'sound/effects/burrowoff.ogg', 25) + deconstruct(FALSE) + +/obj/structure/prop/engineer_ruins/collapsed_wall/proc/healthcheck() + if(health <= 0) + explode() + +/obj/structure/prop/engineer_ruins/collapsed_wall/ex_act(severity) + switch(severity) + if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM) + if(prob(50)) + deconstruct(FALSE) + if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY) + deconstruct(FALSE) + +/obj/structure/prop/engineer_ruins/collapsed_wall/attack_alien(mob/living/carbon/xenomorph/current_xenomorph) + if(unslashable) + return XENO_NO_DELAY_ACTION + current_xenomorph.animation_attack_on(src) + playsound(src, 'sound/effects/thud.ogg', 25, 1) + current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"), + SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT) + update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper)) + return XENO_ATTACK_ACTION + +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_1 + icon_state = "engineer_collapsed_wall_smooth_1" + +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_2 + icon_state = "engineer_collapsed_wall_smooth_2" + +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_3 + icon_state = "engineer_collapsed_wall_smooth_3" + +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4 + icon_state = "engineer_collapsed_wall_smooth_4" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall + name = "carved ancient stone wall" + desc = "Ancient carved stone walls, it's marked with strange patterns, like it was cut by some sort of advanced technology, rather then primitive tools. Circular patterns are carved into it's surface, it's meaning lost to time..." + icon_state = "engineer_stone_deco_1" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_1 + icon_state = "engineer_stone_deco_2" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_2 + icon_state = "engineer_stone_deco_3" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_3 + icon_state = "engineer_stone_deco_4" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_4 + icon_state = "engineer_stone_deco_5" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_5 + icon_state = "engineer_stone_deco_6" + +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_6 + icon_state = "engineer_stone_deco_7" + +// Working Joe corpse stuff + +/obj/effect/working_joe/corpse + icon = 'icons/obj/structures/props/working_joe_corpse.dmi' + icon_state = "normal_joe" + layer = 2.519 + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/working_joe/corpse/upper + icon_state = "normal_working_joe_upper_half" + +/obj/effect/working_joe/corpse/lower + icon_state = "normal_working_joe_lower_half" + +/obj/effect/working_joe/corpse/full + icon_state = "normal_working_joe_full" + +/obj/effect/working_joe/corpse/full/flipped + icon_state = "normal_working_joe_full_flipped" + +/obj/effect/working_joe/corpse/hazard/upper + icon_state = "hazard_working_joe_upper_half" + +/obj/effect/working_joe/corpse/hazard/lower + icon_state = "hazard_working_joe_lower_half" + +/obj/effect/working_joe/corpse/alt_hazard/upper + icon_state = "alt_hazard_working_joe_upper_half" + +/obj/effect/working_joe/corpse/alt_hazard/lower + icon_state = "alt_hazard_working_joe_lower_half" + +/obj/effect/working_joe/corpse/body_parts + icon_state = "gibs_and_parts" + +/obj/effect/working_joe/corpse/body_parts/tubes + icon_state = "synth_tube" + +/obj/effect/working_joe/corpse/body_parts/gibs + icon_state = "synth_gibs" + +/obj/effect/working_joe/corpse/body_parts/blood + icon_state = "blood_pile" + +/obj/effect/working_joe/corpse/body_parts/synth_heads + icon_state = "synth_heads" diff --git a/code/game/turfs/open.dm b/code/game/turfs/open.dm index 9cbfae93835e..6b5a5c80388d 100644 --- a/code/game/turfs/open.dm +++ b/code/game/turfs/open.dm @@ -188,25 +188,91 @@ /turf/open/slippery/hull/dir icon_state = "outerhull_dir" -/turf/open/slippery/hull/dir/southwest - dir = SOUTHWEST - /turf/open/slippery/hull/dir/north dir = NORTH /turf/open/slippery/hull/dir/east dir = EAST +/turf/open/slippery/hull/dir/west + dir = WEST + +/turf/open/slippery/hull/dir/southwest + dir = SOUTHWEST + /turf/open/slippery/hull/dir/northeast dir = NORTHEAST /turf/open/slippery/hull/dir/southeast dir = SOUTHEAST -/turf/open/slippery/hull/dir/west +/turf/open/slippery/hull/dir/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/dir_alt + icon_state = "outerhull_dir_alt" + +/turf/open/slippery/hull/dir_alt/north + dir = NORTH + +/turf/open/slippery/hull/dir_alt/east + dir = EAST + +/turf/open/slippery/hull/dir_alt/west dir = WEST -/turf/open/slippery/hull/dir/northwest +/turf/open/slippery/hull/corner + icon_state = "outerhull_corner" + +/turf/open/slippery/hull/corner/north + dir = NORTH + +/turf/open/slippery/hull/corner/east + dir = EAST + +/turf/open/slippery/hull/corner/west + dir = WEST + +/turf/open/slippery/hull/corner_alt + icon_state = "outerhull_corner_alt" + +/turf/open/slippery/hull/corner_alt/north + dir = NORTH + +/turf/open/slippery/hull/connection + icon_state = "outerhull_connection" + +/turf/open/slippery/hull/connection/north + dir = NORTH + +/turf/open/slippery/hull/connection/east + dir = EAST + +/turf/open/slippery/hull/connection/west + dir = WEST + +/turf/open/slippery/hull/connection_alt + icon_state = "outerhull_connection_alt" + +/turf/open/slippery/hull/connection_alt/north + dir = NORTH + +/turf/open/slippery/hull/connection_alt/east + dir = EAST + +/turf/open/slippery/hull/connection_alt/west + dir = WEST + +/turf/open/slippery/hull/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/connection_alt/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/connection_alt/northwest dir = NORTHWEST /turf/open/slippery/roof @@ -239,6 +305,713 @@ /turf/open/slippery/roof/dir/northwest dir = NORTHWEST +/turf/open/slippery/hull/connection_middle + icon_state = "outerhull_connection_middle" + +/turf/open/slippery/hull/connection_middle/north + dir = NORTH + +/turf/open/slippery/hull/connection_middle/east + dir = EAST + +/turf/open/slippery/hull/connection_middle/west + dir = WEST + +/turf/open/slippery/hull/connection_corner + icon_state = "outerhull_connection_corner" + +/turf/open/slippery/hull/connection_corner/north + dir = NORTH + +/turf/open/slippery/hull/connection_corner/east + dir = EAST + +/turf/open/slippery/hull/connection_corner/west + dir = WEST + +/turf/open/slippery/hull/connection_end + icon_state = "outerhull_connection_end" + +/turf/open/slippery/hull/connection_end/north + dir = NORTH + +/turf/open/slippery/hull/connection_end/east + dir = EAST + +/turf/open/slippery/hull/connection_end/west + dir = WEST + +/turf/open/slippery/hull/full + icon_state = "outerhull_full" + +/turf/open/slippery/hull/tiles + icon_state = "outerhull_tiles" + +/turf/open/slippery/hull/tiles/north + dir = NORTH + +/turf/open/slippery/hull/tiles/east + dir = EAST + +/turf/open/slippery/hull/tiles/west + dir = WEST + +/turf/open/slippery/hull/tiles2 + icon_state = "outerhull_tiles_alt" + +/turf/open/slippery/hull/tiles2/north + dir = NORTH + +/turf/open/slippery/hull/tiles2/east + dir = EAST + +/turf/open/slippery/hull/tiles2/west + dir = WEST + +//Colorable hull tiles +/turf/open/slippery/hull/colorable + name = "sloped roof" + icon = 'icons/turf/almayer.dmi' + icon_state = "outerhull_colorable" + +/turf/open/slippery/hull/colorable/dir + icon_state = "outerhull_colorable_dir" + +/turf/open/slippery/hull/colorable/dir/north + dir = NORTH + +/turf/open/slippery/hull/colorable/dir/east + dir = EAST + +/turf/open/slippery/hull/colorable/dir/west + dir = WEST + +/turf/open/slippery/hull/colorable/dir/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/dir/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/dir/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/dir/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/dir_alt + icon_state = "outerhull_colorable_dir_alt" + +/turf/open/slippery/hull/colorable/dir_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/dir_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/dir_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/corner + icon_state = "outerhull_colorable_corner" + +/turf/open/slippery/hull/colorable/corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/corner_alt + icon_state = "outerhull_colorable_corner_alt" + +/turf/open/slippery/hull/colorable/corner_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/connection + icon_state = "outerhull_colorable_connection" + +/turf/open/slippery/hull/colorable/connection/north + dir = NORTH + +/turf/open/slippery/hull/colorable/connection/east + dir = EAST + +/turf/open/slippery/hull/colorable/connection/west + dir = WEST + +/turf/open/slippery/hull/colorable/connection_alt + icon_state = "outerhull_colorable_connection_alt" + +/turf/open/slippery/hull/colorable/connection_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/connection_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/connection_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/connection_alt/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/connection_alt/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/connection_middle + icon_state = "outerhull_colorable_connection_middle" + +/turf/open/slippery/hull/colorable/connection_middle/north + dir = NORTH + +/turf/open/slippery/hull/colorable/connection_middle/east + dir = EAST + +/turf/open/slippery/hull/colorable/connection_middle/west + dir = WEST + +/turf/open/slippery/hull/colorable/connection_corner + icon_state = "outerhull_colorable_connection_corner" + +/turf/open/slippery/hull/colorable/connection_corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/connection_corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/connection_corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/connection_end + icon_state = "outerhull_colorable_connection_end" + +/turf/open/slippery/hull/colorable/connection_end/north + dir = NORTH + +/turf/open/slippery/hull/colorable/connection_end/east + dir = EAST + +/turf/open/slippery/hull/colorable/connection_end/west + dir = WEST + +/turf/open/slippery/hull/colorable/full + icon_state = "outerhull_colorable_full" + +/turf/open/slippery/hull/colorable/tiles + icon_state = "outerhull_colorable_tiles" + +/turf/open/slippery/hull/colorable/tiles/north + dir = NORTH + +/turf/open/slippery/hull/colorable/tiles/east + dir = EAST + +/turf/open/slippery/hull/colorable/tiles/west + dir = WEST + +/turf/open/slippery/hull/colorable/tiles2 + icon_state = "outerhull_colorable_tiles_alt" + +/turf/open/slippery/hull/colorable/tiles2/north + dir = NORTH + +/turf/open/slippery/hull/colorable/tiles2/east + dir = EAST + +/turf/open/slippery/hull/colorable/tiles2/west + dir = WEST + +//Colorable hull tiles - Purple (Fire Colony) + +/turf/open/slippery/hull/colorable/purple + color = "#716c71" + +/turf/open/slippery/hull/colorable/purple/dir + icon_state = "outerhull_colorable_dir" + +/turf/open/slippery/hull/colorable/purple/dir/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/dir/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/dir/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/dir/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/purple/dir/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/purple/dir/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/purple/dir/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/purple/dir_alt + icon_state = "outerhull_colorable_dir_alt" + +/turf/open/slippery/hull/colorable/purple/dir_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/dir_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/dir_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/corner + icon_state = "outerhull_colorable_corner" + +/turf/open/slippery/hull/colorable/purple/corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/corner_alt + icon_state = "outerhull_colorable_corner_alt" + +/turf/open/slippery/hull/colorable/purple/corner_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/connection + icon_state = "outerhull_colorable_connection" + +/turf/open/slippery/hull/colorable/purple/connection/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/connection/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/connection/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/connection_alt + icon_state = "outerhull_colorable_connection_alt" + +/turf/open/slippery/hull/colorable/purple/connection_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/connection_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/connection_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/purple/connection_alt/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/purple/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/purple/connection_alt/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/purple/connection_middle + icon_state = "outerhull_colorable_connection_middle" + +/turf/open/slippery/hull/colorable/purple/connection_middle/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/connection_middle/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/connection_middle/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/connection_corner + icon_state = "outerhull_colorable_connection_corner" + +/turf/open/slippery/hull/colorable/purple/connection_corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/connection_corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/connection_corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/connection_end + icon_state = "outerhull_colorable_connection_end" + +/turf/open/slippery/hull/colorable/purple/connection_end/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/connection_end/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/connection_end/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/full + icon_state = "outerhull_colorable_full" + +/turf/open/slippery/hull/colorable/purple/tiles + icon_state = "outerhull_colorable_tiles" + +/turf/open/slippery/hull/colorable/purple/tiles/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/tiles/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/tiles/west + dir = WEST + +/turf/open/slippery/hull/colorable/purple/tiles2 + icon_state = "outerhull_colorable_tiles_alt" + +/turf/open/slippery/hull/colorable/purple/tiles2/north + dir = NORTH + +/turf/open/slippery/hull/colorable/purple/tiles2/east + dir = EAST + +/turf/open/slippery/hull/colorable/purple/tiles2/west + dir = WEST + +//Colorable hull tiles - Teal (Fire Colony) + +/turf/open/slippery/hull/colorable/teal + icon_state = "outerhull_colorable" + color = "#697374" + +/turf/open/slippery/hull/colorable/teal/dir + icon_state = "outerhull_colorable_dir" + +/turf/open/slippery/hull/colorable/teal/dir/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/dir/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/dir/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/dir/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/teal/dir/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/teal/dir/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/teal/dir/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/teal/dir_alt + icon_state = "outerhull_colorable_dir_alt" + +/turf/open/slippery/hull/colorable/teal/dir_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/dir_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/dir_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/corner + icon_state = "outerhull_colorable_corner" + +/turf/open/slippery/hull/colorable/teal/corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/corner_alt + icon_state = "outerhull_colorable_corner_alt" + +/turf/open/slippery/hull/colorable/teal/corner_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection + icon_state = "outerhull_colorable_connection" + +/turf/open/slippery/hull/colorable/teal/connection/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_alt + icon_state = "outerhull_colorable_connection_alt" + +/turf/open/slippery/hull/colorable/teal/connection_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/teal/connection_alt/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/teal/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/teal/connection_alt/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/teal/connection_middle + icon_state = "outerhull_colorable_connection_middle" + +/turf/open/slippery/hull/colorable/teal/connection_middle/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_middle/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_middle/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_corner + icon_state = "outerhull_colorable_connection_corner" + +/turf/open/slippery/hull/colorable/teal/connection_corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_end + icon_state = "outerhull_colorable_connection_end" + +/turf/open/slippery/hull/colorable/teal/connection_end/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_end/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_end/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/full + icon_state = "outerhull_colorable_full" + +/turf/open/slippery/hull/colorable/teal/tiles + icon_state = "outerhull_colorable_tiles" + +/turf/open/slippery/hull/colorable/teal/tiles/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/tiles/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/tiles/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/tiles2 + icon_state = "outerhull_colorable_tiles_alt" + +/turf/open/slippery/hull/colorable/teal/tiles2/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/tiles2/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/tiles2/west + dir = WEST + +//Colorable hull tiles + +/turf/open/slippery/hull/colorable/teal + name = "sloped roof" + icon = 'icons/turf/almayer.dmi' + icon_state = "outerhull_colorable" + +/turf/open/slippery/hull/colorable/teal/dir + icon_state = "outerhull_colorable_dir" + +/turf/open/slippery/hull/colorable/teal/dir/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/dir/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/dir/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/dir/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/teal/dir/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/teal/dir/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/teal/dir/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/teal/dir_alt + icon_state = "outerhull_colorable_dir_alt" + +/turf/open/slippery/hull/colorable/teal/dir_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/dir_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/dir_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/corner + icon_state = "outerhull_colorable_corner" + +/turf/open/slippery/hull/colorable/teal/corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/corner_alt + icon_state = "outerhull_colorable_corner_alt" + +/turf/open/slippery/hull/colorable/teal/corner_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection + icon_state = "outerhull_colorable_connection" + +/turf/open/slippery/hull/colorable/teal/connection/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_alt + icon_state = "outerhull_colorable_connection_alt" + +/turf/open/slippery/hull/colorable/teal/connection_alt/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_alt/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_alt/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_alt/southwest + dir = SOUTHWEST + +/turf/open/slippery/hull/colorable/teal/connection_alt/northeast + dir = NORTHEAST + +/turf/open/slippery/hull/colorable/teal/connection_alt/southeast + dir = SOUTHEAST + +/turf/open/slippery/hull/colorable/teal/connection_alt/northwest + dir = NORTHWEST + +/turf/open/slippery/hull/colorable/teal/connection_middle + icon_state = "outerhull_colorable_connection_middle" + +/turf/open/slippery/hull/colorable/teal/connection_middle/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_middle/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_middle/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_corner + icon_state = "outerhull_colorable_connection_corner" + +/turf/open/slippery/hull/colorable/teal/connection_corner/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_corner/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_corner/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/connection_end + icon_state = "outerhull_colorable_connection_end" + +/turf/open/slippery/hull/colorable/teal/connection_end/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/connection_end/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/connection_end/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/full + icon_state = "outerhull_colorable_full" + +/turf/open/slippery/hull/colorable/teal/tiles + icon_state = "outerhull_colorable_tiles" + +/turf/open/slippery/hull/colorable/teal/tiles/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/tiles/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/tiles/west + dir = WEST + +/turf/open/slippery/hull/colorable/teal/tiles2 + icon_state = "outerhull_colorable_tiles_alt" + +/turf/open/slippery/hull/colorable/teal/tiles2/north + dir = NORTH + +/turf/open/slippery/hull/colorable/teal/tiles2/east + dir = EAST + +/turf/open/slippery/hull/colorable/teal/tiles2/west + dir = WEST + +// Glass Roof + +/obj/structure/prop/roof/glass + icon = 'icons/effects/glass_roof.dmi' + icon_state = "glass_roof_1" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT // Prison grass /turf/open/organic/grass @@ -1647,6 +2420,9 @@ /turf/open/shuttle/vehicle/floor_3_13 icon_state = "floor_3_13" +/turf/open/shuttle/vehicle/floor_3_14 + icon_state = "floor_3_14" + /turf/open/shuttle/vehicle/floor_3_1_1 icon_state = "floor_3_1_1" @@ -1680,6 +2456,30 @@ /turf/open/shuttle/vehicle/floor_3_9_1 icon_state = "floor_3_9_1" +/turf/open/shuttle/vehicle/van_floor_0 + icon_state = "van_floor_0" + +/turf/open/shuttle/vehicle/van_floor_0/north + dir = NORTH + +/turf/open/shuttle/vehicle/van_floor_0/east + dir = EAST + +/turf/open/shuttle/vehicle/van_floor_0/west + dir = WEST + +/turf/open/shuttle/vehicle/van_floor_1 + icon_state = "van_floor_1" + +/turf/open/shuttle/vehicle/van_floor_1/north + dir = NORTH + +/turf/open/shuttle/vehicle/van_floor_1/east + dir = EAST + +/turf/open/shuttle/vehicle/van_floor_1/west + dir = WEST + /turf/open/walkable_lattice desc = "A support lattice." name = "lattice" diff --git a/code/game/turfs/strata.dm b/code/game/turfs/strata.dm index e319d8a2db37..51469293205c 100644 --- a/code/game/turfs/strata.dm +++ b/code/game/turfs/strata.dm @@ -21,6 +21,9 @@ icon = 'icons/turf/floors/strata_floor.dmi' icon_state = "floor" +/turf/open/floor/strata/fake_catwalk + icon_state = "plating_catwalk_alt" + /turf/open/floor/strata/grey_multi_tiles icon_state = "grey_multi_tiles" @@ -276,6 +279,94 @@ /turf/open/floor/strata/blue4/west dir = WEST +////strata - light-blue//// + +/turf/open/floor/strata/lightblue1 + icon_state = "lightblue1" + +/turf/open/floor/strata/lightblue2 + icon_state = "lightblue2" + +/turf/open/floor/strata/lightblue3 + icon_state = "lightblue3" + +/turf/open/floor/strata/lightblue3/east + dir = EAST + +/turf/open/floor/strata/lightblue3/north + dir = NORTH + +/turf/open/floor/strata/lightblue3/west + dir = WEST + +/turf/open/floor/strata/lightblue3/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/lightblue3/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/lightblue3/northeast + dir = NORTHEAST + +/turf/open/floor/strata/lightblue3/northwest + dir = NORTHWEST + +/turf/open/floor/strata/lightblue4 + icon_state = "lightblue4" + +/turf/open/floor/strata/lightblue4/north + dir = NORTH + +/turf/open/floor/strata/lightblue4/east + dir = EAST + +/turf/open/floor/strata/lightblue4/west + dir = WEST + +/// SEEGSON + +/turf/open/floor/strata/seeg1 + icon_state = "seeg1" + +/turf/open/floor/strata/seeg2 + icon_state = "seeg2" + +/turf/open/floor/strata/seeg3 + icon_state = "seeg3" + +/turf/open/floor/strata/seeg3/east + dir = EAST + +/turf/open/floor/strata/seeg3/north + dir = NORTH + +/turf/open/floor/strata/seeg3/west + dir = WEST + +/turf/open/floor/strata/seeg3/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/seeg3/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/seeg3/northeast + dir = NORTHEAST + +/turf/open/floor/strata/seeg3/northwest + dir = NORTHWEST + +/turf/open/floor/strata/seeg4 + icon_state = "seeg4" + +/turf/open/floor/strata/seeg4/north + dir = NORTH + +/turf/open/floor/strata/seeg4/east + dir = EAST + +/turf/open/floor/strata/seeg4/west + dir = WEST + /turf/open/floor/strata/damaged3 icon_state = "damaged3" @@ -452,3 +543,230 @@ /turf/open/floor/strata/yellow3/northwest dir = NORTHWEST + +/turf/open/floor/strata/smooth + icon_state = "smooth" + +/turf/open/floor/strata/smooth_dir + icon_state = "smooth_dir" + +/turf/open/floor/strata/smooth_dir/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/smooth_dir/north + dir = NORTH + +/turf/open/floor/strata/smooth_dir/east + dir = EAST + +/turf/open/floor/strata/smooth_dir/northeast + dir = NORTHEAST + +/turf/open/floor/strata/smooth_dir/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/smooth_dir/west + dir = WEST + +/turf/open/floor/strata/smooth_dir/northwest + dir = NORTHWEST + +/turf/open/floor/strata/smooth_u + icon_state = "smooth_u" + +/turf/open/floor/strata/smooth_u/north + dir = NORTH + +/turf/open/floor/strata/smooth_u/east + + dir = EAST + +/turf/open/floor/strata/smooth_u/south + + dir = SOUTH + +/turf/open/floor/strata/smooth_u/west + + dir = WEST + +////strata - sand//// + +/turf/open/floor/strata/sand1 + icon_state = "sand1" + +/turf/open/floor/strata/sand2 + icon_state = "sand2" + +/turf/open/floor/strata/sand3 + icon_state = "sand3" + +/turf/open/floor/strata/sand3/east + dir = EAST + +/turf/open/floor/strata/sand3/north + dir = NORTH + +/turf/open/floor/strata/sand3/west + dir = WEST + +/turf/open/floor/strata/sand3/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/sand3/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/sand3/northeast + dir = NORTHEAST + +/turf/open/floor/strata/sand3/northwest + dir = NORTHWEST + +/turf/open/floor/strata/sand4 + icon_state = "sand4" + +/turf/open/floor/strata/sand4/north + dir = NORTH + +/turf/open/floor/strata/sand4/east + dir = EAST + +/turf/open/floor/strata/sand4/west + dir = WEST + +////strata - red-alt//// + +/turf/open/floor/strata/altred1 + icon_state = "altred1" + +/turf/open/floor/strata/altred2 + icon_state = "altred2" + +/turf/open/floor/strata/altred3 + icon_state = "altred3" + +/turf/open/floor/strata/altred3/east + dir = EAST + +/turf/open/floor/strata/altred3/north + dir = NORTH + +/turf/open/floor/strata/altred3/west + dir = WEST + +/turf/open/floor/strata/altred3/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/altred3/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/altred3/northeast + dir = NORTHEAST + +/turf/open/floor/strata/altred3/northwest + dir = NORTHWEST + +/turf/open/floor/strata/altred4 + icon_state = "altred4" + +/turf/open/floor/strata/altred4/north + dir = NORTH + +/turf/open/floor/strata/altred4/east + dir = EAST + +/turf/open/floor/strata/altred4/west + dir = WEST + +////strata - medbay//// + +/turf/open/floor/strata/medbay1 + icon_state = "medbay1" + +/turf/open/floor/strata/medbay2 + icon_state = "medbay2" + +/turf/open/floor/strata/medbay3 + icon_state = "medbay3" + +/turf/open/floor/strata/medbay3/east + dir = EAST + +/turf/open/floor/strata/medbay3/north + dir = NORTH + +/turf/open/floor/strata/medbay3/west + dir = WEST + +/turf/open/floor/strata/medbay3/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/medbay3/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/medbay3/northeast + dir = NORTHEAST + +/turf/open/floor/strata/medbay3/northwest + dir = NORTHWEST + +/turf/open/floor/strata/medbay4 + icon_state = "medbay4" + +/turf/open/floor/strata/medbay4/north + dir = NORTH + +/turf/open/floor/strata/medbay4/east + dir = EAST + +/turf/open/floor/strata/medbay4/west + dir = WEST + +////strata - green-alt//// + +/turf/open/floor/strata/altgreen1 + icon_state = "altgreen1" + +/turf/open/floor/strata/altgreen2 + icon_state = "altgreen2" + +/turf/open/floor/strata/altgreen3 + icon_state = "altgreen3" + +/turf/open/floor/strata/altgreen3/east + dir = EAST + +/turf/open/floor/strata/altgreen3/north + dir = NORTH + +/turf/open/floor/strata/altgreen3/west + dir = WEST + +/turf/open/floor/strata/altgreen3/southwest + dir = SOUTHWEST + +/turf/open/floor/strata/altgreen3/southeast + dir = SOUTHEAST + +/turf/open/floor/strata/altgreen3/northeast + dir = NORTHEAST + +/turf/open/floor/strata/altgreen3/northwest + dir = NORTHWEST + +/turf/open/floor/strata/altgreen4 + icon_state = "altgreen4" + +/turf/open/floor/strata/altgreen4/north + dir = NORTH + +/turf/open/floor/strata/altgreen4/east + dir = EAST + +/turf/open/floor/strata/altgreen4/west + dir = WEST + +/turf/open/floor/strata/deco + icon_state = "deco" + +/turf/open/floor/strata/deco2 + icon_state = "deco2" diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm index b39e4a017d16..673b3344cb4a 100644 --- a/code/game/turfs/walls/wall_types.dm +++ b/code/game/turfs/walls/wall_types.dm @@ -902,6 +902,9 @@ icon_state = "shiva_fab_red" walltype = WALL_SHIVA_FAB_RED +/turf/closed/wall/shiva/prefabricated/dark + icon_state = "shiva_fab_dark" + walltype = WALL_SHIVA_FAB_DARK //Xenomorph's Resin Walls diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 6d4c857acc51..6e7173548c78 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -174,6 +174,11 @@ GLOBAL_LIST_EMPTY(roles_with_gear) display_name = "Aviator shades, silver" path = /obj/item/clothing/glasses/sunglasses/aviator/silver +/datum/gear/eyewear/new_bimex/chrome + display_name = "BiMex Chromeline shades, chrome" + path = /obj/item/clothing/glasses/sunglasses/big/chrome + fluff_cost = 4 + /datum/gear/eyewear/new_bimex/black display_name = "BiMex tactical shades, black" path = /obj/item/clothing/glasses/sunglasses/big/new_bimex/black @@ -1391,6 +1396,14 @@ GLOBAL_LIST_EMPTY(roles_with_gear) // display_name = "Hyperdyne Corporation shoulder patch" // path = /obj/item/clothing/accessory/patch/hyperdyne_patch +// /datum/gear/civilian/patch/lasalle +// display_name = "Lasalle Bionational Corporation shoulder patch" +// path = /obj/item/clothing/accessory/patch/lasalle + +// /datum/gear/civilian/patch/seegson +// display_name = "Seegson Corporation shoulder patch" +// path = /obj/item/clothing/accessory/patch/seegson + // Misc Headwear /datum/gear/civilian/headwear diff --git a/code/modules/client/preferences_toggles.dm b/code/modules/client/preferences_toggles.dm index 28c2f917fb40..4c7f7f6a0a3d 100644 --- a/code/modules/client/preferences_toggles.dm +++ b/code/modules/client/preferences_toggles.dm @@ -800,6 +800,7 @@ CLIENT_VERB(toggle_minimap_ceiling_protection) "Faction CLF HUD" = MOB_HUD_FACTION_CLF, "Faction WO HUD" = MOB_HUD_FACTION_WO, "Faction Hyperdyne HUD" = MOB_HUD_FACTION_HC, + "Faction Lasalle Bionational HUD" = MOB_HUD_FACTION_LB, ) var/hud_choice = tgui_input_list(usr, "Choose a HUD to toggle", "Toggle HUD prefs", hud_options) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 07d5761063b7..b265301df767 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -186,6 +186,11 @@ . = ..() . += SPAN_INFO("While wearing them, you can examine items to see their reagent contents.") +/obj/item/clothing/glasses/science/blue + icon_state = "blue" + item_state = "glasses" + deactivated_state = "blue_off" + /obj/item/clothing/glasses/kutjevo name = "kutjevo goggles" desc = "Goggles used to shield the eyes of workers on Kutjevo. N95Z Rated Goggles." @@ -1033,6 +1038,19 @@ icon_state = "aviator_silver" item_state = "aviator_silver" +/obj/item/clothing/glasses/sunglasses/big/chrome + name = "\improper BiMex Chromeline Shades" + desc = "Large stylish chrome-framed shades favored by corporate personnel for their sharp appearance and practical eye protection." + desc_lore = "Part of BiMex's executive-oriented 'ChromeLine' series, these oversized shades combine stylish chromatic flavor with durable industrial-grade lenses. Capable of shrugging off small shrapnel impacts" + icon_state = "chrome_shades" + item_state = "chrome_shades" + eye_protection = EYE_PROTECTION_FLASH + clothing_traits = list(TRAIT_BIMEX) + flags_equip_slot = SLOT_EYES|SLOT_FACE + flags_obj = OBJ_IS_HELMET_GARB + +// HUD's + /obj/item/clothing/glasses/sunglasses/sechud name = "Security HUD-Glasses" desc = "Sunglasses wired up with the best nano-tech the USCM can muster out on the frontier. Displays information about any person you decree worthy of your gaze." diff --git a/code/modules/clothing/gloves/marine_gloves.dm b/code/modules/clothing/gloves/marine_gloves.dm index ac502dfb7f49..d9368f591375 100644 --- a/code/modules/clothing/gloves/marine_gloves.dm +++ b/code/modules/clothing/gloves/marine_gloves.dm @@ -306,3 +306,50 @@ desc = "These older-generation M2 MOPP gloves are constructed from treated venlar and offer basic protection against contamination in CBRN environments. While they provide decent dexterity for operating small tools and weapons, they lack the advanced grip enhancements and durability of the newer models. Typically, these gloves remain effective for up to 12 hours of moderate exposure before they must be replaced." icon_state = "cbrn" item_state = "cbrn" + +/obj/item/clothing/gloves/marine/fireproof_gloves + name = "HZP-12 entry-type proximity gloves" + desc = "Thermal-insulated boots designed for use with the HZP-12 proximity suit system." + icon_state = "fireproof_gloves" + item_state = "fireproof_gloves" + armor_laser = CLOTHING_ARMOR_LOW + armor_energy = CLOTHING_ARMOR_LOW + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_bio = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_LOW + siemens_coefficient = 0 + +/obj/item/clothing/gloves/marine/fireproof_gloves/Initialize(mapload) + . = ..() + RemoveElement(/datum/element/corp_label/armat) + AddElement(/datum/element/corp_label/seegson) + +/obj/item/clothing/gloves/marine/lasalle_security + name = "brown combat gloves" + desc = "Standard issue tactical gloves used by corporate security." + icon_state = "lasalle_brown_gloves" + item_state = "lasalle_brown_gloves" + adopts_squad_color = FALSE + +/obj/item/clothing/gloves/marine/veteran/lb_merc + name = "HIG combat gloves" + desc = "A pair of reinforced black combat gloves with distinctive blue accents, standard issued to Lasalle Bionational - Hazard Intervention Group operators." + icon_state = "lb_merc" + item_state = "lb_merc" + +/obj/item/clothing/gloves/marine/veteran/lb_merc/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + +/obj/item/clothing/gloves/marine/science_gloves + name = "chemical handling gloves" + desc = "A pair of thick protective gloves intended for handling hazardous materials, volatile compounds, and biological contaminants." + icon_state = "long_gloves" + item_state = "long_gloves" + armor_bio = CLOTHING_ARMOR_MEDIUMHIGH + armor_rad = CLOTHING_ARMOR_MEDIUMHIGH + +/obj/item/clothing/gloves/marine/science_gloves/yellow + icon_state = "long_yellow_gloves" + item_state = "long_yellow_gloves" diff --git a/code/modules/clothing/head/WY/goons.dm b/code/modules/clothing/head/WY/goons.dm index 277521837362..95e861b99460 100644 --- a/code/modules/clothing/head/WY/goons.dm +++ b/code/modules/clothing/head/WY/goons.dm @@ -42,3 +42,22 @@ desc = "A basic skull-helm worn by corporate security assets. This variant comes with a wider brim to protect the user from the harsh climate of the desert and has a medical cross across the front." icon_state = "sec_medic_helmet_kutjevo" item_state = "sec_medic_helmet_kutjevo" + +// Lasalle Security + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/lasalle_security + name = "\improper Lasalle Bionational security helmet" + desc = "A full face helmet worn by Lasalle Bionatonal corporate security assets." + icon = 'icons/obj/items/clothing/hats/hats_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats_by_faction/LASALLE.dmi' + ) + icon_state = "lasalle_security_helmet" + item_state = "lasalle_security_helmet" + + flags_inv_hide = HIDEEARS|HIDEEYES|HIDETOPHAIR + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/lasalle_security/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) diff --git a/code/modules/clothing/head/head.dm b/code/modules/clothing/head/head.dm index 7bbee65c4e92..c498fa492a89 100644 --- a/code/modules/clothing/head/head.dm +++ b/code/modules/clothing/head/head.dm @@ -1234,3 +1234,27 @@ GLOBAL_LIST_INIT(allowed_hat_items, list( ) icon_state = "iasf_co_cap" item_state = "iasf_co_cap" + +// Lasalle Bionational + +/obj/item/clothing/head/science_coif + name = "sterile coif" + desc = "A close-fitting sterile head covering, protecting the wearer from hazardous materials, intended for laboratory and cleanroom environments." + icon = 'icons/obj/items/clothing/hats/hats.dmi' + icon_state = "scientist_coif" + blood_overlay_type = "surgcap" + icon = 'icons/obj/items/clothing/hats/hats_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats_by_faction/LASALLE.dmi' + ) + + flags_inv_hide = HIDEALLHAIR + +/obj/item/clothing/head/science_coif/blue + icon_state = "scientist_coif_blue" + +/obj/item/clothing/head/science_coif/purple + icon_state = "scientist_coif_purple" + +/obj/item/clothing/head/science_coif/green + icon_state = "scientist_coif_green" diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 5ba22b7274c1..5ecddbd6b56d 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -2184,3 +2184,107 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( item_state = "rmc_helm_medic" built_in_visors = list(new /obj/item/device/helmet_visor/medical/advanced) start_down_visor_type = /obj/item/device/helmet_visor/medical/advanced + +// Fireproof suits + +/obj/item/clothing/head/helmet/marine/fireproof_hood + name = "HZP-12 entry-type proximity hood" + desc = "A sealed thermal hood component of the HZP-12 proximity suit system. It provides head and neck protection against extreme heat." + icon_state = "fireproof_hood" + item_state = "fireproof_hood" + icon = 'icons/obj/items/clothing/hats/hazard.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hazard.dmi', + ) + min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT + max_heat_protection_temperature = ARMOR_MAX_HEAT_PROT + flags_cold_protection = BODY_FLAG_HEAD + flags_heat_protection = BODY_FLAG_HEAD + armor_melee = CLOTHING_ARMOR_MEDIUMLOW + armor_bullet = CLOTHING_ARMOR_LOW + armor_laser = CLOTHING_ARMOR_LOW + armor_energy = CLOTHING_ARMOR_LOW + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_bio = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_LOW + unacidable = TRUE + force = 0 + throwforce = 0 + flags_inventory = BLOCKSHARPOBJ|BLOCKGASEFFECT + flags_marine_helmet = NO_FLAGS + flags_atom = NO_GAMEMODE_SKIN|NO_NAME_OVERRIDE + flags_inv_hide = HIDEEARS|HIDEALLHAIR + built_in_visors = list() + +/obj/item/clothing/head/helmet/marine/fireproof_hood/Initialize(mapload) + . = ..() + RemoveElement(/datum/element/corp_label/armat) + AddElement(/datum/element/corp_label/seegson) + +// Seegson Security + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/seegson + name = "\improper Seegson security helmet" + desc = "A basic skull-helm worn by Seegson corporate security assets." + icon = 'icons/obj/items/clothing/hats/hats_by_faction/Seegson.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats_by_faction/Seegson.dmi' + ) + icon_state = "seegson_security_helmet" + item_state = "seegson_security_helmet" + +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/seegson/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/seegson) + +// Lasalle Bionational - Mercs - (Bionational Hazard Intervention Group) + +/obj/item/clothing/head/helmet/marine/veteran/lb_merc + name = "\improper HIG combat helmet" + desc = "A fully enclosed combat helmet issued to Lasalle Bionational - Hazard Intervention Group operators. It is reinforced and has an integrated visor. Designed for high-risk operations in hostile environments." + icon_state = "lb_merc" + icon = 'icons/obj/items/clothing/hats/hats_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats_by_faction/LASALLE.dmi', + ) + armor_melee = CLOTHING_ARMOR_MEDIUMHIGH + armor_energy = CLOTHING_ARMOR_MEDIUMLOW + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH + armor_bio = CLOTHING_ARMOR_MEDIUMLOW + armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW + min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT + flags_inventory = BLOCKSHARPOBJ + flags_armor_protection = BODY_FLAG_HEAD|BODY_FLAG_FACE|BODY_FLAG_EYES + flags_inventory = COVEREYES|COVERMOUTH|BLOCKSHARPOBJ + flags_inv_hide = HIDEEARS|HIDEEYES|HIDEFACE|HIDEMASK|HIDEALLHAIR + flags_marine_helmet = NO_FLAGS + + built_in_visors = list(new /obj/item/device/helmet_visor) + + camera_factions = FACTION_LIST_LASALLE_BIONATIONAL + +/obj/item/clothing/head/helmet/marine/veteran/lb_merc/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + +/obj/item/clothing/head/helmet/marine/veteran/lb_merc/leader + name = "\improper HIG team leader combat helmet" + desc = "A fully enclosed combat helmet issued to Lasalle Bionational - Hazard Intervention Group team leaders. It's single blue command markings and intergrated telemetry beacon clearly distinguish the wearer from the other members of an intervention team." + icon_state = "lb_merc_lead" + +/obj/item/clothing/head/helmet/marine/veteran/lb_merc/engi + name = "\improper HIG technical specialist combat helmet" + desc = "A fully enclosed combat helmet issued to Lasalle Bionational - Hazard Intervention Group technical specialists. It's enlarged visor provides improved visibility, it also has an integrated deployable welding visor." + icon_state = "lb_merc_engi" + built_in_visors = list(new /obj/item/device/helmet_visor, new /obj/item/device/helmet_visor/welding_visor) + +/obj/item/clothing/head/helmet/marine/veteran/lb_merc/commander + name = "\improper HIG operations commander combat helmet" + desc = "A fully enclosed combat helmet issued to Lasalle Bionational - Hazard Intervention Group operations commanders. It's double blue command markings and intergrated telemetry beacon clearly distinguish the wearer from the other members of an intervention team." + icon_state = "lb_merc_co" + armor_bullet = CLOTHING_ARMOR_HIGH + armor_bomb = CLOTHING_ARMOR_MEDIUMHIGH + armor_energy = CLOTHING_ARMOR_MEDIUM diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 0bac8700f174..2efb7f551790 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -161,3 +161,22 @@ vision_impair = VISION_IMPAIR_NONE eye_protection = EYE_PROTECTION_FLAVOR flags_inv_hide = HIDEEARS|HIDEFACE + +//= Lasalle Bionational =\\ + +/obj/item/clothing/mask/gas/pmc/lasalle + name = "LBN-4 gasmask" + desc = "A lightly reinforced gasmask developed by Lasalle Bionational for hazardous security and industrial operations." + icon_state = "lasalle_gas" + item_state = "lasalle_gas" + icon = 'icons/obj/items/clothing/masks/gasmasks.dmi' + item_icons = list( + WEAR_FACE = 'icons/mob/humans/onmob/clothing/masks/gasmasks.dmi', + WEAR_L_HAND = 'icons/mob/humans/onmob/inhands/clothing/masks_lefthand.dmi', + WEAR_R_HAND = 'icons/mob/humans/onmob/inhands/clothing/masks_righthand.dmi', + ) + +/obj/item/clothing/mask/gas/pmc/lasalle/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) diff --git a/code/modules/clothing/shoes/marine_shoes.dm b/code/modules/clothing/shoes/marine_shoes.dm index 54b172d71517..2bc1cdaaa0ac 100644 --- a/code/modules/clothing/shoes/marine_shoes.dm +++ b/code/modules/clothing/shoes/marine_shoes.dm @@ -328,3 +328,45 @@ name = "\improper RMC dress shoes" desc = "Polished fancy dress shoes. You can see your reflection in them." icon_state = "rmc_laceups" + +/obj/item/clothing/shoes/marine/fireproof_boots + name = "HZP-12 entry-type proximity boots" + desc = "Thermal-insulated boots designed for use with the HZP-12 proximity suit system." + icon_state = "fireproof_boots" + item_state = "fireproof_boots" + armor_laser = CLOTHING_ARMOR_LOW + armor_energy = CLOTHING_ARMOR_LOW + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_bio = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_LOW + +/obj/item/clothing/shoes/marine/fireproof_boots/Initialize(mapload) + . = ..() + RemoveElement(/datum/element/corp_label/armat) + AddElement(/datum/element/corp_label/seegson) + +/obj/item/clothing/shoes/marine/corporate/lasalle_security + name = "brown combat boots" + icon_state = "lasalle_brown_boots" + item_state = "lasalle_brown_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/veteran/pmc/lb_merc + name = "HIG combat boots" + desc = "A pair of reinforced black combat boots with distinctive blue accents, standard issued to Lasalle Bionational - Hazard Intervention Group operators." + icon_state = "lb_merc" + item_state = "lb_merc" + +/obj/item/clothing/shoes/veteran/pmc/lb_merc/knife + spawn_item_type = /obj/item/attachable/bayonet/lb + +/obj/item/clothing/shoes/veteran/pmc/lb_merc/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + +/obj/item/clothing/shoes/silver_white + name = "sterile work shoes" + desc = "A pair of silver-white industrial work shoes designed for laboratory and cleanroom use." + icon_state = "silver_shoes" + item_state = "silver_shoes" diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 03bdc73a7e58..b6d3c0060256 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -335,3 +335,21 @@ armor_melee = CLOTHING_ARMOR_VERYHIGH armor_internaldamage = CLOTHING_ARMOR_HIGH slowdown = SLOWDOWN_ARMOR_LIGHT + +// Seegson Security + +/obj/item/clothing/suit/armor/vest/seegson_security + name = "\improper Seegson security armor" + desc = "An old Seegson security armored vest that protects against some damage." + icon_state = "seegson_security_armor" + item_state = "seegson_security_armor" + icon = 'icons/obj/items/clothing/suits/suits_by_faction/SEEGSON.dmi' + item_icons = list( + WEAR_JACKET = 'icons/mob/humans/onmob/clothing/suits/suits_by_faction/SEEGSON.dmi' + ) + uniform_restricted = null + +/obj/item/clothing/suit/armor/vest/seegson_security/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/seegson) diff --git a/code/modules/clothing/suits/bio.dm b/code/modules/clothing/suits/bio.dm index 836da8778937..cf0e84485212 100644 --- a/code/modules/clothing/suits/bio.dm +++ b/code/modules/clothing/suits/bio.dm @@ -119,3 +119,31 @@ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_ARMS flags_inv_hide = HIDEGLOVES|HIDEJUMPSUIT|HIDETAIL +// Lasalle Bionational biosuit + +/obj/item/clothing/suit/bio_suit/lasalle + name = "LBN-4 containment suit" + desc = "A sealed hazard-response suit manufactured for Lasalle Bionational personnel operating in hazardous environments. It has lightweight armor plating." + icon_state = "bio_lasalle" + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_ARMS + flags_inv_hide = HIDEGLOVES|HIDEJUMPSUIT|HIDETAIL + + armor_melee = CLOTHING_ARMOR_LOW + armor_bullet = CLOTHING_ARMOR_LOW + +/obj/item/clothing/suit/bio_suit/lasalle/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + +/obj/item/clothing/head/bio_hood/lasalle + name = "LBN-4 containment helmet" + desc = "A sealed hazard-response helmet manufactured for Lasalle Bionational personnel operating in hazardous environments. It has lightweight armor plating." + icon_state = "bio_lasalle" + armor_melee = CLOTHING_ARMOR_MEDIUMLOW + armor_bullet = CLOTHING_ARMOR_LOW + +/obj/item/clothing/head/bio_hood/lasalle/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index a5463e757799..b005518920a4 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -171,6 +171,18 @@ icon_state = "trench_grey" item_state = "trench_grey" +/obj/item/clothing/suit/storage/CMB/trenchcoat/white + name = "\improper white trench-coat" + desc = "A worn, white, old style trench-coat. When a bum sees a dick coming, he don't stick around." + icon_state = "trench_white" + item_state = "trench_white" + +/obj/item/clothing/suit/storage/CMB/trenchcoat/blue + name = "\improper blue trench-coat" + desc = "A worn, blue, old style trench-coat. When a bum sees a dick coming, he don't stick around." + icon_state = "trench_blue" + item_state = "trench_blue" + /obj/item/clothing/suit/storage/CMB/trenchcoat/police name = "\improper tan police trench-coat" desc = "A light tan coat with a badge. Often worn by government officiated crime scene investigators rather than private sleuths, this suit strikes authority into those who see it." diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index 91038aaa7dc3..543188f9f0de 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -410,3 +410,24 @@ icon_state = "labcoat_long" item_state = "labcoat_long" blood_overlay_type = "suit" + +/obj/item/clothing/suit/storage/labcoat/lasalle + name = "sealed research coat" + desc = "A high-quality lab coat worn by Lasalle Bionational science personnel. Constructed from durable synthetic materials for work in hazardous research environments." + icon_state = "labcoat" + icon = 'icons/obj/items/clothing/suits/suits_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_JACKET = 'icons/mob/humans/onmob/clothing/suits/suits_by_faction/LASALLE.dmi' + ) + armor_bio = CLOTHING_ARMOR_MEDIUMHIGH + armor_laser = CLOTHING_ARMOR_LOW + armor_energy = CLOTHING_ARMOR_LOW + +/obj/item/clothing/suit/storage/labcoat/lasalle/blue + icon_state = "labcoat_blue" + +/obj/item/clothing/suit/storage/labcoat/lasalle/purple + icon_state = "labcoat_purple" + +/obj/item/clothing/suit/storage/labcoat/lasalle/green + icon_state = "labcoat_green" diff --git a/code/modules/clothing/suits/marine_armor/WY/goon.dm b/code/modules/clothing/suits/marine_armor/WY/goon.dm index 7d437a20278e..bfad5a2eeece 100644 --- a/code/modules/clothing/suits/marine_armor/WY/goon.dm +++ b/code/modules/clothing/suits/marine_armor/WY/goon.dm @@ -65,3 +65,19 @@ armor_internaldamage = CLOTHING_ARMOR_MEDIUM slowdown = SLOWDOWN_ARMOR_VERY_LIGHT +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lasalle_security + name = "\improper M1 pattern corporate security armor" + desc = "A basic vest with a Lasalle Bionational logo on the right breast. This is commonly worn by low-level guards protecting Lasalle Bionational facilities." + icon = 'icons/obj/items/clothing/suits/suits_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_JACKET = 'icons/mob/humans/onmob/clothing/suits/suits_by_faction/LASALLE.dmi' + ) + + lamp_light_color = LIGHT_COLOR_XENON + light_color = LIGHT_COLOR_XENON + lamp_icon = "lamp_neon" + +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lasalle_security/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) diff --git a/code/modules/clothing/suits/marine_armor/WY/pmc.dm b/code/modules/clothing/suits/marine_armor/WY/pmc.dm index e93f019a8ce6..f39222372754 100644 --- a/code/modules/clothing/suits/marine_armor/WY/pmc.dm +++ b/code/modules/clothing/suits/marine_armor/WY/pmc.dm @@ -158,3 +158,56 @@ /obj/item/clothing/suit/storage/marine/smartgunner/veteran/pmc/Initialize() . = ..() AddElement(/datum/element/corp_label/wy) + +// Lasalle Bionational - Mercs - (Bionational Hazard Intervention Group) + +/obj/item/clothing/suit/storage/marine/veteran/lb_merc + name = "\improper M3-LB combat armor" + desc = "A heavily modified, proprietary Lasalle Bionational variant of the Armat Systems M3 armor platform. Issued exclusively to Lasalle Bionational - Hazard Intervention Group operatives. Designed for hazardous intervention and high-threat operations." + icon_state = "lb_merc" + icon = 'icons/obj/items/clothing/suits/suits_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_JACKET = 'icons/mob/humans/onmob/clothing/suits/suits_by_faction/LASALLE.dmi' + ) + flags_bodypart_hidden = BODY_FLAG_CHEST|BODY_FLAG_LEGS + armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH + armor_energy = CLOTHING_ARMOR_MEDIUMLOW + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_MEDIUM + storage_slots = 2 + slowdown = SLOWDOWN_ARMOR_LIGHT + flags_atom = NO_GAMEMODE_SKIN|NO_NAME_OVERRIDE + uniform_restricted = list(/obj/item/clothing/under/marine/veteran/lb_merc) + item_state_slots = list(WEAR_JACKET = "lb_merc") + lamp_icon = "lamp_neon" + lamp_light_color = LIGHT_COLOR_XENON + light_color = LIGHT_COLOR_XENON + +/obj/item/clothing/suit/storage/marine/veteran/lb_merc/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + +/obj/item/clothing/suit/storage/marine/veteran/lb_merc/synth + name = "\improper M3-LB Synthetic combat armor" + desc = "A heavily modified Lasalle Bionational variant of the Armat Systems M3 armor platform. Designed exclusively for Lasalle Bionational - Hazard Intervention Group synthetic support units, its armor inserts have been removed in favor of reduced weight and unrestricted mobility." + icon_state = "lb_merc" + item_state_slots = list(WEAR_JACKET = "lb_merc") + time_to_unequip = 0.5 SECONDS + time_to_equip = 1 SECONDS + 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 + storage_slots = 3 + slowdown = SLOWDOWN_ARMOR_SUPER_LIGHT + +/obj/item/clothing/suit/storage/marine/veteran/lb_merc/synth/Initialize() + flags_atom |= NO_NAME_OVERRIDE + flags_marine_armor |= SYNTH_ALLOWED + return ..() + diff --git a/code/modules/clothing/suits/marine_armor/ert.dm b/code/modules/clothing/suits/marine_armor/ert.dm index ceec4faba336..7885a6a52e80 100644 --- a/code/modules/clothing/suits/marine_armor/ert.dm +++ b/code/modules/clothing/suits/marine_armor/ert.dm @@ -1013,6 +1013,131 @@ 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) + actions_types = list(/datum/action/item_action/specialist/toggle_cbrn_hood) + + ///Whether the hood and gas mask were worn through the hood toggle verb + var/hood_enabled = FALSE + ///Whether enabling the hood protects you from fire + var/supports_fire_protection = TRUE + ///Typepath of the attached hood + var/hood_type = /obj/item/clothing/head/helmet/marine/cbrn_hood + ///The head clothing that the suit uses as a hood + var/obj/item/clothing/head/linked_hood + +/obj/item/clothing/suit/storage/marine/cbrn/Initialize() + linked_hood = new hood_type(src) + . = ..() + +/obj/item/clothing/suit/storage/marine/cbrn/Destroy() + . = ..() + if(linked_hood) + qdel(linked_hood) + +/obj/item/clothing/suit/storage/marine/cbrn/verb/hood_toggle() + set name = "Toggle Hood" + set desc = "Pull your hood and gasmask up over your face and head." + set src in usr + if(!usr || usr.is_mob_incapacitated(TRUE)) + return + if(!ishuman(usr)) + return + var/mob/living/carbon/human/user = usr + + if(user.wear_suit != src) + to_chat(user, SPAN_WARNING("You must be wearing [src] to put on [linked_hood] attached to it!")) + return + + if(!linked_hood) + to_chat(user, SPAN_BOLDWARNING("You are missing a linked_hood! This should not be possible.")) + CRASH("[user] attempted to toggle hood on [src] that was missing a linked_hood.") + + playsound(user.loc, "armorequip", 25, 1) + if(hood_enabled) + disable_hood(user, FALSE) + return + enable_hood(user) + +/obj/item/clothing/suit/storage/marine/cbrn/proc/enable_hood(mob/living/carbon/human/user) + if(!istype(user)) + user = usr + + if(!linked_hood.mob_can_equip(user, WEAR_HEAD)) + to_chat(user, SPAN_WARNING("You are unable to equip [linked_hood].")) + return + + user.equip_to_slot(linked_hood, WEAR_HEAD) + + hood_enabled = TRUE + RegisterSignal(src, COMSIG_ITEM_UNEQUIPPED, PROC_REF(disable_hood)) + RegisterSignal(linked_hood, COMSIG_ITEM_UNEQUIPPED, PROC_REF(disable_hood)) + + if(!supports_fire_protection) + return + to_chat(user, SPAN_NOTICE("You raise [linked_hood] over your head. You will no longer catch fire.")) + toggle_fire_protection(user, TRUE) + +/obj/item/clothing/suit/storage/marine/cbrn/proc/disable_hood(mob/living/carbon/human/user, forced = TRUE) + if(!istype(user)) + user = usr + + UnregisterSignal(src, COMSIG_ITEM_UNEQUIPPED) + UnregisterSignal(linked_hood, COMSIG_ITEM_UNEQUIPPED) + addtimer(CALLBACK(user, TYPE_PROC_REF(/mob/living/carbon/human, drop_inv_item_to_loc), linked_hood, src), 1) //0.1s delay cause you can grab the hood + addtimer(CALLBACK(src, PROC_REF(check_remove_headgear)), 2) //Checks if it is still not in contents, incase it was dropped + + hood_enabled = FALSE + if(!forced) + to_chat(user, SPAN_NOTICE("You take off [linked_hood].")) + + if(supports_fire_protection) + toggle_fire_protection(user, FALSE) + +/obj/item/clothing/suit/storage/marine/cbrn/proc/check_remove_headgear(obj/item/clothing/suit/storage/marine/cbrn/suit = src) + for(var/current_atom in contents) + if(current_atom == linked_hood) + return + linked_hood.forceMove(suit) + +/obj/item/clothing/suit/storage/marine/cbrn/proc/toggle_fire_protection(mob/living/carbon/user, enable_fire_protection) + if(enable_fire_protection) + RegisterSignal(user, COMSIG_LIVING_PREIGNITION, PROC_REF(fire_shield_is_on)) + RegisterSignal(user, list(COMSIG_LIVING_FLAMER_CROSSED, COMSIG_LIVING_FLAMER_FLAMED), PROC_REF(flamer_fire_callback)) + return + UnregisterSignal(user, list(COMSIG_LIVING_PREIGNITION, COMSIG_LIVING_FLAMER_CROSSED, COMSIG_LIVING_FLAMER_FLAMED)) + +/obj/item/clothing/suit/storage/marine/cbrn/proc/fire_shield_is_on(mob/living/burning_mob) //Stealing it from the pyro spec armor + SIGNAL_HANDLER + + if(burning_mob.fire_reagent?.fire_penetrating) + return + + return COMPONENT_CANCEL_IGNITION + +/obj/item/clothing/suit/storage/marine/cbrn/proc/flamer_fire_callback(mob/living/burning_mob, datum/reagent/fire_reagent) + SIGNAL_HANDLER + + if(fire_reagent?.fire_penetrating) + return + + . = COMPONENT_NO_IGNITE|COMPONENT_NO_BURN + +/datum/action/item_action/specialist/toggle_cbrn_hood + ability_primacy = SPEC_PRIMARY_ACTION_2 + +/datum/action/item_action/specialist/toggle_cbrn_hood/New(obj/item/clothing/suit/storage/marine/cbrn/suit, obj/item/holder) + ..() + name = "Toggle Hood" + button.name = name + button.overlays.Cut() + var/image/button_overlay = image(suit.linked_hood.icon, suit, suit.linked_hood.icon_state) + button.overlays += button_overlay + +/datum/action/item_action/specialist/toggle_cbrn_hood/action_activate() + . = ..() + var/obj/item/clothing/suit/storage/marine/cbrn/suit = holder_item + if(!istype(suit)) + return + suit.hood_toggle() /obj/item/clothing/suit/storage/marine/cbrn/advanced slowdown = SLOWDOWN_ARMOR_LOWHEAVY @@ -1022,3 +1147,4 @@ armor_bio = CLOTHING_ARMOR_GIGAHIGHPLUS armor_rad = CLOTHING_ARMOR_GIGAHIGHPLUS armor_internaldamage = CLOTHING_ARMOR_HIGHPLUS + hood_type = /obj/item/clothing/head/helmet/marine/cbrn_hood/advanced diff --git a/code/modules/clothing/suits/utility.dm b/code/modules/clothing/suits/utility.dm index a96f26701814..1dca5c388166 100644 --- a/code/modules/clothing/suits/utility.dm +++ b/code/modules/clothing/suits/utility.dm @@ -204,3 +204,50 @@ armor_rad = CLOTHING_ARMOR_ULTRAHIGH armor_internaldamage = CLOTHING_ARMOR_LOW flags_inv_hide = HIDEJUMPSUIT|HIDETAIL + +// Fireproof suit + +///obj/item/clothing/suit/fire/fireproof_suit +/obj/item/clothing/suit/storage/marine/cbrn/lava //child of cbrn suit for fireproofing and hood toggling + name = "HZP-12 entry-type proximity suit" + desc = "The 'HZP-12' is a bulky extreme environment suit manufactured by Lorenz SysTech Development under Seegson industrial contract for personnel operating in severe thermal hazard zones." + icon = 'icons/obj/items/clothing/suits/hazard.dmi' + item_icons = list( + WEAR_JACKET = 'icons/mob/humans/onmob/clothing/suits/hazard.dmi', + ) + icon_state = "fireproof_suit" + item_state = "fireproof_suit" + uniform_restricted = null + storage_slots = 1 + flags_inv_hide = HIDEJUMPSUIT|HIDETAIL + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_FEET|BODY_FLAG_ARMS|BODY_FLAG_HANDS + allowed = list( + /obj/item/tool/extinguisher, + + /obj/item/device/flashlight, + /obj/item/device/healthanalyzer, + /obj/item/device/radio, + /obj/item/tank/emergency_oxygen, + /obj/item/tool/crowbar, + /obj/item/tool/pen, + ) + + slowdown = SLOWDOWN_ARMOR_HEAVY + flags_inventory = NOPRESSUREDMAGE + fire_intensity_resistance = BURN_LEVEL_TIER_1 + max_heat_protection_temperature = ARMOR_MAX_HEAT_PROT + unacidable = TRUE + flags_heat_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_FEET|BODY_FLAG_ARMS|BODY_FLAG_HANDS + flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_FEET|BODY_FLAG_ARMS|BODY_FLAG_HANDS + armor_melee = CLOTHING_ARMOR_NONE + armor_bullet = CLOTHING_ARMOR_NONE + armor_bomb = CLOTHING_ARMOR_NONE + armor_bio = CLOTHING_ARMOR_NONE + armor_rad = CLOTHING_ARMOR_NONE + armor_internaldamage = CLOTHING_ARMOR_NONE + hood_type = /obj/item/clothing/head/helmet/marine/fireproof_hood + +/obj/item/clothing/suit/storage/marine/cbrn/lava/Initialize(mapload) + . = ..() + RemoveElement(/datum/element/corp_label/armat) + AddElement(/datum/element/corp_label/seegson) diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 59d9dbc2466c..267f88b0c62c 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -1195,6 +1195,26 @@ item_state = "sec_lead_kutjevo_uniform" worn_state = "sec_lead_kutjevo_uniform" +//=========================//LASALLE\\================================\\ + +/obj/item/clothing/under/marine/veteran/pmc/corporate/lasalle_security + name = "\improper Lasalle Bionational corporate security uniform" + desc = "An armored uniform worn by Lasalle Bionational corporate security members." + icon_state = "lasalle_security_uniform" + worn_state = "lasalle_security_uniform" + icon = 'icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi' + + item_icons = list( + WEAR_BODY = 'icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi' + ) + + suit_restricted = null + +/obj/item/clothing/under/marine/veteran/pmc/corporate/lasalle_security/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) + //=========================//UPP\\================================\\ /obj/item/clothing/under/marine/veteran/bear @@ -2037,6 +2057,32 @@ armor_bio = CLOTHING_ARMOR_MEDIUMHIGH unacidable = TRUE +/obj/item/clothing/under/rank/synthetic/joe/fire + name = "\improper Working Joe Hazardous Uniform" + desc = "A reinforced uniform used for Synthetic labor in hazardous areas. Tomorrow, Together." + icon_state = "working_joe_fire" + worn_state = "working_joe_fire" + flags_inventory = CANTSTRIP + armor_melee = CLOTHING_ARMOR_LOW + armor_bullet = CLOTHING_ARMOR_LOW + armor_bomb = CLOTHING_ARMOR_LOW + armor_internaldamage = CLOTHING_ARMOR_VERYLOW + armor_bio = CLOTHING_ARMOR_HARDCORE + armor_rad = CLOTHING_ARMOR_ULTRAHIGHPLUS + fire_intensity_resistance = BURN_LEVEL_TIER_1 + max_heat_protection_temperature = ARMOR_MAX_HEAT_PROT + flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS + flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS + flags_heat_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS + flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE + +/obj/item/clothing/under/rank/synthetic/joe/fire/overalls + name = "\improper Working Joe Hazardous Uniform" + desc = "A reinforced uniform used for Synthetic labor in hazardous areas. Comes with an additional layer for liquid hazards. Tomorrow, Together." + icon_state = "working_joe_fire_overalls" + worn_state = "working_joe_fire_overalls" + unacidable = TRUE + //=ROYAL MARINES=\\ /obj/item/clothing/under/marine/veteran/royal_marine @@ -2111,142 +2157,120 @@ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS flags_heat_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_LEGS - actions_types = list(/datum/action/item_action/specialist/toggle_cbrn_hood) item_icons = list( WEAR_BODY = 'icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/UA.dmi', ) - ///Whether the hood and gas mask were worn through the hood toggle verb - var/hood_enabled = FALSE - ///Whether enabling the hood protects you from fire - var/supports_fire_protection = TRUE - ///Typepath of the attached hood - var/hood_type = /obj/item/clothing/head/helmet/marine/cbrn_hood - ///The head clothing that the suit uses as a hood - var/obj/item/clothing/head/linked_hood - -/obj/item/clothing/under/marine/cbrn/Initialize() - linked_hood = new hood_type(src) - . = ..() +/obj/item/clothing/under/marine/cbrn/advanced + armor_melee = CLOTHING_ARMOR_MEDIUM + armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH + armor_bomb = CLOTHING_ARMOR_HIGHPLUS + armor_bio = CLOTHING_ARMOR_HARDCORE + armor_rad = CLOTHING_ARMOR_GIGAHIGHPLUS + armor_internaldamage = CLOTHING_ARMOR_HIGHPLUS -/obj/item/clothing/under/marine/cbrn/Destroy() - . = ..() - if(linked_hood) - qdel(linked_hood) - -/obj/item/clothing/under/marine/cbrn/verb/hood_toggle() - set name = "Toggle Hood" - set desc = "Pull your hood and gasmask up over your face and head." - set src in usr - if(!usr || usr.is_mob_incapacitated(TRUE)) - return - if(!ishuman(usr)) - return - var/mob/living/carbon/human/user = usr +// Seegson Security - if(user.w_uniform != src) - to_chat(user, SPAN_WARNING("You must be wearing [src] to put on [linked_hood] attached to it!")) - return +/obj/item/clothing/under/marine/seegson_security + name = "Seegson security uniform" + desc = "An armored uniform worn by Seegson corporate security members." + icon = 'icons/obj/items/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi' + item_icons = list( + WEAR_BODY = 'icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi', + ) + icon_state = "seegson_security_uniform" + worn_state = "seegson_security_uniform" - if(!linked_hood) - to_chat(user, SPAN_BOLDWARNING("You are missing a linked_hood! This should not be possible.")) - CRASH("[user] attempted to toggle hood on [src] that was missing a linked_hood.") + flags_atom = FPRINT|NO_NAME_OVERRIDE|NO_GAMEMODE_SKIN - playsound(user.loc, "armorequip", 25, 1) - if(hood_enabled) - disable_hood(user, FALSE) - return - enable_hood(user) +/obj/item/clothing/under/marine/seegson_security/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/seegson) -/obj/item/clothing/under/marine/cbrn/proc/enable_hood(mob/living/carbon/human/user) - if(!istype(user)) - user = usr +// Lasalle Bionational - if(!linked_hood.mob_can_equip(user, WEAR_HEAD)) - to_chat(user, SPAN_WARNING("You are unable to equip [linked_hood].")) - return +/obj/item/clothing/under/rank/scientist/lasalle + name = "research duty uniform" + desc = "A sterile sleeveless research uniform, commonly issued to research and scientific personnel operating in corporate laboratory facilities." + icon = 'icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_BODY = 'icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi', + ) + icon_state = "science_outfit" + worn_state = "science_outfit" + 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_MEDIUMLOW + armor_rad = CLOTHING_ARMOR_LOW + armor_internaldamage = CLOTHING_ARMOR_LOW + flags_jumpsuit = FALSE - user.equip_to_slot(linked_hood, WEAR_HEAD) +/obj/item/clothing/under/rank/scientist/lasalle/blue + icon_state = "science_outfit_blue" + worn_state = "science_outfit_blue" - hood_enabled = TRUE - RegisterSignal(src, COMSIG_ITEM_UNEQUIPPED, PROC_REF(disable_hood)) - RegisterSignal(linked_hood, COMSIG_ITEM_UNEQUIPPED, PROC_REF(disable_hood)) +/obj/item/clothing/under/rank/scientist/lasalle/purple + icon_state = "science_outfit_purple" + worn_state = "science_outfit_purple" - if(!supports_fire_protection) - return - to_chat(user, SPAN_NOTICE("You raise [linked_hood] over your head. You will no longer catch fire.")) - toggle_fire_protection(user, TRUE) - -/obj/item/clothing/under/marine/cbrn/proc/disable_hood(mob/living/carbon/human/user, forced = TRUE) - if(!istype(user)) - user = usr - - UnregisterSignal(src, COMSIG_ITEM_UNEQUIPPED) - UnregisterSignal(linked_hood, COMSIG_ITEM_UNEQUIPPED) - addtimer(CALLBACK(user, TYPE_PROC_REF(/mob/living/carbon/human, drop_inv_item_to_loc), linked_hood, src), 1) //0.1s delay cause you can grab the hood - addtimer(CALLBACK(src, PROC_REF(check_remove_headgear)), 2) //Checks if it is still not in contents, incase it was dropped - - hood_enabled = FALSE - if(!forced) - to_chat(user, SPAN_NOTICE("You take off [linked_hood].")) - - if(supports_fire_protection) - toggle_fire_protection(user, FALSE) - -/obj/item/clothing/under/marine/cbrn/proc/check_remove_headgear(obj/item/clothing/under/marine/cbrn/uniform = src) - for(var/current_atom in contents) - if(current_atom == linked_hood) - return - linked_hood.forceMove(uniform) - -/obj/item/clothing/under/marine/cbrn/proc/toggle_fire_protection(mob/living/carbon/user, enable_fire_protection) - if(enable_fire_protection) - RegisterSignal(user, COMSIG_LIVING_PREIGNITION, PROC_REF(fire_shield_is_on)) - RegisterSignal(user, list(COMSIG_LIVING_FLAMER_CROSSED, COMSIG_LIVING_FLAMER_FLAMED), PROC_REF(flamer_fire_callback)) - return - UnregisterSignal(user, list(COMSIG_LIVING_PREIGNITION, COMSIG_LIVING_FLAMER_CROSSED, COMSIG_LIVING_FLAMER_FLAMED)) +/obj/item/clothing/under/rank/scientist/lasalle/green + icon_state = "science_outfit_green" + worn_state = "science_outfit_green" -/obj/item/clothing/under/marine/cbrn/proc/fire_shield_is_on(mob/living/burning_mob) //Stealing it from the pyro spec armor - SIGNAL_HANDLER +/obj/item/clothing/under/lasalle + name = "lasalle bionational uniform" + desc = "A heavy-duty uniform commonly worn by Lasalle Bionational workers & civilians." + icon_state = "civilian_base" + item_state = "civilian_base" + icon = 'icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_BODY = 'icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi', + ) - if(burning_mob.fire_reagent?.fire_penetrating) - return +/obj/item/clothing/under/lasalle/Initialize() + . = ..() + AddElement(/datum/element/corp_label/bionational) - return COMPONENT_CANCEL_IGNITION +/obj/item/clothing/under/lasalle/drysuit + icon_state = "civilian_base_alt" + item_state = "civilian_base_alt" -/obj/item/clothing/under/marine/cbrn/proc/flamer_fire_callback(mob/living/burning_mob, datum/reagent/fire_reagent) - SIGNAL_HANDLER +/obj/item/clothing/under/lasalle/grey + icon_state = "civilian_base_grey" + item_state = "civilian_base_grey" - if(fire_reagent?.fire_penetrating) - return +/obj/item/clothing/under/lasalle/grey/drysuit + icon_state = "civilian_base_grey_alt" + item_state = "civilian_base_grey_alt" - . = COMPONENT_NO_IGNITE|COMPONENT_NO_BURN +/obj/item/clothing/under/lasalle/yellow + icon_state = "civilian_base_yellow" + item_state = "civilian_base_yellow" -/datum/action/item_action/specialist/toggle_cbrn_hood - ability_primacy = SPEC_PRIMARY_ACTION_2 +/obj/item/clothing/under/lasalle/yellow/drysuit + icon_state = "civilian_base_yellow_alt" + item_state = "civilian_base_yellow_alt" -/datum/action/item_action/specialist/toggle_cbrn_hood/New(obj/item/clothing/under/marine/cbrn/armor, obj/item/holder) - ..() - name = "Toggle Hood" - button.name = name - button.overlays.Cut() - var/image/button_overlay = image(armor.linked_hood.icon, armor, armor.linked_hood.icon_state) - button.overlays += button_overlay +// Lasalle Bionational - Mercs - (Bionational Hazard Intervention Group) -/datum/action/item_action/specialist/toggle_cbrn_hood/action_activate() - . = ..() - var/obj/item/clothing/under/marine/cbrn/armor = holder_item - if(!istype(armor)) - return - armor.hood_toggle() +/obj/item/clothing/under/marine/veteran/lb_merc + name = "\improper HIG combat jumpsuit" + desc = "A fitted black combat jumpsuit designed for Lasalle Bionational - Hazard Intervention Group operators. It bears the insignia of Lasalle Bionational." -/obj/item/clothing/under/marine/cbrn/advanced - armor_melee = CLOTHING_ARMOR_MEDIUM - armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH - armor_bomb = CLOTHING_ARMOR_HIGHPLUS - armor_bio = CLOTHING_ARMOR_HARDCORE - armor_rad = CLOTHING_ARMOR_GIGAHIGHPLUS - armor_internaldamage = CLOTHING_ARMOR_HIGHPLUS - hood_type = /obj/item/clothing/head/helmet/marine/cbrn_hood/advanced + icon = 'icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi' + item_icons = list( + WEAR_BODY = 'icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi', + ) + icon_state = "lb_merc" + worn_state = "lb_merc" + min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT +/obj/item/clothing/under/marine/veteran/lb_merc/Initialize() + . = ..() + RemoveElement(/datum/element/corp_label/wy) + AddElement(/datum/element/corp_label/bionational) diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 1e04bf60ae88..1ef73f6aa33b 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -768,6 +768,18 @@ desc = "A sleek corporate patch bearing the logo of the Hyperdyne Corporation—one of the most powerful conglomerates. Known for synthetic production, AI research, and deep-space logistics. Wearing this patch implies loyalty to profit over people." icon_state = "hyperdynepatch" +/obj/item/clothing/accessory/patch/seegson + name = "Seegson Corporation patch" + desc = "An old corporate patch bearing the logo of Seegson Corporation, once known for its cheap, unreliable technology. Wearing it implies loyalty to profit over people." + icon_state = "seegson" + item_state_slots = list(WEAR_AS_GARB = "seegson") + +/obj/item/clothing/accessory/patch/lasalle + name = "Lasalle Bionational Corporation patch" + desc = "A patch bearing the insignia of Lasalle Bionational Corporation. Known for cutting-edge biological research and controversial experiments, it's emblem represents progress pursued at any cost." + icon_state = "lasalle" + item_state_slots = list(WEAR_AS_GARB = "lasalle") + // Misc /obj/item/clothing/accessory/dogtags diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index 8c6cf56f646a..6f4d70a89d28 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -161,6 +161,12 @@ GLOBAL_LIST_INIT(mapless_maps, list(MAP_RUNTIME, MAP_CHINOOK, MAIN_SHIP_DEFAULT_ html_link = "images/9/9e/Galaxy_Map.png" color = "#005eab" +/obj/item/map/fire_colony + name = "\improper LV-376 map" + desc = "A map of the Lasalle Bionational owned colony on LV-376, commonly known as 'Charon's Crucible'." + html_link = "images/1/18/Map_icecolony.png" + color = "#d2440c" + GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) /proc/setup_all_maps() @@ -180,7 +186,8 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) MAP_LV759_HYBRISA_PROSPERA = new /obj/item/map/lv759_map(), MAP_NEW_VARADERO = new /obj/item/map/new_varadero(), MAP_TYRARGO_RIFT = new /obj/item/map/tyrargo_rift(), - MAP_WHITE_ANTRE_RESEARCH_FACILITY = new /obj/item/map/white_antre_map() + MAP_WHITE_ANTRE_RESEARCH_FACILITY = new /obj/item/map/white_antre_map(), + MAP_FIRE_COLONY = new /obj/item/map/fire_colony() ) //used by marine equipment machines to spawn the correct map. diff --git a/code/modules/cm_phone/phone.dm b/code/modules/cm_phone/phone.dm index 4c48d017dee7..e1dc39d9e156 100644 --- a/code/modules/cm_phone/phone.dm +++ b/code/modules/cm_phone/phone.dm @@ -670,3 +670,11 @@ GLOBAL_LIST_EMPTY_TYPED(transmitters, /obj/structure/transmitter) name = "rotary telephone" icon_state = "rotary_phone" desc = "The finger plate is a little stiff." + + +/obj/structure/transmitter/save_station + icon_state = "savestation_phone" + +/obj/structure/transmitter/save_station/colony_net + networks_receive = list(FACTION_COLONIST) + networks_transmit = list(FACTION_COLONIST) diff --git a/code/modules/desert_dam/filtration/structures.dm b/code/modules/desert_dam/filtration/structures.dm index a7da3b6c9809..2c65d1292813 100644 --- a/code/modules/desert_dam/filtration/structures.dm +++ b/code/modules/desert_dam/filtration/structures.dm @@ -166,6 +166,7 @@ /obj/structure/filtration/machine_32x64 icon = 'icons/obj/structures/props/industrial/32x64.dmi' + icon_state = "solo_tank_empty" density = TRUE anchored = TRUE bound_width = 32 @@ -280,3 +281,14 @@ name = "Disinfection Filter" desc = "A water filter specifically designed to separate micro-organisms, such as viruses and bacteria, from water." icon_state = "disinfection" + +// Fire Colony Silos + +/obj/structure/filtration/machine_32x64/destructible + name = "silo tank" + icon = 'icons/obj/structures/props/industrial/32x64.dmi' + icon_state = "solo_tank" + density = TRUE + anchored = TRUE + bound_width = 32 + bound_height = 64 diff --git a/code/modules/fire_colony/lava.dm b/code/modules/fire_colony/lava.dm new file mode 100644 index 000000000000..4f4439dad97b --- /dev/null +++ b/code/modules/fire_colony/lava.dm @@ -0,0 +1,43 @@ +/obj/effect/blocker/lava + anchored = TRUE + density = FALSE + opacity = FALSE + unacidable = 1 + layer = ABOVE_FLY_LAYER //to make it visible in the map editor + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + icon = 'icons/landmarks.dmi' + + icon_state = "map_blocker_hazard" + + var/dam_amount = 2 + var/dam_type = BURN + var/target_temp = T120C + var/temp_delta = 10 + var/warning_message = "The molten surface scorches beneath you, it's unbearable heat consuming you." + var/burn_reagent = /datum/reagent/napalm/ut + var/burn_stacks = 30 + +/obj/effect/blocker/lava/Initialize(mapload, ...) + . = ..() + invisibility = 101 + +/obj/effect/blocker/lava/Crossed(atom/thing) + if(ishuman(thing) || isxeno(thing)) //affects everything + var/mob/living/affected_mob = thing + affected_mob.AddComponent(/datum/component/damage_over_time, /obj/effect/blocker/lava, dam_amount = dam_amount, dam_type = dam_type, target_temp = target_temp, temp_delta = temp_delta, synth_dmg_mult=0.8, pred_dmg_mult=0.8, warning_message=warning_message, enviro=TRUE, apply_fire=TRUE, burn_reagent = burn_reagent, burn_stacks = burn_stacks) + return + if(isVehicleMultitile(thing)) + var/obj/vehicle/multitile/vic = thing + //nothing is immune + vic.handle_acidic_environment(src) + START_PROCESSING(SSobj, src) + return + +/obj/effect/blocker/lava/process() + var/targets_present = 0 + for(var/obj/vehicle/multitile/vic in range(0, src)) + targets_present++ + vic.handle_acidic_environment(src) + if(targets_present < 1) + STOP_PROCESSING(SSobj, src) + diff --git a/code/modules/gear_presets/_select_equipment.dm b/code/modules/gear_presets/_select_equipment.dm index 0fe6a720bd42..35d4df1de186 100644 --- a/code/modules/gear_presets/_select_equipment.dm +++ b/code/modules/gear_presets/_select_equipment.dm @@ -895,6 +895,33 @@ GLOBAL_LIST_INIT(rebel_rifles, list( new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot(new_human), WEAR_IN_BACK) +/datum/equipment_preset/proc/add_lb_merc_survivor_weapon(mob/living/carbon/human/new_human) + var/random_weapon = rand(0,19) + switch(random_weapon) + if(0 to 4) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/a_m36(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + if(5 to 9) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/a_m36(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + if(10 to 13) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/a_m36(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + if(14 to 17) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/a_m36(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + if(18,19) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/combat(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot(new_human), WEAR_IN_BACK) + /** * Randomizes the primary weapon a survivor might find at the start of the outbreak in a gun cabinet. * For the most part you will stil get a shotgun but there is an off chance you get something unique. @@ -906,7 +933,7 @@ GLOBAL_LIST_INIT(rebel_rifles, list( // a high chance to just not have a primary weapon if(prob(60)) return - var/random_weapon = rand(0,3) + var/random_weapon = rand(0,4) switch(random_weapon) if(0) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/boltaction(new_human), WEAR_L_HAND) @@ -920,10 +947,13 @@ GLOBAL_LIST_INIT(rebel_rifles, list( if(3) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/ar10(new_human), WEAR_L_HAND) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/ar10(new_human), WEAR_WAIST) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/w_ek_17(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/wy/generic/w_ek_17(new_human), WEAR_WAIST) /datum/equipment_preset/proc/add_survivor_weapon_security(mob/living/carbon/human/new_human) // Randomizes the primary weapon a survivor might find at the start of the outbreak in a gun cabinet. - var/random_weapon = rand(0, 3) + var/random_weapon = rand(0, 4) switch(random_weapon) if(0) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/mar40/carbine(new_human), WEAR_L_HAND) @@ -937,6 +967,9 @@ GLOBAL_LIST_INIT(rebel_rifles, list( if(3) new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m16(new_human), WEAR_L_HAND) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m16(new_human), WEAR_WAIST) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/w_ek_17(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/wy/generic/w_ek_17(new_human), WEAR_WAIST) /datum/equipment_preset/proc/add_survivor_weapon_rebel(mob/living/carbon/human/new_human) // Randomizes the primary weapon a CLF survivor might have(Assumes you have an empty 3 slot webbing). diff --git a/code/modules/gear_presets/corpses.dm b/code/modules/gear_presets/corpses.dm index e63c9d2effc1..1b8d0fa785c7 100644 --- a/code/modules/gear_presets/corpses.dm +++ b/code/modules/gear_presets/corpses.dm @@ -1986,3 +1986,116 @@ /datum/equipment_preset/corpse/tyrargo/us_army_medic/burst name = "Corpse - Burst - US Army - Medic" xenovictim = TRUE + +// Working Joe Corpse + +/datum/equipment_preset/corpse/working_joe + name = "Deactivated Working Joe" + faction = FACTION_MARINE + faction_group = FACTION_LIST_ARES_MARINE + assignment = JOB_WORKING_JOE + job_title = JOB_WORKING_JOE + idtype = /obj/item/card/id/lanyard + var/new_bubble_icon = "machine" + +/datum/equipment_preset/corpse/working_joe/load_race(mob/living/carbon/human/new_human) + new_human.set_species(SYNTH_WORKING_JOE) + new_human.r_eyes = 78 + new_human.g_eyes = 74 + new_human.b_eyes = 59 + new_human.h_style = "Bald" + new_human.f_style = "Shaved" + +/datum/equipment_preset/corpse/working_joe/load_name(mob/living/carbon/human/new_human, randomise) + new_human.bubble_icon = new_bubble_icon + new_human.age = rand(3, 5) + if(faction == FACTION_UPP) + new_human.change_real_name(new_human, "Dzho Automaton №[rand(9)][rand(9)][ascii2text(rand(65, 90))][ascii2text(rand(65, 90))]") + else + new_human.change_real_name(new_human, "Working Joe #[rand(100)][rand(100)]") + +/datum/equipment_preset/corpse/working_joe/load_gear(mob/living/carbon/human/new_human) + add_ice_colony_survivor_equipment(new_human) + 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/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/joe(new_human), WEAR_FEET) + var/random_gear = rand(1,10) + switch(random_gear) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator/synthetic/seegson(new_human), WEAR_IN_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/stack/nanopaste(new_human), WEAR_IN_BACK) + +/datum/equipment_preset/corpse/working_joe/fireproof + name = "Deactivated - Fireproof - Working Joe" + +/datum/equipment_preset/corpse/working_joe/fireproof/load_gear(mob/living/carbon/human/new_human) + add_ice_colony_survivor_equipment(new_human) + var/i = rand(1,2) + switch(i) + if (1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/synthetic/joe/fire(new_human), WEAR_BODY) + 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/clothing/shoes/marine/fireproof_boots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/fireproof_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_WAIST) + if (2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/synthetic/joe/fire/overalls(new_human), WEAR_BODY) + 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/clothing/shoes/marine/fireproof_boots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/fireproof_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human), WEAR_WAIST) + +// Dead UPP Spy + +/datum/equipment_preset/corpse/upp_spy + name = "Corpse - Suspicious Colonist" + faction = FACTION_UPP + +/datum/equipment_preset/corpse/upp_spy/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/UPP(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/black(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document/small(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/upp/black/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/np92/suppressed(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/black_market_hacking_device(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic/breaching_charge(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92/suppressed(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/np92/suppressed(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest/waistcoat(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + +// Dead Lasalle Bionational - HIG Operative + +/datum/equipment_preset/corpse/lb_merc + name = "Corpse - Lasalle-Bionational - HIG - Operator" + flags = EQUIPMENT_PRESET_START_OF_ROUND + assignment = JOB_LB_MERC + job_title = JOB_LB_MERC + faction = FACTION_LASALLE_BIONATIONAL + faction_group = FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + +/datum/equipment_preset/corpse/lb_merc/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed_near_empty, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert/wy/near_empty(new_human), WEAR_R_STORE) + +/datum/equipment_preset/corpse/lb_merc/burst + name = "Corpse - Burst - Lasalle-Bionational - HIG - Operator" + xenovictim = TRUE diff --git a/code/modules/gear_presets/survivors/fire_colony/lasalle_kill_team.dm b/code/modules/gear_presets/survivors/fire_colony/lasalle_kill_team.dm new file mode 100644 index 000000000000..a63d365d23db --- /dev/null +++ b/code/modules/gear_presets/survivors/fire_colony/lasalle_kill_team.dm @@ -0,0 +1,317 @@ +// Lasalle Bionational Merc Insert + +/datum/equipment_preset/survivor/lasalle_merc + name = "Survivor - Lasalle-Bionational - HIG" + flags = EQUIPMENT_PRESET_START_OF_ROUND + assignment = JOB_LB_MERC + job_title = JOB_LB_MERC + faction = FACTION_LASALLE_BIONATIONAL + faction_group = FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL + paygrades = list(PAY_SHORT_PMC_OP = JOB_PLAYTIME_TIER_0) + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + skills = /datum/skills/civilian/survivor/pmc + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_FRENCH) + minimap_icon = "ls_merc" + minimap_background = "background_lasalle" + origin_override = ORIGIN_LB_MERC + + access = list( + ACCESS_WY_GENERAL, + ACCESS_WY_COLONIAL, + ACCESS_WY_MEDICAL, + ACCESS_WY_SECURITY, + ACCESS_WY_RESEARCH, + ACCESS_WY_ARMORY, + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + +/datum/equipment_preset/survivor/lasalle_merc/load_vanity(mob/living/carbon/human/new_human) + return + +/datum/equipment_preset/survivor/lasalle_merc/standard + name = "Survivor - Lasalle-Bionational - HIG - Operator" + +/datum/equipment_preset/survivor/lasalle_merc/standard/load_gear(mob/living/carbon/human/new_human) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + //accessory + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + //boots + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc/knife(new_human), WEAR_FEET) + //gloves + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + //mask + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + //radio + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + //helmet + suit + backpack + switch(rand(1,3)) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + + //storage items + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert/wy(new_human), WEAR_R_STORE) + add_lb_merc_survivor_weapon(new_human) + add_random_survivor_equipment(new_human) + +/datum/equipment_preset/survivor/lasalle_merc/medic + name = "Survivor - Lasalle-Bionational - HIG - Medical Specialist" + assignment = JOB_LB_MERC_MEDIC + job_title = JOB_LB_MERC_MEDIC + paygrades = list(PAY_SHORT_PMC_MS = JOB_PLAYTIME_TIER_0) + role_comm_title = "MS" + skills = /datum/skills/civilian/survivor/pmc/medic + minimap_icon = "ls_med" + +/datum/equipment_preset/survivor/lasalle_merc/medic/load_gear(mob/living/carbon/human/new_human) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + //boots + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc/knife(new_human), WEAR_FEET) + //gloves + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + //mask + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + //radio + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + //helmet + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc(new_human), WEAR_HEAD) + //suit + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + //backpack + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/medic(new_human), WEAR_BACK) + //storage items + 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/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert/wy(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer(new_human), WEAR_R_HAND) + //eyewear + 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) + add_lb_merc_survivor_weapon(new_human) + add_random_survivor_equipment(new_human) + +/datum/equipment_preset/survivor/lasalle_merc/engineer + name = "Survivor - Lasalle-Bionational - HIG - Technical Specialist" + assignment = JOB_LB_MERC_ENGI + job_title = JOB_LB_MERC_ENGI + paygrades = list(PAY_SHORT_PMC_TEC = JOB_PLAYTIME_TIER_0) + role_comm_title = "TEC" + skills = /datum/skills/civilian/survivor/pmc/engineer + minimap_icon = "ls_engi" + +/datum/equipment_preset/survivor/lasalle_merc/engineer/load_gear(mob/living/carbon/human/new_human) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + //boots + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc/knife(new_human), WEAR_FEET) + //gloves + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + //mask + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + //radio + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + //helmet + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc/engi(new_human), WEAR_HEAD) + //suit + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + //backpack + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/ert/black, WEAR_BACK) + //storage items + 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/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert/wy(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_R_HAND) + add_lb_merc_survivor_weapon(new_human) + add_random_survivor_equipment(new_human) + +/datum/equipment_preset/survivor/lasalle_merc/leader + name = "Survivor - Lasalle-Bionational - HIG - Team Leader" + assignment = JOB_LB_MERC_TL + job_title = JOB_LB_MERC_TL + paygrades = list(PAY_SHORT_PMC_TL = JOB_PLAYTIME_TIER_0) + role_comm_title = "TL" + skills = /datum/skills/civilian/survivor/pmc/lead + minimap_icon = "ls_leader" + +/datum/equipment_preset/survivor/lasalle_merc/leader/load_gear(mob/living/carbon/human/new_human) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + //boots + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc/knife(new_human), WEAR_FEET) + //gloves + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + //mask + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + //radio + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + //helmet + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc/leader(new_human), WEAR_HEAD) + //suit + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + //backpack + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + //storage items + 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/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert/wy(new_human), WEAR_R_STORE) + //eyewear + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor(new_human), WEAR_EYES) + add_lb_merc_survivor_weapon(new_human) + add_random_survivor_equipment(new_human) + +// only used on the spawner of all of those above... +/datum/equipment_preset/synth/survivor/lasalle_merc + name = "Survivor - Synthetic - Lasalle-Bionational - HIG - Support Synthetic" + faction = FACTION_LASALLE_BIONATIONAL + faction_group = FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL + access = list( + ACCESS_WY_GENERAL, + ACCESS_WY_COLONIAL, + ACCESS_WY_MEDICAL, + ACCESS_WY_SECURITY, + ACCESS_WY_RESEARCH, + ACCESS_WY_ARMORY, + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + assignment = JOB_LB_MERC_SYN + job_title = JOB_LB_MERC_SYN + paygrades = list(PAY_SHORT_SYN = JOB_PLAYTIME_TIER_0) + role_comm_title = "LB Syn" + + minimap_icon = "ls_synth" + minimap_background = "background_lasalle" + origin_override = ORIGIN_LB_MERC + + skills = /datum/skills/synthetic + locked_generation = SYNTH_GEN_THREE + +/datum/equipment_preset/synth/survivor/lasalle_merc/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch/black(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/scalpel/manager(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/canteen(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs/zip(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc/synth(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc/knife(new_human), WEAR_FEET) + + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/smartpack/a1/lb_black(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/roller/surgical(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/upgraded(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/crew_monitor(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator/synthetic/makeshift(new_human), WEAR_IN_BACK) + + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/lifesaver/wy/lb_merc(new_human), WEAR_WAIST) + + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/tactical(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/screwdriver/tactical(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar/tactical(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/wirecutters/tactical(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/wrench(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/cable_coil(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/cable_coil(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/multitool(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/weldingtool/hugetank(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction/full_barbed_wire/wy(new_human), WEAR_R_STORE) + +// only used on the spawner of all of those above... +/datum/equipment_preset/survivor/lasalle_merc/lasalle_commander + name = "Survivor - Lasalle-Bionational - HIG - Operations Commander" + assignment = JOB_LB_MERC_COMMANDER + job_title = JOB_LB_MERC_COMMANDER + paygrades = list(PAY_SHORT_PMC_FOL = JOB_PLAYTIME_TIER_0) + role_comm_title = "OC" + skills = /datum/skills/civilian/survivor/pmc/co_survivor + minimap_icon = "ls_com" + +/datum/equipment_preset/survivor/lasalle_merc/lasalle_commander/load_gear(mob/living/carbon/human/new_human) + //uniform + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/lb_merc(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing/black(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_ACCESSORY) + //boots + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/lb_merc/knife(new_human), WEAR_FEET) + //gloves + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/lb_merc(new_human), WEAR_HANDS) + //mask + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + //radio + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational/lb_merc(new_human), WEAR_L_EAR) + //helmet + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/lb_merc/commander(new_human), WEAR_HEAD) + //suit + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/lb_merc(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range(new_human), WEAR_IN_JACKET) + //weapon + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/a_m36(new_human), WEAR_J_STORE) + //backpack + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black(new_human), WEAR_BACK) + //storage items + 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/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) // There is a chance PMC CO replaces PMC Engi during spawn. + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/wy/lb_merc/b92fs_suppressed, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit/wy/full_advanced(new_human), WEAR_R_STORE) //In case a medic doesn't spawn. + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator/compact(new_human), WEAR_IN_BACK) //In case a medic doesn't spawn. + new_human.equip_to_slot_or_del(new /obj/item/tool/crew_monitor(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/a_m36(new_human), WEAR_IN_BACK) + //eyewear + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/sensor(new_human), WEAR_EYES) + add_random_survivor_equipment(new_human) //No random PMC gun for them. Overwatch esque role, so SMG. diff --git a/code/modules/gear_presets/survivors/fire_colony/preset_fire_colony.dm b/code/modules/gear_presets/survivors/fire_colony/preset_fire_colony.dm new file mode 100644 index 000000000000..8b5a831e7211 --- /dev/null +++ b/code/modules/gear_presets/survivors/fire_colony/preset_fire_colony.dm @@ -0,0 +1,701 @@ +//////////////////// CIVILIAN /////////////////////// +//////////////////////////////////////////////////// + +// Civilian + +/datum/equipment_preset/survivor/fire_colony + faction = FACTION_LASALLE_BIONATIONAL + faction_group = FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL + +/datum/equipment_preset/survivor/fire_colony/civilian + name = "Survivor - Fire Colony - Civilian" + assignment = "Civilian" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC) + +/datum/equipment_preset/survivor/fire_colony/civilian/load_gear(mob/living/carbon/human/new_human) + if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) + add_ice_colony_survivor_equipment(new_human) + + var/random_gear = rand(1,7) + + switch(random_gear) + if(1) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + if(2) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + if(3) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/grey(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + if(4) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/grey/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + if(5) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/grey(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/bulletproof(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human.back), WEAR_FACE) + if(6) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/cbrn/lava(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/fireproof_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/fireproof_boots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human.back), WEAR_FACE) + if(7) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/seegson_security(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + add_survivor_rare_item(new_human) + add_survivor_weapon_civilian(new_human) + + ..() + + + +//////////////// MEDICAL & SCIENCE ////////////////// +//////////////////////////////////////////////////// + +// Doctors / Science + +/datum/equipment_preset/survivor/fire_colony/doctor + name = "Survivor - Fire Colony - Medical Technician" + assignment = "Lasalle-Bionational - Medical Technician" + skills = /datum/skills/civilian/survivor/doctor + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor/fire_colony/doctor/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + 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/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif(new_human), WEAR_HEAD) + + var/random_gear = rand(1,10) + switch(random_gear) + if(5 to 9) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full(new_human), WEAR_R_STORE) + if(10) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit(new_human), WEAR_R_STORE) + add_random_survivor_medical_gear(new_human) + add_survivor_weapon_civilian(new_human) + ..() + + +// Science + +/datum/equipment_preset/survivor/fire_colony/scientist_xenoarchaeologist + name = "Survivor - Fire Colony - Xenoarchaeologist" + assignment = "Lasalle-Bionational - Xenoarchaeologist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/fire_colony/scientist_xenoarchaeologist/load_gear(mob/living/carbon/human/new_human) + var/random_gear = rand(1,11) + switch(random_gear) + if(1 to 6) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/purple(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/purple(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif/purple(new_human), WEAR_HEAD) + if(7 to 8) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/purple(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/lasalle(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/lasalle(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + if(9 to 11) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/purple(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/purple(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif/purple(new_human), WEAR_HEAD) + + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +/datum/equipment_preset/survivor/fire_colony/scientist_xenobiologist + name = "Survivor - Fire Colony - Xenobiologist" + assignment = "Lasalle-Bionational - Xenobiologist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/fire_colony/scientist_xenobiologist/load_gear(mob/living/carbon/human/new_human) + + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/blue(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science/blue(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + + var/random_gear = rand(1,10) + switch(random_gear) + if(1 to 7) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif/blue(new_human), WEAR_HEAD) + + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +/datum/equipment_preset/survivor/fire_colony/scientist_xenoflora + name = "Survivor - Fire Colony - Xenoflora Specialist" + assignment = "Lasalle-Bionational - Xenoflora Specialist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/fire_colony/scientist_xenoflora/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/hyd(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/green(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/green(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/bag/plants(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/analyzer/plant_analyzer(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif/green(new_human), WEAR_HEAD) + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +///////////// MAINTENANCE & ENGINEERING ///////////// +//////////////////////////////////////////////////// + +// Engineering & Maintenance + +/datum/equipment_preset/survivor/fire_colony/engineer + name = "Survivor - Fire Colony - Engineer" + assignment = "Lasalle-Bionational - Industrial Technician" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/fire_colony/engineer/load_gear(mob/living/carbon/human/new_human) + var/choice = rand(1,4) + switch(choice) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack(new_human.back), WEAR_IN_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack(new_human.back), WEAR_IN_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/fireproof_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/cbrn/lava(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/fireproof_boots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + add_survivor_weapon_civilian(new_human) + ..() + +//////////////// LASALLE BIONATIONAL CORPORATE ///////////////////// +//////////////////////////////////////////////////// + +// Lasalle Bionational Corpo + +/datum/equipment_preset/survivor/lasalle_bionational + name = "Survivor - Fire Colony - Corporate Liaison" + assignment = "Lasalle-Bionational - Corporate Liaison" + minimap_icon = "ls_cl" + minimap_background = "background_lasalle_management" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + paygrades = list(PAY_SHORT_WYC2 = JOB_PLAYTIME_TIER_0, PAY_SHORT_WYC3 = JOB_PLAYTIME_TIER_2, PAY_SHORT_WYC4 = JOB_PLAYTIME_TIER_3, PAY_SHORT_WYC5 = JOB_PLAYTIME_TIER_4) + faction_group = FACTION_LASALLE_BIONATIONAL + job_title = JOB_LB_CORPORATE_LIAISON + faction = FACTION_LASALLE_BIONATIONAL + faction_group = list(FACTION_LASALLE_BIONATIONAL, FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL) + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_COMMAND, + ACCESS_WY_GENERAL, + ACCESS_WY_COLONIAL, + ACCESS_WY_EXEC, + ) + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE, LANGUAGE_FRENCH) + survivor_variant = CORPORATE_SURVIVOR + minimap_icon = "ls_cl" + minimap_background = "background_lasalle_management" + origin_override = ORIGIN_LB + +/datum/equipment_preset/survivor/lasalle_bionational/load_rank(mob/living/carbon/human/new_human, client/mob_client) + if(paygrades.len == 1) + return paygrades[1] + var/playtime + if(!mob_client) + playtime = JOB_PLAYTIME_TIER_1 + else + playtime = get_job_playtime(mob_client, JOB_CORPORATE_LIAISON) + if((playtime >= JOB_PLAYTIME_TIER_1) && !mob_client.prefs.playtime_perks) + playtime = JOB_PLAYTIME_TIER_1 + var/final_paygrade + for(var/current_paygrade as anything in paygrades) + var/required_time = paygrades[current_paygrade] + if(required_time - playtime > 0) + break + final_paygrade = current_paygrade + if(!final_paygrade) + . = "???" + CRASH("[key_name(new_human)] spawned with no valid paygrade.") + + return final_paygrade + +/datum/equipment_preset/survivor/lasalle_bionational/load_gear(mob/living/carbon/human/new_human) + var/choice = rand(1,45) + switch(choice) + if(1 to 10) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB/trenchcoat/white(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + if(10 to 20) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB/trenchcoat/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/leather/fancy(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + if(20 to 30) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB/trenchcoat/white(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + if(30 to 40) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown/jacket(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB/trenchcoat/white(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + if(40 to 45) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + 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/mod88(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/mod88/penetrating(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/mod88/penetrating(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket_only(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/CMB/trenchcoat/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + add_survivor_weapon_civilian(new_human) + add_random_cl_survivor_loot(new_human) + ..() + +// Lasalle Corporate Security - (Goons) + +/datum/equipment_preset/survivor/fire_colony/corporate_goon + name = "Survivor - Fire Colony - Corporate Security Guard" + assignment = "Lasalle-Bionational - Corporate Security Guard" + assignment = JOB_LB_SEC + job_title = JOB_LB_SEC + minimap_icon = "ls_sec" + minimap_background = "background_lasalle" + flags = EQUIPMENT_PRESET_START_OF_ROUND + origin_override = ORIGIN_WY_SEC + paygrades = list(PAY_SHORT_WY_SEC = JOB_PLAYTIME_TIER_0, PAY_SHORT_WY_SEC_SPEC = JOB_PLAYTIME_TIER_4) + skills = /datum/skills/civilian/survivor/goon + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_RESEARCH,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS,ACCESS_CIVILIAN_BRIG,ACCESS_CIVILIAN_MEDBAY,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_EXEC,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL) + + origin_override = ORIGIN_LB_SEC + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/fire_colony/corporate_goon/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/lasalle_security(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/lasalle_security(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lasalle_security(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc/lasalle(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/w_ek_17(new_human), WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/wy(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/w_ek_17(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/w_ek_17(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/w_ek_17(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/wy/generic(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/w_ek_17(new_human.back), WEAR_IN_BACK) + ..() + +//------------------------------------------------------- + +//////////////// SNYTHETICS ///////////////////////// +//////////////////////////////////////////////////// + +/datum/equipment_preset/synth/survivor/fire_colony + flags = EQUIPMENT_PRESET_STUB + faction_group = FACTION_LIST_SURVIVOR_LASALLE_BIONATIONAL + minimap_icon = "ls_synth" + minimap_background = "background_lasalle" + +// Civilian + +/datum/equipment_preset/synth/survivor/fire_colony/civilian + name = "Survivor - Fire Colony - Synthetic - Civilian" + flags = EQUIPMENT_PRESET_START_OF_ROUND + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/synth/survivor/fire_colony/civilian/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/choice = rand(1,7) + switch(choice) + if(1) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(2) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(3) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/grey(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(4) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/grey/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(5) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/grey(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(6) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/synthetic/joe/fire/overalls(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/fireproof_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/fireproof_boots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(7) // + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/seegson_security(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/chrome(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + ..() + +// Engineer + +/datum/equipment_preset/synth/survivor/fire_colony/engineer + name = "Survivor - Fire Colony - Synthetic - Engineer" + flags = EQUIPMENT_PRESET_START_OF_ROUND + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/synth/survivor/fire_colony/engineer/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/choice = rand(1,4) + switch(choice) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/construction(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(4) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/fireproof_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/lasalle/yellow/drysuit(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full/lasalle(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/cbrn/lava(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/fireproof_boots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + ..() + +// Medical + +/datum/equipment_preset/synth/survivor/fire_colony/doctor + name = "Survivor - Fire Colony - Synthetic - Doctor" + flags = EQUIPMENT_PRESET_START_OF_ROUND + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/synth/survivor/fire_colony/doctor/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) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + 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/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + + var/random_gear = rand(1,10) + switch(random_gear) + if(5 to 9) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full(new_human), WEAR_R_STORE) + if(10) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit(new_human), WEAR_R_STORE) + ..() + +// Security + +/datum/equipment_preset/synth/survivor/fire_colony/security + name = "Survivor - Fire Colony - Synthetic - Executive Bodyguard" + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl/lasalle_bionational + survivor_variant = CORPORATE_SURVIVOR + minimap_background = "background_ls_management" + minimap_icon = "ls_synth" + +/datum/equipment_preset/synth/survivor/fire_colony/security/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/lasalle_bionational(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/lasalle_security(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/lasalle_security(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/lasalle_security(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/lasalle(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/black(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/wy/generic(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch/black(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/blue(new_human), WEAR_EYES) + add_random_cl_survivor_loot(new_human) + ..() + +// Science + +/datum/equipment_preset/synth/survivor/fire_colony/xenoarchaeologist + name = "Survivor - Fire Colony - Synthetic - Xenoarchaeologist" + flags = EQUIPMENT_PRESET_START_OF_ROUND + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/synth/survivor/fire_colony/xenoarchaeologist/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/choice = rand(1,3) + switch(choice) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/purple(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/purple(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif/purple(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/white(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/blue(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science/blue(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/hyd(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/lasalle/green(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/lasalle/green(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/science_gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/silver_white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/bag/plants(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/analyzer/plant_analyzer(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/science_coif/green(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/synth/black/full(new_human), WEAR_L_STORE) + add_random_survivor_research_gear(new_human) + ..() diff --git a/code/modules/mob/camera/imaginary_friend.dm b/code/modules/mob/camera/imaginary_friend.dm index a82f5a0f4454..8bf6f9a49df2 100644 --- a/code/modules/mob/camera/imaginary_friend.dm +++ b/code/modules/mob/camera/imaginary_friend.dm @@ -160,6 +160,7 @@ "Faction CLF HUD" = MOB_HUD_FACTION_CLF, "Faction WO HUD" = MOB_HUD_FACTION_WO, "Faction Hyperdyne HUD" = MOB_HUD_FACTION_HC, + "Faction Hyperdyne HUD" = MOB_HUD_FACTION_LB, ) var/hud_choice = tgui_input_list(usr, "Choose a HUD to toggle", "Toggle HUD prefs", hud_options) diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 4cf45d8786ea..4cbd4df6d16d 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -441,6 +441,9 @@ if("Faction Hyperdyne HUD") the_hud= GLOB.huds[MOB_HUD_FACTION_HC] the_hud.add_hud_to(src, src) + if("Faction Lasalle Bionational HUD") + the_hud= GLOB.huds[MOB_HUD_FACTION_LB] + the_hud.add_hud_to(src, src) see_invisible = INVISIBILITY_OBSERVER diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 30aecdf39540..723cc661d119 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1731,6 +1731,9 @@ /mob/living/carbon/human/neaera/Initialize(mapload) . = ..(mapload, new_species = "Neaera") +/mob/living/carbon/human/neaera_alt/Initialize(mapload) + . = ..(mapload, new_species = "Neaera") + /mob/living/carbon/human/stok/Initialize(mapload) . = ..(mapload, new_species = "Stok") diff --git a/code/modules/mob/living/carbon/human/species/monkey.dm b/code/modules/mob/living/carbon/human/species/monkey.dm index 3002482c4283..5fa2ffdc6de8 100644 --- a/code/modules/mob/living/carbon/human/species/monkey.dm +++ b/code/modules/mob/living/carbon/human/species/monkey.dm @@ -175,6 +175,29 @@ WEAR_FACE = list("[NORTH]" = list("x" = 0, "y" = -3), "[EAST]" = list("x" = -1, "y" = -3), "[SOUTH]" = list("x" = 0, "y" = -3), "[WEST]" = list("x" = 1, "y" = -3)) ) +/datum/species/monkey/neaera_alt + name = "Pink Neaera" + name_plural = "Pink Neaera" + + icobase = 'icons/mob/humans/species/monkeys/r_neaera_alt.dmi' + deform = 'icons/mob/humans/species/monkeys/r_neaera_alt.dmi' + + flesh_color = "#8cd7a3" + blood_color = BLOOD_COLOR_NEAERA + tail = null + +/datum/species/monkey/neaera_alt/New() + ..() + equip_adjust = list( + WEAR_R_HAND = list("[NORTH]" = list("x" = 1, "y" = 3), "[EAST]" = list("x" = -3, "y" = 2), "[SOUTH]" = list("x" = -1, "y" = 3), "[WEST]" = list("x" = 3, "y" = 2)), + WEAR_L_HAND = list("[NORTH]" = list("x" = -1, "y" = 3), "[EAST]" = list("x" = 3, "y" = 2), "[SOUTH]" = list("x" = 1, "y" = 3), "[WEST]" = list("x" = -3, "y" = 2)), + WEAR_WAIST = list("[NORTH]" = list("x" = 0, "y" = 3), "[EAST]" = list("x" = 0, "y" = 3), "[SOUTH]" = list("x" = 0, "y" = 3), "[WEST]" = list("x" = 0, "y" = 3)), + WEAR_EYES = list("[NORTH]" = list("x" = 0, "y" = -2), "[EAST]" = list("x" = -3, "y" = -2), "[SOUTH]" = list("x" = 0, "y" = -2), "[WEST]" = list("x" = 3, "y" = -2)), + WEAR_FEET = list("[NORTH]" = list("x" = 0, "y" = 7), "[EAST]" = list("x" = -1, "y" = 7), "[SOUTH]" = list("x" = 0, "y" = 7), "[WEST]" = list("x" = 1, "y" = 7)), + WEAR_HEAD = list("[NORTH]" = list("x" = 0, "y" = -2), "[EAST]" = list("x" = -2, "y" = -2), "[SOUTH]" = list("x" = 0, "y" = -2), "[WEST]" = list("x" = 2, "y" = -2)), + WEAR_FACE = list("[NORTH]" = list("x" = 0, "y" = -3), "[EAST]" = list("x" = -1, "y" = -3), "[SOUTH]" = list("x" = 0, "y" = -3), "[WEST]" = list("x" = 1, "y" = -3)) + ) + /datum/species/monkey/stok name = "Stok" name_plural = "Stok" diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index fe501641ad63..0642d31c7e96 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -31,6 +31,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list( ":1" = RADIO_CHANNEL_WY_PUB, ".1" = RADIO_CHANNEL_WY_PUB, "#1" = RADIO_CHANNEL_WY_PUB, ":2" = RADIO_CHANNEL_CIA, ".2" = RADIO_CHANNEL_CIA, "#2" = RADIO_CHANNEL_CIA, + ":3" = RADIO_CHANNEL_LASALLE_BIONATIONAL, ".3" = RADIO_CHANNEL_LASALLE_BIONATIONAL, "#3" = RADIO_CHANNEL_LASALLE_BIONATIONAL, //1-9 available )) diff --git a/code/modules/objectives/objective_memory_storage.dm b/code/modules/objectives/objective_memory_storage.dm index df24c2d1c1e6..de41112d6955 100644 --- a/code/modules/objectives/objective_memory_storage.dm +++ b/code/modules/objectives/objective_memory_storage.dm @@ -239,7 +239,6 @@ GLOBAL_DATUM_INIT(intel_system, /datum/intel_system, new()) unslashable = TRUE unacidable = TRUE - /obj/structure/machinery/computer/view_objectives/attack_hand(mob/living/user) if(!user || !istype(user) || !user.mind || !user.mind.objective_memory) return FALSE diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index fe2f0145e8c0..e57d78aa596c 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -256,6 +256,11 @@ toner = 0 return p +// Alt standard photocopier + +/obj/structure/machinery/photocopier/alt + icon_state = "altbigscanner" + animate_state = "altbigscanner1" /// Upgraded photocopier, straight upgrade from the normal photocopier, made by Weyland-Yutani /obj/structure/machinery/photocopier/wyphotocopier diff --git a/code/modules/projectiles/ammo_boxes/magazine_boxes.dm b/code/modules/projectiles/ammo_boxes/magazine_boxes.dm index f2e1fee77533..81779d5a41c9 100644 --- a/code/modules/projectiles/ammo_boxes/magazine_boxes.dm +++ b/code/modules/projectiles/ammo_boxes/magazine_boxes.dm @@ -1111,10 +1111,10 @@ /obj/item/ammo_box/magazine/kt42/empty empty = TRUE -//-----------------------Beretta 92FS Pistol Mag Box----------------------- +//-----------------------Beretta M92X Pistol Mag Box----------------------- /obj/item/ammo_box/magazine/b92fs - name = "magazine box (Beretta 92FS x 16)" + name = "magazine box (Beretta M92X x 16)" icon_state = "base_mk45" flags_equip_slot = SLOT_BACK overlay_ammo_type = "" diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index ca0e97b5e80a..e4539983fca9 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -381,6 +381,20 @@ Defined in conflicts.dm of the #defines folder. . = ..() AddElement(/datum/element/corp_label/wy) +/obj/item/attachable/bayonet/lb + AUTOWIKI_SKIP(TRUE) + + name = "\improper SA120 L7-B bayonet" + desc = "A modified SA120-pattern bayonet issued to various Lasalle Bionational security forces. It features a redesigned composite grip and a gold-tinted, high corrosion-resistant blade intended for use in extreme environments." + icon_state = "lb_bayonet" + item_state = "lb_bayonet" + attach_icon = "lb_bayonet_a" + unacidable = TRUE + +/obj/item/attachable/bayonet/lb/Initialize() + . = ..() + AddElement(/datum/element/corp_label/bionational) + /obj/item/attachable/bayonet/upp AUTOWIKI_SKIP(TRUE) @@ -2661,6 +2675,33 @@ Defined in conflicts.dm of the #defines folder. . = TRUE return . +/obj/item/attachable/stock/rifle/w_ek_17 + name = "\improper W/EK 17 Carbine skeletal stock" + desc = "A stock." + slot = "stock" + melee_mod = 10 + size_mod = 1 + icon_state = "w_ek_17" + attach_icon = "w_ek_17_a" + pixel_shift_x = 40 + pixel_shift_y = 10 + wield_delay_mod = WEAPON_DELAY_FAST + hud_offset_mod = 3 + +/obj/item/attachable/stock/rifle/w_ek_17/New() + ..() + //it makes stuff much better when two-handed + accuracy_mod = HIT_ACCURACY_MULT_TIER_5 + recoil_mod = -RECOIL_AMOUNT_TIER_3 + scatter_mod = -SCATTER_AMOUNT_TIER_7 + movement_onehanded_acc_penalty_mod = -MOVEMENT_ACCURACY_PENALTY_MULT_TIER_4 + //it makes stuff much worse when one handed + accuracy_unwielded_mod = -HIT_ACCURACY_MULT_TIER_3 + recoil_unwielded_mod = RECOIL_AMOUNT_TIER_4 + scatter_unwielded_mod = SCATTER_AMOUNT_TIER_8 + //but at the same time you are slow when 2 handed + aim_speed_mod = CONFIG_GET(number/slowdown_med) + /obj/item/attachable/stock/mod88 AUTOWIKI_SKIP(TRUE) diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index 65b187f2d9da..4e9d538f189d 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -220,26 +220,31 @@ return ..() //------------------------------------------------------- -//Beretta 92FS, the gun McClane carries around in Die Hard. Very similar to the service pistol, all around. +//Beretta M92X, a 22nd century reimagining of the Beretta 92 series. /obj/item/weapon/gun/pistol/b92fs - name = "\improper Beretta 92FS pistol" - desc = "A popular police firearm in the 20th century, often employed by hardboiled cops while confronting terrorists. A classic of its time, chambered in 9mm." + name = "\improper Beretta M92X pistol" + desc = "A modern reimagining of the Beretta 92 series pistol, retaining its iconic profile well into the 22nd century. Updated with an ammunition counter and automatic magazine ejection system. Chambered in 9mm." icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony/pistols.dmi' icon_state = "b92fs" item_state = "b92fs" current_mag = /obj/item/ammo_magazine/pistol/b92fs - -/obj/item/weapon/gun/pistol/b92fs/Initialize(mapload, spawn_empty) - . = ..() - if(prob(10)) - name = "\improper Beretta 93FR burst pistol" - desc += " This specific pistol is a burst-fire, limited availability, police-issue 93FR type Beretta. Not too accurate, aftermarket modififcations are recommended." - var/obj/item/attachable/burstfire_assembly/BFA = new(src) - BFA.flags_attach_features &= ~ATTACH_REMOVABLE - BFA.Attach(src) - update_attachable(BFA.slot) - add_firemode(GUN_FIREMODE_BURSTFIRE) + flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED|GUN_AMMO_COUNTER + attachable_allowed = list( + /obj/item/attachable/suppressor, + /obj/item/attachable/suppressor/sleek, + /obj/item/attachable/reddot, + /obj/item/attachable/reddot/small, + /obj/item/attachable/reflex, + /obj/item/attachable/flashlight, + /obj/item/attachable/flashlight/under_barrel, + /obj/item/attachable/compensator, + /obj/item/attachable/lasersight, + /obj/item/attachable/lasersight/micro, + /obj/item/attachable/extended_barrel, + /obj/item/attachable/heavy_barrel, + /obj/item/attachable/burstfire_assembly, + ) /obj/item/weapon/gun/pistol/b92fs/set_gun_attachment_offsets() attachable_offset = list("muzzle_x" = 28, "muzzle_y" = 20,"rail_x" = 10, "rail_y" = 22, "under_x" = 21, "under_y" = 17, "stock_x" = 21, "stock_y" = 17) @@ -254,6 +259,8 @@ scatter_unwielded = SCATTER_AMOUNT_TIER_7 damage_mult = BASE_BULLET_DAMAGE_MULT - BULLET_DAMAGE_MULT_TIER_2 +/obj/item/weapon/gun/pistol/b92fs/suppressed + starting_attachment_types = list(/obj/item/attachable/suppressor/sleek, /obj/item/attachable/lasersight/micro) //------------------------------------------------------- //DEAGLE //This one is obvious. diff --git a/code/modules/projectiles/guns/rifles.dm b/code/modules/projectiles/guns/rifles.dm index 27e044effb49..152c92c8795e 100644 --- a/code/modules/projectiles/guns/rifles.dm +++ b/code/modules/projectiles/guns/rifles.dm @@ -2781,3 +2781,76 @@ map_specific_decoration = FALSE starting_attachment_types = list(/obj/item/attachable/flashlight/grip, /obj/item/attachable/reflex) +//------------------------------------------------------- + +// W/EK 17 Carbine, Seegson Concept art gun. + +/obj/item/weapon/gun/rifle/w_ek_17 + name = "\improper W/EK 17 Carbine" + desc = "A 7.6mm pulse-action carbine, developed for close quarters combat aboard starships, space stations and in dense urban environments. Designed and produced by the previously German (now independent and member to the ICSC) Ecke-and-Associates Arms Combine." + icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony/assault_rifles.dmi' + icon_state = "w_ek_17" + item_state = "w_ek_17" + + fire_sound = 'sound/weapons/gun_w_ek.ogg' + + current_mag = /obj/item/ammo_magazine/rifle/w_ek_17 + attachable_allowed = list( + /obj/item/attachable/suppressor, + /obj/item/attachable/bayonet, + /obj/item/attachable/bayonet/upp, + /obj/item/attachable/bayonet/co2, + /obj/item/attachable/bayonet/antique, + /obj/item/attachable/bayonet/custom, + /obj/item/attachable/bayonet/wy, + /obj/item/attachable/bayonet/custom/red, + /obj/item/attachable/bayonet/custom/blue, + /obj/item/attachable/bayonet/custom/black, + /obj/item/attachable/bayonet/tanto, + /obj/item/attachable/bayonet/tanto/blue, + /obj/item/attachable/bayonet/rmc_replica, + /obj/item/attachable/bayonet/rmc, + /obj/item/attachable/reddot, + /obj/item/attachable/reflex, + /obj/item/attachable/verticalgrip, + /obj/item/attachable/angledgrip, + /obj/item/attachable/flashlight/grip, + /obj/item/attachable/lasersight, + /obj/item/attachable/gyro, + /obj/item/attachable/flashlight, + /obj/item/attachable/flashlight/under_barrel, + /obj/item/attachable/bipod, + /obj/item/attachable/extended_barrel, + /obj/item/attachable/extended_barrel/vented, + /obj/item/attachable/heavy_barrel, + /obj/item/attachable/magnetic_harness, + /obj/item/attachable/attached_gun/grenade, + /obj/item/attachable/attached_gun/flamer, + /obj/item/attachable/attached_gun/flamer/advanced, + /obj/item/attachable/attached_gun/shotgun, + /obj/item/attachable/attached_gun/extinguisher, + /obj/item/attachable/scope, + /obj/item/attachable/scope/mini, + /obj/item/attachable/stock/rifle/w_ek_17, // Stock + ) + + starting_attachment_types = list(/obj/item/attachable/stock/rifle/w_ek_17) + map_specific_decoration = FALSE + start_automatic = TRUE + wield_delay = WEAPON_DELAY_FAST + +/obj/item/weapon/gun/rifle/w_ek_17/set_gun_attachment_offsets() + attachable_offset = list("muzzle_x" = 32, "muzzle_y" = 17,"rail_x" = 22, "rail_y" = 20, "under_x" = 22, "under_y" = 13, "stock_x" = 24, "stock_y" = 5) + +/obj/item/weapon/gun/rifle/w_ek_17/set_gun_config_values() + ..() + set_fire_delay(FIRE_DELAY_TIER_LMG) + set_burst_amount(BURST_AMOUNT_TIER_3) + set_burst_delay(FIRE_DELAY_TIER_LMG) + accuracy_mult = BASE_ACCURACY_MULT + accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_7 + scatter = SCATTER_AMOUNT_TIER_6 + burst_scatter_mult = SCATTER_AMOUNT_TIER_7 + scatter_unwielded = SCATTER_AMOUNT_TIER_2 + damage_mult = BASE_BULLET_DAMAGE_MULT + recoil_unwielded = RECOIL_AMOUNT_TIER_2 diff --git a/code/modules/projectiles/guns/smgs.dm b/code/modules/projectiles/guns/smgs.dm index c0a793db7c38..fcb11ee9e980 100644 --- a/code/modules/projectiles/guns/smgs.dm +++ b/code/modules/projectiles/guns/smgs.dm @@ -991,3 +991,78 @@ item_state = "p90_twe" current_mag = /obj/item/ammo_magazine/smg/p90/ap + +//----------------"A-M36 experimental" (Laser SMG)------------------------// + +/obj/item/weapon/gun/smg/a_m36 + name = "\improper A-M36 Experimental" + desc = "An experimental directed-energy SMG developed for Lasalle Bionational's corporate security forces. Issued to high-threat response teams and select elite personnel, its high-energy laser bursts are capable of occasionally igniting organic targets." + icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony/smgs.dmi' + icon_state = "a_m36" + item_state = "a_m36" + fire_sound = 'sound/weapons/a_m36.ogg' + current_mag = /obj/item/ammo_magazine/smg/a_m36 + flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER + wield_delay = WEAPON_DELAY_MIN + aim_slowdown = SLOWDOWN_ADS_QUICK_MINUS + flags_equip_slot = SLOT_BACK + muzzle_flash = "muzzle_laser" + muzzle_flash_color = COLOR_LASER_RED + + attachable_allowed = list( + /obj/item/attachable/reddot, + /obj/item/attachable/reddot/small, + /obj/item/attachable/reflex, + /obj/item/attachable/lasersight, + /obj/item/attachable/lasersight/micro, + /obj/item/attachable/flashlight, + /obj/item/attachable/bayonet, + /obj/item/attachable/bayonet/upp, + /obj/item/attachable/bayonet/co2, + /obj/item/attachable/bayonet/antique, + /obj/item/attachable/bayonet/custom, + /obj/item/attachable/bayonet/wy, + /obj/item/attachable/bayonet/custom/red, + /obj/item/attachable/bayonet/custom/blue, + /obj/item/attachable/bayonet/custom/black, + /obj/item/attachable/bayonet/tanto, + /obj/item/attachable/bayonet/tanto/blue, + /obj/item/attachable/bayonet/rmc_replica, + /obj/item/attachable/bayonet/rmc, + /obj/item/attachable/bayonet/co2, + /obj/item/attachable/scope/mini, + /obj/item/attachable/magnetic_harness, + ) + + flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER + + start_automatic = TRUE + + random_spawn_chance = 100 + random_spawn_rail = list( + /obj/item/attachable/reddot/small, + ) + random_spawn_under = list( + /obj/item/attachable/lasersight/micro, + ) + +/obj/item/weapon/gun/smg/a_m36/set_gun_attachment_offsets() + attachable_offset = list("muzzle_x" = 30, "muzzle_y" = 20,"rail_x" = 13, "rail_y" = 21, "under_x" = 21, "under_y" = 15, "stock_x" = 24, "stock_y" = 15) + +/obj/item/weapon/gun/smg/a_m36/set_gun_config_values() + ..() + set_fire_delay(FIRE_DELAY_TIER_SMG) + set_burst_delay(FIRE_DELAY_TIER_SMG) + set_burst_amount(BURST_AMOUNT_TIER_3) + accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_5 + accuracy_mult_unwielded = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_3 + scatter = SCATTER_AMOUNT_TIER_9 + scatter_unwielded = SCATTER_AMOUNT_TIER_4 + burst_scatter_mult = SCATTER_AMOUNT_TIER_6 + damage_mult = BASE_BULLET_DAMAGE_MULT + recoil_unwielded = RECOIL_AMOUNT_TIER_1 + fa_max_scatter = SCATTER_AMOUNT_TIER_10 + 0.5 + +/obj/item/weapon/gun/smg/a_m36/Initialize() + . = ..() + AddElement(/datum/element/corp_label/bionational) diff --git a/code/modules/projectiles/magazines/pistols.dm b/code/modules/projectiles/magazines/pistols.dm index a7b3f4428a34..99fa477415b8 100644 --- a/code/modules/projectiles/magazines/pistols.dm +++ b/code/modules/projectiles/magazines/pistols.dm @@ -186,18 +186,17 @@ ammo_band_color = AMMO_BAND_COLOR_RUBBER //------------------------------------------------------- -//Beretta 92FS, the gun McClane carries around in Die Hard. Very similar to the service pistol, all around. +//Beretta M92X, a 22nd century reimagining of the Beretta 92 series. /obj/item/ammo_magazine/pistol/b92fs - name = "\improper Beretta 92FS magazine (9mm)" - desc = "A 9mm pistol magazine for the Beretta 92FS." + name = "\improper Beretta M92X magazine (9mm)" + desc = "A 15-round 9mm magazine for the Beretta M92X, fitted with an electronic interface for ammunition tracking and automatic ejection." caliber = "9mm" icon_state = "m4a3" //PLACEHOLDER max_rounds = 15 default_ammo = /datum/ammo/bullet/pistol gun_type = /obj/item/weapon/gun/pistol/b92fs - //------------------------------------------------------- //DEAGLE //This one is obvious. diff --git a/code/modules/projectiles/magazines/rifles.dm b/code/modules/projectiles/magazines/rifles.dm index 0a03c799f7f8..b80e2a403fda 100644 --- a/code/modules/projectiles/magazines/rifles.dm +++ b/code/modules/projectiles/magazines/rifles.dm @@ -748,3 +748,22 @@ icon_state = "sharp_flechette_mag" default_ammo = /datum/ammo/rifle/sharp/flechette +// W/EK 17 CARBINE RIFLE AMMUNITION + +/obj/item/ammo_magazine/rifle/w_ek_17 + name = "\improper W/EK 17 magazine (7.6mm)" + desc = "A 7.6mm carbine magazine." + caliber = "7.6mm" + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/colony/assault_rifles.dmi' + icon_state = "w_ek_17" + item_state = "generic_mag" + item_icons = list( + WEAR_L_HAND = 'icons/mob/humans/onmob/inhands/weapons/ammo_lefthand.dmi', + WEAR_R_HAND = 'icons/mob/humans/onmob/inhands/weapons/ammo_righthand.dmi' + ) + w_class = SIZE_MEDIUM + default_ammo = /datum/ammo/bullet/rifle/w_ek_17 + max_rounds = 60 + gun_type = /obj/item/weapon/gun/rifle/w_ek_17 + ammo_band_icon = "+w_ek_17_band" + ammo_band_icon_empty = "+w_ek_17_band_e" diff --git a/code/modules/projectiles/magazines/smgs.dm b/code/modules/projectiles/magazines/smgs.dm index 314929a9eba3..a6b9ca8a9eca 100644 --- a/code/modules/projectiles/magazines/smgs.dm +++ b/code/modules/projectiles/magazines/smgs.dm @@ -291,3 +291,17 @@ icon_state = "p90_ap" bonus_overlay_icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony/smgs.dmi' bonus_overlay = "p90_ap_overlay" + +//----------------"A-M36 experimental"------------------------// + +/obj/item/ammo_magazine/smg/a_m36 + name = "\improper A-M36 Charge Pack" + desc = "A one-time use, disposable high-capacity energy cell designed for the A-M36 Experimental." + default_ammo = /datum/ammo/bullet/smg/a_m36 + flags_magazine = NO_FLAGS + caliber = "9x19mm" + icon = 'icons/obj/items/weapons/guns/ammo_by_faction/colony/smgs.dmi' + icon_state = "a_m36" + w_class = SIZE_MEDIUM + max_rounds = 40 + gun_type = /obj/item/weapon/gun/smg/a_m36 diff --git a/code/modules/shuttle/dropship.dm b/code/modules/shuttle/dropship.dm index f9bfef3e9855..fc4b7d3daf27 100644 --- a/code/modules/shuttle/dropship.dm +++ b/code/modules/shuttle/dropship.dm @@ -580,6 +580,20 @@ /obj/structure/shuttle/part/dropship_twe/transparent opacity = FALSE +// Lasalle Bionational - HIG Dropship + +/obj/structure/shuttle/part/dropship_lb + name = "\improper UD2-LB 'Remedy'" + icon = 'icons/turf/dropship_lb.dmi' + icon_state = "0,0" + opacity = TRUE + +/obj/structure/shuttle/part/dropship_lb/ex_act(severity, direction) + return FALSE + +/obj/structure/shuttle/part/dropship_lb/transparent + opacity = FALSE + // WY Ship /obj/structure/shuttle/part/dropship_wy diff --git a/code/modules/vehicles/hardpoints/wheels/locomotion.dm b/code/modules/vehicles/hardpoints/wheels/locomotion.dm index e4aad7c10a00..62cfab2338fa 100644 --- a/code/modules/vehicles/hardpoints/wheels/locomotion.dm +++ b/code/modules/vehicles/hardpoints/wheels/locomotion.dm @@ -67,14 +67,18 @@ else if(istype(A, /obj/effect/blocker/water/toxic)) //multitile vehicles are, well, multitile and will be receiving damage for each tile, so damage is low per tile. take_damage = 10 + if(!(world.time % 3)) + playsound(A, 'sound/bullets/acid_impact1.ogg', 10, 1) + + else if(istype(A, /obj/effect/blocker/lava)) + take_damage = 10 + if(!(world.time % 3)) + playsound(A, 'sound/ambience/lava/lava_burn.ogg', 30, 1) //then we check whether this locomotion module is acid-resistant if(acid_resistant) take_damage = take_damage / 2 health -= take_damage - if(!(world.time % 3)) - playsound(A, 'sound/bullets/acid_impact1.ogg', 10, 1) - if(owner) owner.healthcheck() diff --git a/code/modules/vehicles/hardpoints/wheels/van_wheels.dm b/code/modules/vehicles/hardpoints/wheels/van_wheels.dm index f2dce92c84b3..76723a619c48 100644 --- a/code/modules/vehicles/hardpoints/wheels/van_wheels.dm +++ b/code/modules/vehicles/hardpoints/wheels/van_wheels.dm @@ -12,3 +12,11 @@ health = 250 move_delay = VEHICLE_SPEED_VERYFAST + +/obj/item/hardpoint/locomotion/van_wheels/rt01 + name = "RT-01 wheels" + desc = "Integral to the movement of the RT-01 Transport vehicle." + + icon_state = "tires_rt01" + disp_icon = "rt01" + disp_icon_state = "wheels" diff --git a/code/modules/vehicles/interior/areas.dm b/code/modules/vehicles/interior/areas.dm index 84eba94d6860..3f7ab7d09772 100644 --- a/code/modules/vehicles/interior/areas.dm +++ b/code/modules/vehicles/interior/areas.dm @@ -45,3 +45,7 @@ /area/interior/vehicle/arc name = "\improper ARC interior" icon_state = "arc" + +/area/interior/vehicle/rt01 + name = "RT-01 interior" + icon_state = "van" diff --git a/code/modules/vehicles/interior/interactable/seats.dm b/code/modules/vehicles/interior/interactable/seats.dm index 7048aa44ccc3..86110092efa9 100644 --- a/code/modules/vehicles/interior/interactable/seats.dm +++ b/code/modules/vehicles/interior/interactable/seats.dm @@ -327,6 +327,7 @@ var/mob_old_x = 0 var/buckle_offset_y = 0 var/mob_old_y = 0 + var/allways_undense = FALSE /obj/structure/bed/chair/vehicle/Initialize() . = ..() @@ -384,24 +385,34 @@ if(buckle_offset_y != 0) M.pixel_y = mob_old_y mob_old_y = 0 - - for(var/obj/structure/bed/chair/vehicle/VS in get_turf(src)) - if(VS != src) - //if both seats on same tile have buckled mob, we become dense, otherwise, not dense. - if(buckled_mob) - if(VS.buckled_mob) - REMOVE_TRAIT(buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) - REMOVE_TRAIT(VS.buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + if(allways_undense) + ADD_TRAIT(buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + else + for(var/obj/structure/bed/chair/vehicle/VS in get_turf(src)) + if(VS != src) + //if both seats on same tile have buckled mob, we become dense, otherwise, not dense. + if(buckled_mob) + if(VS.buckled_mob) + REMOVE_TRAIT(buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + REMOVE_TRAIT(VS.buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + else + ADD_TRAIT(buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) else - ADD_TRAIT(buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) - else - if(VS.buckled_mob) - ADD_TRAIT(VS.buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) - REMOVE_TRAIT(M, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) - break + if(VS.buckled_mob) + ADD_TRAIT(VS.buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + REMOVE_TRAIT(M, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + break + + handle_rotation() +/obj/structure/bed/chair/vehicle/unbuckle() + if(buckled_mob && buckled_mob.buckled == src) + REMOVE_TRAIT(buckled_mob, TRAIT_UNDENSE, DOUBLE_SEATS_TRAIT) + . = ..() + + //attack handling /obj/structure/bed/chair/vehicle/attack_alien(mob/living/user) @@ -475,3 +486,21 @@ name = "passenger seat" desc = "A sturdy chair with a brace that lowers over your body. Prevents being flung around in vehicle during crash being injured as a result. Fasten your seatbelts, kids! Fix with welding tool in case of damage." icon = 'icons/obj/vehicles/interiors/general_wy.dmi' + +// Comfy Seats + +/obj/structure/bed/chair/vehicle/comfy + icon = 'icons/obj/vehicles/interiors/seats.dmi' + allways_undense = TRUE + +/obj/structure/bed/chair/vehicle/comfy/alt + icon_state = "alt_vehicle_seat" + +/obj/structure/bed/chair/vehicle/comfy/alt_1 + icon_state = "alt1_vehicle_seat" + +/obj/structure/bed/chair/vehicle/comfy/alt_2 + icon_state = "alt2_vehicle_seat" + +/obj/structure/bed/chair/vehicle/comfy/alt_3 + icon_state = "alt3_vehicle_seat" diff --git a/code/modules/vehicles/interior/interior_landmarks.dm b/code/modules/vehicles/interior/interior_landmarks.dm index b57defea5f4b..a2418805d062 100644 --- a/code/modules/vehicles/interior/interior_landmarks.dm +++ b/code/modules/vehicles/interior/interior_landmarks.dm @@ -77,6 +77,8 @@ S.handle_rotation() S.pixel_x = pixel_x S.pixel_y = pixel_y + S.buckling_x = pixel_x + S.buckling_y = pixel_y qdel(src) @@ -100,6 +102,8 @@ S.handle_rotation() S.pixel_x = pixel_x S.pixel_y = pixel_y + S.buckling_x = pixel_x + S.buckling_y = pixel_y qdel(src) @@ -280,15 +284,15 @@ color = "#009cb8" /obj/effect/landmark/interior/spawn/interior_viewport/on_load(datum/interior/I) - var/obj/structure/interior_viewport/V = new(loc) + var/obj/structure/interior_viewport/viewport = new(loc) - V.dir = dir - V.vehicle = I.exterior - V.pixel_x = pixel_x - V.pixel_y = pixel_y - V.layer = layer - V.alpha = alpha - V.update_icon() + viewport.dir = dir + viewport.vehicle = I.exterior + viewport.pixel_x = pixel_x + viewport.pixel_y = pixel_y + viewport.layer = layer + viewport.alpha = alpha + viewport.update_icon() qdel(src) @@ -304,13 +308,15 @@ color = "#009cb8" /obj/effect/landmark/interior/spawn/interior_viewport/simple/on_load(datum/interior/I) - var/obj/structure/interior_viewport/simple/V = new(loc) + var/obj/structure/interior_viewport/simple/viewport = new(loc) - V.vehicle = I.exterior - V.pixel_x = pixel_x - V.pixel_y = pixel_y - V.layer = layer - V.alpha = alpha + viewport.vehicle = I.exterior + viewport.pixel_x = pixel_x + viewport.pixel_y = pixel_y + viewport.layer = layer + viewport.alpha = alpha + viewport.icon = icon + viewport.icon_state = icon_state qdel(src) @@ -324,12 +330,14 @@ alpha = 80 /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield/on_load(datum/interior/I) - var/obj/structure/interior_viewport/simple/windshield/V = new(loc) - - V.vehicle = I.exterior - V.pixel_x = pixel_x - V.pixel_y = pixel_y - V.alpha = alpha - V.icon = icon + var/obj/structure/interior_viewport/simple/windshield/viewport = new(loc) + + viewport.vehicle = I.exterior + viewport.pixel_x = pixel_x + viewport.pixel_y = pixel_y + viewport.alpha = alpha + viewport.icon = icon + viewport.icon = icon + viewport.icon_state = icon_state qdel(src) diff --git a/code/modules/vehicles/multitile/multitile_bump.dm b/code/modules/vehicles/multitile/multitile_bump.dm index 82ba0d0c684d..ee47c6479336 100644 --- a/code/modules/vehicles/multitile/multitile_bump.dm +++ b/code/modules/vehicles/multitile/multitile_bump.dm @@ -63,6 +63,24 @@ . = ..() return FALSE +/obj/structure/barricade/wooden/handle_vehicle_bump(obj/vehicle/multitile/V) + visible_message(SPAN_DANGER("\The [V] crushes [src]!")) + playsound(V, 'sound/effects/woodhit.ogg', 20) + take_damage(maxhealth) + return TRUE + +/obj/structure/window_frame/handle_vehicle_bump(obj/vehicle/multitile/V) + visible_message(SPAN_DANGER("\The [V] crushes [src]!")) + playsound(V, 'sound/effects/metal_crash.ogg', 20) + take_damage(max_health) + return TRUE + +/obj/structure/ore_box/handle_vehicle_bump(obj/vehicle/multitile/V) + visible_message(SPAN_DANGER("\The [V] crushes [src]!")) + playsound(V, 'sound/effects/metal_crash.ogg', 20) + qdel(src) + return TRUE + /obj/structure/barricade/deployable/handle_vehicle_bump(obj/vehicle/multitile/V) visible_message(SPAN_DANGER("\The [V] crushes [src]!")) playsound(V, 'sound/effects/metal_crash.ogg', 20) diff --git a/code/modules/vehicles/van/rt01.dm b/code/modules/vehicles/van/rt01.dm new file mode 100644 index 000000000000..9dca3936e8bc --- /dev/null +++ b/code/modules/vehicles/van/rt01.dm @@ -0,0 +1,320 @@ + +//Trucks +//Read the documentation in multitile.dm before trying to decipher this stuff + +/obj/vehicle/multitile/rt01 + name = "RT-01 Transport" + desc = "An aging eight-wheeled heavy transport built to haul personnel and equipment across a variety of terrain. Entrance on the back and sides." + layer = ABOVE_XENO_LAYER + + icon = 'icons/obj/vehicles/rt01.dmi' + icon_state = "rt01_base" + pixel_x = -16 + pixel_y = -16 + + bound_width = 64 + bound_height = 64 + + bound_x = 0 + bound_y = 0 + + interior_map = /datum/map_template/interior/rt01 + + entrances = list( + "left" = list(2, 0), + "right" = list(-1, 0), + "back_left" = list(1, 2), + "back_right" = list(0, 2) + ) + + vehicle_flags = VEHICLE_CLASS_WEAK + + passengers_slots = 8 + xenos_slots = 2 + + misc_multipliers = list( + "move" = 0.5, // fucking annoying how this is the only way to modify speed + "accuracy" = 1, + "cooldown" = 1 + ) + + movement_sound = 'sound/vehicles/rt_01_driving.ogg' + honk_sound = 'sound/vehicles/rt_01_horn.ogg' + + vehicle_light_range = 8 + + move_max_momentum = 3 + + hardpoints_allowed = list( + /obj/item/hardpoint/locomotion/van_wheels/rt01, + ) + + move_turn_momentum_loss_factor = 1 + + req_access = list() + req_one_access = list() + + door_locked = FALSE + + mob_size_required_to_hit = MOB_SIZE_XENO + + var/overdrive_next = 0 + var/overdrive_cooldown = 15 SECONDS + var/overdrive_duration = 3 SECONDS + var/overdrive_speed_mult = 0.3 // Additive (30% more speed, adds to 80% more speed) + + var/momentum_loss_on_weeds_factor = 0.2 + + move_on_turn = TRUE + + var/list/mobs_under = list() + var/image/under_image + var/image/normal_image + + var/next_push = 0 + var/push_delay = 0.5 SECONDS + +/obj/vehicle/multitile/rt01/Initialize() + . = ..() + under_image = image(icon, src, icon_state, layer = BELOW_MOB_LAYER) + under_image.alpha = 127 + + normal_image = image(icon, src, icon_state, layer = layer) + + icon_state = null + + RegisterSignal(SSdcs, COMSIG_GLOB_MOB_LOGGED_IN, PROC_REF(add_default_image)) + + for(var/I in GLOB.player_list) + add_default_image(SSdcs, I) + +/obj/vehicle/multitile/rt01/BlockedPassDirs(atom/movable/mover, target_dir) + if(mover in mobs_under) //can't collide with the thing you're buckled to + return NO_BLOCKED_MOVEMENT + + if(isliving(mover)) + var/mob/living/M = mover + if(M.mob_flags & SQUEEZE_UNDER_VEHICLES) + add_under_van(M) + return NO_BLOCKED_MOVEMENT + + if(M.body_position == LYING_DOWN) + return NO_BLOCKED_MOVEMENT + + if(M.mob_size >= MOB_SIZE_IMMOBILE && next_push < world.time) + if(try_move(target_dir, force=TRUE)) + next_push = world.time + push_delay + return NO_BLOCKED_MOVEMENT + + return ..() + +/* +** PRESETS +*/ +/obj/vehicle/multitile/rt01/pre_movement() + if(locate(/obj/effect/alien/weeds) in loc) + move_momentum *= momentum_loss_on_weeds_factor + + . = ..() + + for(var/I in mobs_under) + var/mob/M = I + if(!(M.loc in locs)) + remove_under_van(M) + +/obj/vehicle/multitile/rt01/proc/add_under_van(mob/living/L) + if(L in mobs_under) + return + + mobs_under += L + RegisterSignal(L, COMSIG_PARENT_QDELETING, PROC_REF(remove_under_van)) + RegisterSignal(L, COMSIG_MOB_LOGGED_IN, PROC_REF(add_client)) + RegisterSignal(L, COMSIG_MOVABLE_MOVED, PROC_REF(check_under_van)) + + if(L.client) + add_client(L) + +/obj/vehicle/multitile/rt01/proc/remove_under_van(mob/living/L) + SIGNAL_HANDLER + mobs_under -= L + + if(L.client) + L.client.images -= under_image + add_default_image(SSdcs, L) + + UnregisterSignal(L, list( + COMSIG_PARENT_QDELETING, + COMSIG_MOB_LOGGED_IN, + COMSIG_MOVABLE_MOVED, + )) + +/obj/vehicle/multitile/rt01/proc/check_under_van(mob/M, turf/oldloc, direction) + SIGNAL_HANDLER + if(!(M.loc in locs)) + remove_under_van(M) + +/obj/vehicle/multitile/rt01/proc/add_client(mob/living/L) + SIGNAL_HANDLER + L.client.images += under_image + L.client.images -= normal_image + +/obj/vehicle/multitile/rt01/proc/add_default_image(subsystem, mob/M) + SIGNAL_HANDLER + M.client.images += normal_image + +/obj/vehicle/multitile/rt01/Destroy() + for(var/I in mobs_under) + remove_under_van(I) + + for(var/I in GLOB.player_list) + var/mob/M = I + M.client.images -= normal_image + + QDEL_NULL(lighting_holder) + + return ..() + +/obj/vehicle/multitile/rt01/attackby(obj/item/O, mob/user) + if(user.z != z) + return ..() + + if(iswelder(O) && health >= initial(health)) + if(!HAS_TRAIT(O, TRAIT_TOOL_BLOWTORCH)) + to_chat(user, SPAN_WARNING("You need a stronger blowtorch!")) + return + var/obj/item/hardpoint/H + for(var/obj/item/hardpoint/potential_hardpoint in hardpoints) + if(potential_hardpoint.health < initial(potential_hardpoint.health)) + H = potential_hardpoint + break + + if(H) + H.handle_repair(O, user) + update_icon() + return + + . = ..() + + +/obj/vehicle/multitile/rt01/handle_click(mob/living/user, atom/A, list/mods) + if(mods[SHIFT_CLICK] && !mods[ALT_CLICK]) + if(overdrive_next > world.time) + to_chat(user, SPAN_WARNING("You can't activate overdrive yet! Wait [round((overdrive_next - world.time) / 10, 0.1)] seconds.")) + return + + misc_multipliers["move"] -= overdrive_speed_mult + addtimer(CALLBACK(src, PROC_REF(reset_overdrive)), overdrive_duration) + + overdrive_next = world.time + overdrive_cooldown + to_chat(user, SPAN_NOTICE("You activate overdrive.")) + playsound(src, 'sound/vehicles/rt_01_overdrive_activate.ogg', 75, FALSE) + return + + return ..() + +/obj/vehicle/multitile/rt01/proc/reset_overdrive() + misc_multipliers["move"] += overdrive_speed_mult + +/obj/vehicle/multitile/rt01/get_projectile_hit_boolean(obj/projectile/P) + if(src == P.original) //clicking on the van itself will hit it. + var/hitchance = P.get_effective_accuracy() + if(prob(hitchance)) + return TRUE + return FALSE + +/obj/vehicle/multitile/rt01/Collide(atom/A) + if(!seats[VEHICLE_DRIVER]) + return FALSE + + if(istype(A, /obj/structure/barricade/plasteel)) + return ..() + + if(istype(A, /turf/closed/wall) || \ + istype(A, /obj/structure/barricade/sandbags) || \ + istype(A, /obj/structure/barricade/metal) || \ + istype(A, /obj/structure/barricade/deployable) || \ + istype(A, /obj/structure/machinery/cryopod)) //Can no longer runover cryopods + + return FALSE + + return ..() + +/* +** PRESETS SPAWNERS +*/ + +/obj/effect/vehicle_spawner/rt01 + name = "RT-01 Spawner" + icon = 'icons/obj/vehicles/rt01.dmi' + icon_state = "rt01_base" + pixel_x = -16 + pixel_y = -16 + +/obj/effect/vehicle_spawner/rt01/Initialize() + . = ..() + spawn_vehicle() + qdel(src) + +//PRESET: no hardpoints +/obj/effect/vehicle_spawner/rt01/spawn_vehicle() + var/obj/vehicle/multitile/rt01/VAN = new (loc) + + load_misc(VAN) + handle_direction(VAN) + VAN.update_icon() + +//PRESET: wheels installed, destroyed +/obj/effect/vehicle_spawner/rt01/decrepit/spawn_vehicle() + var/obj/vehicle/multitile/rt01/VAN = new (loc) + + load_misc(VAN) + load_hardpoints(VAN) + handle_direction(VAN) + load_damage(VAN) + VAN.update_icon() + +/obj/effect/vehicle_spawner/rt01/decrepit/load_hardpoints(obj/vehicle/multitile/rt01/V) + V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels/rt01) + +//PRESET: wheels installed +/obj/effect/vehicle_spawner/rt01/fixed/spawn_vehicle() + var/obj/vehicle/multitile/rt01/VAN = new (loc) + + load_misc(VAN) + load_hardpoints(VAN) + handle_direction(VAN) + VAN.update_icon() + +/obj/effect/vehicle_spawner/rt01/fixed/load_hardpoints(obj/vehicle/multitile/rt01/V) + V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels/rt01) + + +// Interior + +/obj/structure/interior_exit/vehicle/rt01 + name = "RT-01 side door" + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi' + icon_state = "door" + +/obj/structure/interior_exit/vehicle/rt01/exterior + name = "RT-01 side door" + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi' + icon_state = "door_ex" + +/obj/structure/interior_exit/vehicle/rt01/back + name = "RT-01 back door" + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi' + icon_state = "back_door" + +/obj/structure/prop/vehicle/rt01 + name = "RT-01 chassis" + icon = 'icons/obj/vehicles/interiors/rt01_chassis.dmi' + icon_state = "rt01_chassis" + layer = ABOVE_TURF_LAYER + mouse_opacity = FALSE + +/obj/structure/prop/vehicle/rt01/console + name = "vehicle console" + icon_state = "vehicle_console" + layer = ABOVE_MOB_LAYER + mouse_opacity = FALSE diff --git a/code/stylesheet.dm b/code/stylesheet.dm index d0d89b038c4f..a7350ba7e93d 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -54,6 +54,7 @@ em {font-style: normal; font-weight: bold;} .intelradio {color: #027D02;} .wyradio {color: #FE9B24;} .hdcradio {color: #FE6C24;} +.lbradio {color: #47a0bc;} .pmcradio {color: #A13852;} .clfradio {color: #6f679c} diff --git a/colonialmarines.dme b/colonialmarines.dme index 4ba1e4ccaf47..24c089a124db 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -627,6 +627,7 @@ #include "code\datums\factions\helpers.dm" #include "code\datums\factions\hyperdyne.dm" #include "code\datums\factions\iasf.dm" +#include "code\datums\factions\lasalle_bionational.dm" #include "code\datums\factions\nspa.dm" #include "code\datums\factions\pap.dm" #include "code\datums\factions\pmc.dm" @@ -662,6 +663,7 @@ #include "code\datums\looping_sounds\misc_sounds.dm" #include "code\datums\origin\civilian.dm" #include "code\datums\origin\cmb.dm" +#include "code\datums\origin\lasalle_bionational.dm" #include "code\datums\origin\origin.dm" #include "code\datums\origin\twe.dm" #include "code\datums\origin\upp.dm" @@ -800,6 +802,7 @@ #include "code\datums\weather\weather_map_holder.dm" #include "code\datums\weather\weather_events\big_red.dm" #include "code\datums\weather\weather_events\faction_clash.dm" +#include "code\datums\weather\weather_events\fire_colony.dm" #include "code\datums\weather\weather_events\lv522_chances_claim.dm" #include "code\datums\weather\weather_events\lv624.dm" #include "code\datums\weather\weather_events\lv759_hybrisa_prospera.dm" @@ -807,6 +810,7 @@ #include "code\datums\weather\weather_events\sorokyne.dm" #include "code\datums\weather\weather_map_holders\big_red.dm" #include "code\datums\weather\weather_map_holders\faction_clash.dm" +#include "code\datums\weather\weather_map_holders\fire_colony.dm" #include "code\datums\weather\weather_map_holders\lv522_chances_claim.dm" #include "code\datums\weather\weather_map_holders\lv624.dm" #include "code\datums\weather\weather_map_holders\lv759_hybrisa_prospera.dm" @@ -846,6 +850,7 @@ #include "code\game\area\chinook.dm" #include "code\game\area\Corsat.dm" #include "code\game\area\DesertDam.dm" +#include "code\game\area\Fire_Colony.dm" #include "code\game\area\hijack.dm" #include "code\game\area\IceColony.dm" #include "code\game\area\kutjevo.dm" @@ -1196,6 +1201,7 @@ #include "code\game\objects\effects\effect_system\foam.dm" #include "code\game\objects\effects\effect_system\particle_effects.dm" #include "code\game\objects\effects\effect_system\smoke.dm" +#include "code\game\objects\effects\landmarks\ambient_sounds.dm" #include "code\game\objects\effects\landmarks\corpsespawner.dm" #include "code\game\objects\effects\landmarks\freed_mob_spawner.dm" #include "code\game\objects\effects\landmarks\item_pool.dm" @@ -1428,6 +1434,7 @@ #include "code\game\objects\structures\curtains.dm" #include "code\game\objects\structures\desertdam.dm" #include "code\game\objects\structures\displaycase.dm" +#include "code\game\objects\structures\engineer_props.dm" #include "code\game\objects\structures\extinguisher.dm" #include "code\game\objects\structures\fence.dm" #include "code\game\objects\structures\flora.dm" @@ -1542,6 +1549,7 @@ #include "code\game\turfs\hunter_turf.dm" #include "code\game\turfs\hybrisa.dm" #include "code\game\turfs\kutjevo.dm" +#include "code\game\turfs\lava.dm" #include "code\game\turfs\light.dm" #include "code\game\turfs\open.dm" #include "code\game\turfs\open_space.dm" @@ -1933,6 +1941,7 @@ #include "code\modules\events\destructible_terrain.dm" #include "code\modules\events\inflation.dm" #include "code\modules\events\nothing_happens.dm" +#include "code\modules\fire_colony\lava.dm" #include "code\modules\fishing\bait\generic.dm" #include "code\modules\fishing\datums\generic.dm" #include "code\modules\fishing\datums\helpers.dm" @@ -1986,6 +1995,8 @@ #include "code\modules\gear_presets\survivors\corsat\preset_corsat.dm" #include "code\modules\gear_presets\survivors\fiorina_sciannex\preset_fiorina_sciannex.dm" #include "code\modules\gear_presets\survivors\fiorina_sciannex\riot_in_progress_insert_fiorina_nightmare.dm" +#include "code\modules\gear_presets\survivors\fire_colony\lasalle_kill_team.dm" +#include "code\modules\gear_presets\survivors\fire_colony\preset_fire_colony.dm" #include "code\modules\gear_presets\survivors\kutjevo\preset_kutjevo.dm" #include "code\modules\gear_presets\survivors\lv_522\forcon_survivors.dm" #include "code\modules\gear_presets\survivors\lv_624\clfship_insert_lv624.dm" @@ -2712,6 +2723,7 @@ #include "code\modules\vehicles\van\clf_van.dm" #include "code\modules\vehicles\van\interior.dm" #include "code\modules\vehicles\van\pizza_van.dm" +#include "code\modules\vehicles\van\rt01.dm" #include "code\modules\vehicles\van\van.dm" #include "code\modules\vox\vox.dm" #include "code\modules\vox\vox_tgui.dm" diff --git a/icons/effects/32x32-hunter_effects.dmi b/icons/effects/32x32-hunter_effects.dmi index 5a71a2dc8cbe..37bbc5498e52 100644 Binary files a/icons/effects/32x32-hunter_effects.dmi and b/icons/effects/32x32-hunter_effects.dmi differ diff --git a/icons/effects/broken_tiles.dmi b/icons/effects/broken_tiles.dmi new file mode 100644 index 000000000000..64d3154c3a02 Binary files /dev/null and b/icons/effects/broken_tiles.dmi differ diff --git a/icons/effects/engineer_floor_deco.dmi b/icons/effects/engineer_floor_deco.dmi new file mode 100644 index 000000000000..c60b3f0e41ff Binary files /dev/null and b/icons/effects/engineer_floor_deco.dmi differ diff --git a/icons/effects/engineercircle.dmi b/icons/effects/engineercircle.dmi new file mode 100644 index 000000000000..6a2217b649ac Binary files /dev/null and b/icons/effects/engineercircle.dmi differ diff --git a/icons/effects/glass_roof.dmi b/icons/effects/glass_roof.dmi new file mode 100644 index 000000000000..1f7eb1758bd0 Binary files /dev/null and b/icons/effects/glass_roof.dmi differ diff --git a/icons/effects/lasalle_logo.dmi b/icons/effects/lasalle_logo.dmi new file mode 100644 index 000000000000..7b22478c4bc8 Binary files /dev/null and b/icons/effects/lasalle_logo.dmi differ diff --git a/icons/effects/seegson_logo.dmi b/icons/effects/seegson_logo.dmi new file mode 100644 index 000000000000..f44eb3cb5967 Binary files /dev/null and b/icons/effects/seegson_logo.dmi differ diff --git a/icons/effects/seegson_small.dmi b/icons/effects/seegson_small.dmi new file mode 100644 index 000000000000..7d576a89c66e Binary files /dev/null and b/icons/effects/seegson_small.dmi differ diff --git a/icons/effects/warning_stripes.dmi b/icons/effects/warning_stripes.dmi index 55dcbb4be75c..c81cbb9886ac 100644 Binary files a/icons/effects/warning_stripes.dmi and b/icons/effects/warning_stripes.dmi differ diff --git a/icons/effects/weather.dmi b/icons/effects/weather.dmi index 98e448795487..7a149013adf6 100644 Binary files a/icons/effects/weather.dmi and b/icons/effects/weather.dmi differ diff --git a/icons/landmarks.dmi b/icons/landmarks.dmi index ac7d01808e0c..cea94e423745 100644 Binary files a/icons/landmarks.dmi and b/icons/landmarks.dmi differ diff --git a/icons/mob/hud/factions/lasalle_bionational.dmi b/icons/mob/hud/factions/lasalle_bionational.dmi new file mode 100644 index 000000000000..efa6b212fc39 Binary files /dev/null and b/icons/mob/hud/factions/lasalle_bionational.dmi differ diff --git a/icons/mob/humans/onmob/clothing/accessory/patches.dmi b/icons/mob/humans/onmob/clothing/accessory/patches.dmi index 80322cf8107e..aede5936f083 100644 Binary files a/icons/mob/humans/onmob/clothing/accessory/patches.dmi and b/icons/mob/humans/onmob/clothing/accessory/patches.dmi differ diff --git a/icons/mob/humans/onmob/clothing/back/backpacks.dmi b/icons/mob/humans/onmob/clothing/back/backpacks.dmi index 687c56271f17..2b15e500765d 100644 Binary files a/icons/mob/humans/onmob/clothing/back/backpacks.dmi and b/icons/mob/humans/onmob/clothing/back/backpacks.dmi differ diff --git a/icons/mob/humans/onmob/clothing/back/guns_by_type/assault_rifles.dmi b/icons/mob/humans/onmob/clothing/back/guns_by_type/assault_rifles.dmi index 13d8d532ecc9..50162a6d3265 100644 Binary files a/icons/mob/humans/onmob/clothing/back/guns_by_type/assault_rifles.dmi and b/icons/mob/humans/onmob/clothing/back/guns_by_type/assault_rifles.dmi differ diff --git a/icons/mob/humans/onmob/clothing/back/guns_by_type/smgs.dmi b/icons/mob/humans/onmob/clothing/back/guns_by_type/smgs.dmi index 563ce35b42f2..0532e4b0d13f 100644 Binary files a/icons/mob/humans/onmob/clothing/back/guns_by_type/smgs.dmi and b/icons/mob/humans/onmob/clothing/back/guns_by_type/smgs.dmi differ diff --git a/icons/mob/humans/onmob/clothing/belts/weapons.dmi b/icons/mob/humans/onmob/clothing/belts/weapons.dmi index a799eb31387f..a215dae3cd49 100644 Binary files a/icons/mob/humans/onmob/clothing/belts/weapons.dmi and b/icons/mob/humans/onmob/clothing/belts/weapons.dmi differ diff --git a/icons/mob/humans/onmob/clothing/feet.dmi b/icons/mob/humans/onmob/clothing/feet.dmi index 26dda42b9cd7..aff6830db85e 100644 Binary files a/icons/mob/humans/onmob/clothing/feet.dmi and b/icons/mob/humans/onmob/clothing/feet.dmi differ diff --git a/icons/mob/humans/onmob/clothing/glasses/glasses.dmi b/icons/mob/humans/onmob/clothing/glasses/glasses.dmi index d2b805c5840f..71d4fbdc8d1d 100644 Binary files a/icons/mob/humans/onmob/clothing/glasses/glasses.dmi and b/icons/mob/humans/onmob/clothing/glasses/glasses.dmi differ diff --git a/icons/mob/humans/onmob/clothing/glasses/huds.dmi b/icons/mob/humans/onmob/clothing/glasses/huds.dmi index 3f28dee95ba2..1f5f47e2e0c1 100644 Binary files a/icons/mob/humans/onmob/clothing/glasses/huds.dmi and b/icons/mob/humans/onmob/clothing/glasses/huds.dmi differ diff --git a/icons/mob/humans/onmob/clothing/hands.dmi b/icons/mob/humans/onmob/clothing/hands.dmi index 9588cda9d3b1..95a634192abf 100644 Binary files a/icons/mob/humans/onmob/clothing/hands.dmi and b/icons/mob/humans/onmob/clothing/hands.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/hats_by_faction/LASALLE.dmi b/icons/mob/humans/onmob/clothing/head/hats_by_faction/LASALLE.dmi new file mode 100644 index 000000000000..9e841d324fc4 Binary files /dev/null and b/icons/mob/humans/onmob/clothing/head/hats_by_faction/LASALLE.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/hats_by_faction/SEEGSON.dmi b/icons/mob/humans/onmob/clothing/head/hats_by_faction/SEEGSON.dmi new file mode 100644 index 000000000000..c981cac69b1a Binary files /dev/null and b/icons/mob/humans/onmob/clothing/head/hats_by_faction/SEEGSON.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/hazard.dmi b/icons/mob/humans/onmob/clothing/head/hazard.dmi index b27757375c55..04338cd4190a 100644 Binary files a/icons/mob/humans/onmob/clothing/head/hazard.dmi and b/icons/mob/humans/onmob/clothing/head/hazard.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/objects.dmi b/icons/mob/humans/onmob/clothing/head/objects.dmi index b64bbe1e8e2e..676aba6eea1f 100644 Binary files a/icons/mob/humans/onmob/clothing/head/objects.dmi and b/icons/mob/humans/onmob/clothing/head/objects.dmi differ diff --git a/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi b/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi index 7dd9edc7731d..273dd81ff0c6 100644 Binary files a/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi and b/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/assault_rifles.dmi b/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/assault_rifles.dmi index b3f51b4c3548..ab336834abf3 100644 Binary files a/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/assault_rifles.dmi and b/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/assault_rifles.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/smgs.dmi b/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/smgs.dmi index 859eec68270c..1d81e27eb642 100644 Binary files a/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/smgs.dmi and b/icons/mob/humans/onmob/clothing/suit_storage/guns_by_type/smgs.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suits/coats_robes.dmi b/icons/mob/humans/onmob/clothing/suits/coats_robes.dmi index fb8a396f3b21..db50d876607b 100644 Binary files a/icons/mob/humans/onmob/clothing/suits/coats_robes.dmi and b/icons/mob/humans/onmob/clothing/suits/coats_robes.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suits/hazard.dmi b/icons/mob/humans/onmob/clothing/suits/hazard.dmi index 0a64e11a785e..87c8756578e2 100644 Binary files a/icons/mob/humans/onmob/clothing/suits/hazard.dmi and b/icons/mob/humans/onmob/clothing/suits/hazard.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suits/misc_ert.dmi b/icons/mob/humans/onmob/clothing/suits/misc_ert.dmi index 68b177625f48..6eb469f2ca1d 100644 Binary files a/icons/mob/humans/onmob/clothing/suits/misc_ert.dmi and b/icons/mob/humans/onmob/clothing/suits/misc_ert.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suits/suits_by_faction/LASALLE.dmi b/icons/mob/humans/onmob/clothing/suits/suits_by_faction/LASALLE.dmi new file mode 100644 index 000000000000..9f785171e211 Binary files /dev/null and b/icons/mob/humans/onmob/clothing/suits/suits_by_faction/LASALLE.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suits/suits_by_faction/SEEGSON.dmi b/icons/mob/humans/onmob/clothing/suits/suits_by_faction/SEEGSON.dmi new file mode 100644 index 000000000000..16608fbf7909 Binary files /dev/null and b/icons/mob/humans/onmob/clothing/suits/suits_by_faction/SEEGSON.dmi differ diff --git a/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi b/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi new file mode 100644 index 000000000000..71e8760c109d Binary files /dev/null and b/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/LASALLE.dmi differ diff --git a/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi b/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi index e083f68741ac..dda9ba61736d 100644 Binary files a/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi and b/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi differ diff --git a/icons/mob/humans/onmob/inhands/items/lighting_lefthand.dmi b/icons/mob/humans/onmob/inhands/items/lighting_lefthand.dmi index fb3755fe9376..eef23a517dba 100644 Binary files a/icons/mob/humans/onmob/inhands/items/lighting_lefthand.dmi and b/icons/mob/humans/onmob/inhands/items/lighting_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/items/lighting_righthand.dmi b/icons/mob/humans/onmob/inhands/items/lighting_righthand.dmi index a7ad9abc237d..82fd03c0fa42 100644 Binary files a/icons/mob/humans/onmob/inhands/items/lighting_righthand.dmi and b/icons/mob/humans/onmob/inhands/items/lighting_righthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_lefthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_lefthand.dmi index 377d82110b8f..da0f215bba9b 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_lefthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_righthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_righthand.dmi index c56b15131012..69b30c40c0c6 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_righthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/assault_rifles_righthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/pistols_lefthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/pistols_lefthand.dmi index 5948d3075d96..0ef6fa121fe3 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/pistols_lefthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/pistols_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/pistols_righthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/pistols_righthand.dmi index 64540bf0f831..f2a30f8dc71c 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/pistols_righthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/pistols_righthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/smgs_lefthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/smgs_lefthand.dmi index 310ecbd61b87..b3f0d8f29bb7 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/smgs_lefthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/smgs_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/smgs_righthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/smgs_righthand.dmi index 143e063158c0..31c75617c149 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/smgs_righthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/smgs_righthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/melee/knives_lefthand.dmi b/icons/mob/humans/onmob/inhands/weapons/melee/knives_lefthand.dmi index 376fa1694a29..811dbf478235 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/melee/knives_lefthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/melee/knives_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/melee/knives_righthand.dmi b/icons/mob/humans/onmob/inhands/weapons/melee/knives_righthand.dmi index 921d1910caae..4c316f2d6894 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/melee/knives_righthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/melee/knives_righthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_lefthand.dmi b/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_lefthand.dmi index db362c9fb977..7fa08589b9df 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_lefthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_righthand.dmi b/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_righthand.dmi index 83e6ab7ed364..3b840454f973 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_righthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/melee/non_lethal_righthand.dmi differ diff --git a/icons/mob/humans/species/monkeys/r_neaera_alt.dmi b/icons/mob/humans/species/monkeys/r_neaera_alt.dmi new file mode 100644 index 000000000000..12b396a81456 Binary files /dev/null and b/icons/mob/humans/species/monkeys/r_neaera_alt.dmi differ diff --git a/icons/obj/items/black_goo_stuff.dmi b/icons/obj/items/black_goo_stuff.dmi index 88e3b27f415d..44f42db3a678 100644 Binary files a/icons/obj/items/black_goo_stuff.dmi and b/icons/obj/items/black_goo_stuff.dmi differ diff --git a/icons/obj/items/card.dmi b/icons/obj/items/card.dmi index e7490158f5d0..135126f526e3 100644 Binary files a/icons/obj/items/card.dmi and b/icons/obj/items/card.dmi differ diff --git a/icons/obj/items/clothing/accessory/patches.dmi b/icons/obj/items/clothing/accessory/patches.dmi index 6ddf3c2dc32f..bbfbc4ca5c9e 100644 Binary files a/icons/obj/items/clothing/accessory/patches.dmi and b/icons/obj/items/clothing/accessory/patches.dmi differ diff --git a/icons/obj/items/clothing/backpack/backpacks.dmi b/icons/obj/items/clothing/backpack/backpacks.dmi index 859b260146ba..3bf6581e332d 100644 Binary files a/icons/obj/items/clothing/backpack/backpacks.dmi and b/icons/obj/items/clothing/backpack/backpacks.dmi differ diff --git a/icons/obj/items/clothing/glasses/glasses.dmi b/icons/obj/items/clothing/glasses/glasses.dmi index d7b34c24a873..9e7889648cfd 100644 Binary files a/icons/obj/items/clothing/glasses/glasses.dmi and b/icons/obj/items/clothing/glasses/glasses.dmi differ diff --git a/icons/obj/items/clothing/glasses/huds.dmi b/icons/obj/items/clothing/glasses/huds.dmi index 3253ef981328..0412e6bd82f0 100644 Binary files a/icons/obj/items/clothing/glasses/huds.dmi and b/icons/obj/items/clothing/glasses/huds.dmi differ diff --git a/icons/obj/items/clothing/gloves.dmi b/icons/obj/items/clothing/gloves.dmi index 8b1140d0be2b..3863bf2d864a 100644 Binary files a/icons/obj/items/clothing/gloves.dmi and b/icons/obj/items/clothing/gloves.dmi differ diff --git a/icons/obj/items/clothing/hats/hats_by_faction/LASALLE.dmi b/icons/obj/items/clothing/hats/hats_by_faction/LASALLE.dmi new file mode 100644 index 000000000000..219edd14df83 Binary files /dev/null and b/icons/obj/items/clothing/hats/hats_by_faction/LASALLE.dmi differ diff --git a/icons/obj/items/clothing/hats/hats_by_faction/SEEGSON.dmi b/icons/obj/items/clothing/hats/hats_by_faction/SEEGSON.dmi new file mode 100644 index 000000000000..53237ce7d17b Binary files /dev/null and b/icons/obj/items/clothing/hats/hats_by_faction/SEEGSON.dmi differ diff --git a/icons/obj/items/clothing/hats/hazard.dmi b/icons/obj/items/clothing/hats/hazard.dmi index dfbf2ea4fe1f..3f3d7df751b8 100644 Binary files a/icons/obj/items/clothing/hats/hazard.dmi and b/icons/obj/items/clothing/hats/hazard.dmi differ diff --git a/icons/obj/items/clothing/masks/gasmasks.dmi b/icons/obj/items/clothing/masks/gasmasks.dmi index f5e8afde58ed..f01d512eeb99 100644 Binary files a/icons/obj/items/clothing/masks/gasmasks.dmi and b/icons/obj/items/clothing/masks/gasmasks.dmi differ diff --git a/icons/obj/items/clothing/shoes.dmi b/icons/obj/items/clothing/shoes.dmi index 3031dd3084dd..5decbc096dd6 100644 Binary files a/icons/obj/items/clothing/shoes.dmi and b/icons/obj/items/clothing/shoes.dmi differ diff --git a/icons/obj/items/clothing/suits/coats_robes.dmi b/icons/obj/items/clothing/suits/coats_robes.dmi index 40093c02653f..512e6ef17636 100644 Binary files a/icons/obj/items/clothing/suits/coats_robes.dmi and b/icons/obj/items/clothing/suits/coats_robes.dmi differ diff --git a/icons/obj/items/clothing/suits/hazard.dmi b/icons/obj/items/clothing/suits/hazard.dmi index a22a03087cf0..15c67eaf6a9e 100644 Binary files a/icons/obj/items/clothing/suits/hazard.dmi and b/icons/obj/items/clothing/suits/hazard.dmi differ diff --git a/icons/obj/items/clothing/suits/misc_ert.dmi b/icons/obj/items/clothing/suits/misc_ert.dmi index c8313d3c5f00..c746696ce32d 100644 Binary files a/icons/obj/items/clothing/suits/misc_ert.dmi and b/icons/obj/items/clothing/suits/misc_ert.dmi differ diff --git a/icons/obj/items/clothing/suits/suits_by_faction/LASALLE.dmi b/icons/obj/items/clothing/suits/suits_by_faction/LASALLE.dmi new file mode 100644 index 000000000000..4f83ba0c7be9 Binary files /dev/null and b/icons/obj/items/clothing/suits/suits_by_faction/LASALLE.dmi differ diff --git a/icons/obj/items/clothing/suits/suits_by_faction/SEEGSON.dmi b/icons/obj/items/clothing/suits/suits_by_faction/SEEGSON.dmi new file mode 100644 index 000000000000..9d187ad41a8e Binary files /dev/null and b/icons/obj/items/clothing/suits/suits_by_faction/SEEGSON.dmi differ diff --git a/icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi b/icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi new file mode 100644 index 000000000000..9480e5bb7cd1 Binary files /dev/null and b/icons/obj/items/clothing/uniforms/uniforms_by_faction/LASALLE.dmi differ diff --git a/icons/obj/items/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi b/icons/obj/items/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi index c915ec03b02b..e1c038a8f3a2 100644 Binary files a/icons/obj/items/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi and b/icons/obj/items/clothing/uniforms/uniforms_by_faction/SEEGSON.dmi differ diff --git a/icons/obj/items/food/drinks.dmi b/icons/obj/items/food/drinks.dmi index b4dc27e2f92b..c89a1e5fefb7 100644 Binary files a/icons/obj/items/food/drinks.dmi and b/icons/obj/items/food/drinks.dmi differ diff --git a/icons/obj/items/food/junkfood.dmi b/icons/obj/items/food/junkfood.dmi index 5deb03894970..40192f4033d8 100644 Binary files a/icons/obj/items/food/junkfood.dmi and b/icons/obj/items/food/junkfood.dmi differ diff --git a/icons/obj/items/inflatable.dmi b/icons/obj/items/inflatable.dmi index 6d4a5582a1f0..892c1fa8287f 100644 Binary files a/icons/obj/items/inflatable.dmi and b/icons/obj/items/inflatable.dmi differ diff --git a/icons/obj/items/lighting.dmi b/icons/obj/items/lighting.dmi index 2e3f43138358..965b11646fb6 100644 Binary files a/icons/obj/items/lighting.dmi and b/icons/obj/items/lighting.dmi differ diff --git a/icons/obj/items/stacks.dmi b/icons/obj/items/stacks.dmi index bccbb8a8f843..3b644282714d 100644 Binary files a/icons/obj/items/stacks.dmi and b/icons/obj/items/stacks.dmi differ diff --git a/icons/obj/items/storage/bags.dmi b/icons/obj/items/storage/bags.dmi index 312951909261..f3bd34856492 100644 Binary files a/icons/obj/items/storage/bags.dmi and b/icons/obj/items/storage/bags.dmi differ diff --git a/icons/obj/items/table_parts.dmi b/icons/obj/items/table_parts.dmi index 81f36326f7d1..bc048c81ed3b 100644 Binary files a/icons/obj/items/table_parts.dmi and b/icons/obj/items/table_parts.dmi differ diff --git a/icons/obj/items/tank.dmi b/icons/obj/items/tank.dmi index cc23d95eea63..50c48a586322 100644 Binary files a/icons/obj/items/tank.dmi and b/icons/obj/items/tank.dmi differ diff --git a/icons/obj/items/trash.dmi b/icons/obj/items/trash.dmi index 2c78a1b047f5..4b9da59da4b8 100644 Binary files a/icons/obj/items/trash.dmi and b/icons/obj/items/trash.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/colony/assault_rifles.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/colony/assault_rifles.dmi index 205d4c2bbe96..f5edbf7513bb 100644 Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/colony/assault_rifles.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/colony/assault_rifles.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/colony/smgs.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/colony/smgs.dmi index 031cc149a626..2ecc37746a2a 100644 Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/colony/smgs.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/colony/smgs.dmi differ diff --git a/icons/obj/items/weapons/guns/attachments/barrel.dmi b/icons/obj/items/weapons/guns/attachments/barrel.dmi index 076b1f2d192d..b04164f8cb10 100644 Binary files a/icons/obj/items/weapons/guns/attachments/barrel.dmi and b/icons/obj/items/weapons/guns/attachments/barrel.dmi differ diff --git a/icons/obj/items/weapons/guns/attachments/stock.dmi b/icons/obj/items/weapons/guns/attachments/stock.dmi index 40fa1f4f3880..559b7ba11fb8 100644 Binary files a/icons/obj/items/weapons/guns/attachments/stock.dmi and b/icons/obj/items/weapons/guns/attachments/stock.dmi differ diff --git a/icons/obj/items/weapons/guns/guns_by_faction/colony/assault_rifles.dmi b/icons/obj/items/weapons/guns/guns_by_faction/colony/assault_rifles.dmi index f1873bc78c52..855cc025e02d 100644 Binary files a/icons/obj/items/weapons/guns/guns_by_faction/colony/assault_rifles.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/colony/assault_rifles.dmi differ diff --git a/icons/obj/items/weapons/guns/guns_by_faction/colony/pistols.dmi b/icons/obj/items/weapons/guns/guns_by_faction/colony/pistols.dmi index 5c3b23f6215d..62f9ca7f8f64 100644 Binary files a/icons/obj/items/weapons/guns/guns_by_faction/colony/pistols.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/colony/pistols.dmi differ diff --git a/icons/obj/items/weapons/guns/guns_by_faction/colony/smgs.dmi b/icons/obj/items/weapons/guns/guns_by_faction/colony/smgs.dmi index c1211741c629..5924719a5153 100644 Binary files a/icons/obj/items/weapons/guns/guns_by_faction/colony/smgs.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/colony/smgs.dmi differ diff --git a/icons/obj/items/weapons/guns/lineart.dmi b/icons/obj/items/weapons/guns/lineart.dmi index a8b98c027287..32620c0da12f 100644 Binary files a/icons/obj/items/weapons/guns/lineart.dmi and b/icons/obj/items/weapons/guns/lineart.dmi differ diff --git a/icons/obj/items/weapons/melee/non_lethal.dmi b/icons/obj/items/weapons/melee/non_lethal.dmi index 3db9ec9b9b9d..951a76236510 100644 Binary files a/icons/obj/items/weapons/melee/non_lethal.dmi and b/icons/obj/items/weapons/melee/non_lethal.dmi differ diff --git a/icons/obj/janitor.dmi b/icons/obj/janitor.dmi index 89a8e6f31f08..66e50f391406 100644 Binary files a/icons/obj/janitor.dmi and b/icons/obj/janitor.dmi differ diff --git a/icons/obj/structures/closet.dmi b/icons/obj/structures/closet.dmi index ef9255e62bad..ad4d064721de 100644 Binary files a/icons/obj/structures/closet.dmi and b/icons/obj/structures/closet.dmi differ diff --git a/icons/obj/structures/crates.dmi b/icons/obj/structures/crates.dmi index 3df712eb4bb5..c19d4dc53e59 100644 Binary files a/icons/obj/structures/crates.dmi and b/icons/obj/structures/crates.dmi differ diff --git a/icons/obj/structures/doors/2x1almayerdoor.dmi b/icons/obj/structures/doors/2x1almayerdoor.dmi index 31623c13d533..37158b42d17e 100644 Binary files a/icons/obj/structures/doors/2x1almayerdoor.dmi and b/icons/obj/structures/doors/2x1almayerdoor.dmi differ diff --git a/icons/obj/structures/doors/2x1almayerdoor_glass.dmi b/icons/obj/structures/doors/2x1almayerdoor_glass.dmi index a93849d1b4db..7b519fc9fd42 100644 Binary files a/icons/obj/structures/doors/2x1almayerdoor_glass.dmi and b/icons/obj/structures/doors/2x1almayerdoor_glass.dmi differ diff --git a/icons/obj/structures/doors/almayerdoor.dmi b/icons/obj/structures/doors/almayerdoor.dmi index 8cad4b01e837..6ad7d100525d 100644 Binary files a/icons/obj/structures/doors/almayerdoor.dmi and b/icons/obj/structures/doors/almayerdoor.dmi differ diff --git a/icons/obj/structures/doors/almayerdoor_glass.dmi b/icons/obj/structures/doors/almayerdoor_glass.dmi index fa8dd80a8a4d..49941cb30fa7 100644 Binary files a/icons/obj/structures/doors/almayerdoor_glass.dmi and b/icons/obj/structures/doors/almayerdoor_glass.dmi differ diff --git a/icons/obj/structures/doors/blastdoors_shutters.dmi b/icons/obj/structures/doors/blastdoors_shutters.dmi index 801c464ee556..782e6dbb8e89 100644 Binary files a/icons/obj/structures/doors/blastdoors_shutters.dmi and b/icons/obj/structures/doors/blastdoors_shutters.dmi differ diff --git a/icons/obj/structures/doors/celldoor_alt.dmi b/icons/obj/structures/doors/celldoor_alt.dmi new file mode 100644 index 000000000000..4c0c4efd363f Binary files /dev/null and b/icons/obj/structures/doors/celldoor_alt.dmi differ diff --git a/icons/obj/structures/doors/lava/double_door_solid.dmi b/icons/obj/structures/doors/lava/double_door_solid.dmi new file mode 100644 index 000000000000..a40bb6f89522 Binary files /dev/null and b/icons/obj/structures/doors/lava/double_door_solid.dmi differ diff --git a/icons/obj/structures/doors/lava/double_glass_door_orange.dmi b/icons/obj/structures/doors/lava/double_glass_door_orange.dmi new file mode 100644 index 000000000000..a9c940e6423e Binary files /dev/null and b/icons/obj/structures/doors/lava/double_glass_door_orange.dmi differ diff --git a/icons/obj/structures/doors/lava/double_glass_door_purple.dmi b/icons/obj/structures/doors/lava/double_glass_door_purple.dmi new file mode 100644 index 000000000000..9c3670f68535 Binary files /dev/null and b/icons/obj/structures/doors/lava/double_glass_door_purple.dmi differ diff --git a/icons/obj/structures/doors/lava/double_glass_door_red.dmi b/icons/obj/structures/doors/lava/double_glass_door_red.dmi new file mode 100644 index 000000000000..1a33ad08304a Binary files /dev/null and b/icons/obj/structures/doors/lava/double_glass_door_red.dmi differ diff --git a/icons/obj/structures/doors/lava/double_glass_door_teal.dmi b/icons/obj/structures/doors/lava/double_glass_door_teal.dmi new file mode 100644 index 000000000000..3faa529765fe Binary files /dev/null and b/icons/obj/structures/doors/lava/double_glass_door_teal.dmi differ diff --git a/icons/obj/structures/doors/lava/single_door_solid.dmi b/icons/obj/structures/doors/lava/single_door_solid.dmi new file mode 100644 index 000000000000..27a85c01d1f8 Binary files /dev/null and b/icons/obj/structures/doors/lava/single_door_solid.dmi differ diff --git a/icons/obj/structures/doors/lava/single_glass_door_orange.dmi b/icons/obj/structures/doors/lava/single_glass_door_orange.dmi new file mode 100644 index 000000000000..4ac1e217c64e Binary files /dev/null and b/icons/obj/structures/doors/lava/single_glass_door_orange.dmi differ diff --git a/icons/obj/structures/doors/lava/single_glass_door_purple.dmi b/icons/obj/structures/doors/lava/single_glass_door_purple.dmi new file mode 100644 index 000000000000..1ce247d496ce Binary files /dev/null and b/icons/obj/structures/doors/lava/single_glass_door_purple.dmi differ diff --git a/icons/obj/structures/doors/lava/single_glass_door_red.dmi b/icons/obj/structures/doors/lava/single_glass_door_red.dmi new file mode 100644 index 000000000000..0fd787ba8049 Binary files /dev/null and b/icons/obj/structures/doors/lava/single_glass_door_red.dmi differ diff --git a/icons/obj/structures/doors/lava/single_glass_door_teal.dmi b/icons/obj/structures/doors/lava/single_glass_door_teal.dmi new file mode 100644 index 000000000000..7bc3e82d3409 Binary files /dev/null and b/icons/obj/structures/doors/lava/single_glass_door_teal.dmi differ diff --git a/icons/obj/structures/machinery/ai.dmi b/icons/obj/structures/machinery/ai.dmi index 16b9021d91e3..20936a2dd60b 100644 Binary files a/icons/obj/structures/machinery/ai.dmi and b/icons/obj/structures/machinery/ai.dmi differ diff --git a/icons/obj/structures/machinery/big_floodlight.dmi b/icons/obj/structures/machinery/big_floodlight.dmi index 46cd8b980974..40f6793c243e 100644 Binary files a/icons/obj/structures/machinery/big_floodlight.dmi and b/icons/obj/structures/machinery/big_floodlight.dmi differ diff --git a/icons/obj/structures/machinery/biogenerator.dmi b/icons/obj/structures/machinery/biogenerator.dmi index 373b40e7d40d..bca5371beae7 100644 Binary files a/icons/obj/structures/machinery/biogenerator.dmi and b/icons/obj/structures/machinery/biogenerator.dmi differ diff --git a/icons/obj/structures/machinery/coffee_machine.dmi b/icons/obj/structures/machinery/coffee_machine.dmi index dfd67114850f..fc04808dba48 100644 Binary files a/icons/obj/structures/machinery/coffee_machine.dmi and b/icons/obj/structures/machinery/coffee_machine.dmi differ diff --git a/icons/obj/structures/machinery/computer.dmi b/icons/obj/structures/machinery/computer.dmi index 5d557ac8dc28..0b1806228063 100644 Binary files a/icons/obj/structures/machinery/computer.dmi and b/icons/obj/structures/machinery/computer.dmi differ diff --git a/icons/obj/structures/machinery/kitchen.dmi b/icons/obj/structures/machinery/kitchen.dmi index 83ee1f771949..a33ce7401ae4 100644 Binary files a/icons/obj/structures/machinery/kitchen.dmi and b/icons/obj/structures/machinery/kitchen.dmi differ diff --git a/icons/obj/structures/machinery/library.dmi b/icons/obj/structures/machinery/library.dmi index 1cb2f4533248..f36481e6a03a 100644 Binary files a/icons/obj/structures/machinery/library.dmi and b/icons/obj/structures/machinery/library.dmi differ diff --git a/icons/obj/structures/machinery/terminals.dmi b/icons/obj/structures/machinery/terminals.dmi index 871afb1fd66d..05b30727ee60 100644 Binary files a/icons/obj/structures/machinery/terminals.dmi and b/icons/obj/structures/machinery/terminals.dmi differ diff --git a/icons/obj/structures/machinery/vending.dmi b/icons/obj/structures/machinery/vending.dmi index f7ca4dd6834c..c55237154a4c 100644 Binary files a/icons/obj/structures/machinery/vending.dmi and b/icons/obj/structures/machinery/vending.dmi differ diff --git a/icons/obj/structures/phone.dmi b/icons/obj/structures/phone.dmi index 9b745122df67..978010e93c91 100644 Binary files a/icons/obj/structures/phone.dmi and b/icons/obj/structures/phone.dmi differ diff --git a/icons/obj/structures/props/containers/contain.dmi b/icons/obj/structures/props/containers/contain.dmi index 832ee9a4fe9d..4d32bd2b085c 100644 Binary files a/icons/obj/structures/props/containers/contain.dmi and b/icons/obj/structures/props/containers/contain.dmi differ diff --git a/icons/obj/structures/props/containers/containersextended.dmi b/icons/obj/structures/props/containers/containersextended.dmi index d4d99280f4a9..0246cd5799db 100644 Binary files a/icons/obj/structures/props/containers/containersextended.dmi and b/icons/obj/structures/props/containers/containersextended.dmi differ diff --git a/icons/obj/structures/props/digger.dmi b/icons/obj/structures/props/digger.dmi index 5f855cd8a9a1..c5ee78e467b7 100644 Binary files a/icons/obj/structures/props/digger.dmi and b/icons/obj/structures/props/digger.dmi differ diff --git a/icons/obj/structures/props/engineers/engineerbench.dmi b/icons/obj/structures/props/engineers/engineerbench.dmi new file mode 100644 index 000000000000..8b6b02f1a59d Binary files /dev/null and b/icons/obj/structures/props/engineers/engineerbench.dmi differ diff --git a/icons/obj/structures/props/engineers/engineerpillar.dmi b/icons/obj/structures/props/engineers/engineerpillar.dmi new file mode 100644 index 000000000000..ffc2955d22dc Binary files /dev/null and b/icons/obj/structures/props/engineers/engineerpillar.dmi differ diff --git a/icons/obj/structures/props/engineers/engineerpillar_fallen.dmi b/icons/obj/structures/props/engineers/engineerpillar_fallen.dmi new file mode 100644 index 000000000000..8c40b7d431ad Binary files /dev/null and b/icons/obj/structures/props/engineers/engineerpillar_fallen.dmi differ diff --git a/icons/obj/structures/props/engineers/engineerpit.dmi b/icons/obj/structures/props/engineers/engineerpit.dmi new file mode 100644 index 000000000000..591ff10fdd2c Binary files /dev/null and b/icons/obj/structures/props/engineers/engineerpit.dmi differ diff --git a/icons/obj/structures/props/furniture/chairs.dmi b/icons/obj/structures/props/furniture/chairs.dmi index d078d9e7998f..381c7e6fde26 100644 Binary files a/icons/obj/structures/props/furniture/chairs.dmi and b/icons/obj/structures/props/furniture/chairs.dmi differ diff --git a/icons/obj/structures/props/ice_colony/props.dmi b/icons/obj/structures/props/ice_colony/props.dmi index 8f0df59b65ff..854152363504 100644 Binary files a/icons/obj/structures/props/ice_colony/props.dmi and b/icons/obj/structures/props/ice_colony/props.dmi differ diff --git a/icons/obj/structures/props/industrial/32x64.dmi b/icons/obj/structures/props/industrial/32x64.dmi index ec2cac2add49..5ad7abda4f29 100644 Binary files a/icons/obj/structures/props/industrial/32x64.dmi and b/icons/obj/structures/props/industrial/32x64.dmi differ diff --git a/icons/obj/structures/props/industrial/conveyor.dmi b/icons/obj/structures/props/industrial/conveyor.dmi new file mode 100644 index 000000000000..78d8cb18a014 Binary files /dev/null and b/icons/obj/structures/props/industrial/conveyor.dmi differ diff --git a/icons/obj/structures/props/industrial/huge_mining_machines.dmi b/icons/obj/structures/props/industrial/huge_mining_machines.dmi new file mode 100644 index 000000000000..9f8ab09a41c2 Binary files /dev/null and b/icons/obj/structures/props/industrial/huge_mining_machines.dmi differ diff --git a/icons/obj/structures/props/landing_signs.dmi b/icons/obj/structures/props/landing_signs.dmi index 40078b153156..3eeabcbfd38b 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/mining.dmi b/icons/obj/structures/props/mining.dmi index debf822cce92..4a44274a913d 100644 Binary files a/icons/obj/structures/props/mining.dmi and b/icons/obj/structures/props/mining.dmi differ diff --git a/icons/obj/structures/props/natural/vegetation/alien_flora.dmi b/icons/obj/structures/props/natural/vegetation/alien_flora.dmi new file mode 100644 index 000000000000..5f64698878d2 Binary files /dev/null and b/icons/obj/structures/props/natural/vegetation/alien_flora.dmi differ diff --git a/icons/obj/structures/props/natural/vegetation/alien_tree.dmi b/icons/obj/structures/props/natural/vegetation/alien_tree.dmi new file mode 100644 index 000000000000..1b428138150f Binary files /dev/null and b/icons/obj/structures/props/natural/vegetation/alien_tree.dmi differ diff --git a/icons/obj/structures/props/platforms.dmi b/icons/obj/structures/props/platforms.dmi index e37e0d7ad671..9e054da656ef 100644 Binary files a/icons/obj/structures/props/platforms.dmi and b/icons/obj/structures/props/platforms.dmi differ diff --git a/icons/obj/structures/props/supermart.dmi b/icons/obj/structures/props/supermart.dmi index d533dedd40d3..dc3777326cb3 100644 Binary files a/icons/obj/structures/props/supermart.dmi and b/icons/obj/structures/props/supermart.dmi differ diff --git a/icons/obj/structures/props/wall_decorations/ruined_banner.dmi b/icons/obj/structures/props/wall_decorations/ruined_banner.dmi new file mode 100644 index 000000000000..67d36996e04e Binary files /dev/null and b/icons/obj/structures/props/wall_decorations/ruined_banner.dmi differ diff --git a/icons/obj/structures/props/wall_decorations/semiotic_standard.dmi b/icons/obj/structures/props/wall_decorations/semiotic_standard.dmi index 0032a22ed4fe..a36e1cd2e3e1 100644 Binary files a/icons/obj/structures/props/wall_decorations/semiotic_standard.dmi and b/icons/obj/structures/props/wall_decorations/semiotic_standard.dmi differ diff --git a/icons/obj/structures/props/working_joe_corpse.dmi b/icons/obj/structures/props/working_joe_corpse.dmi new file mode 100644 index 000000000000..589f8df8528d Binary files /dev/null and b/icons/obj/structures/props/working_joe_corpse.dmi differ diff --git a/icons/obj/structures/stairs/perspective_stairs_ramp.dmi b/icons/obj/structures/stairs/perspective_stairs_ramp.dmi new file mode 100644 index 000000000000..d90df7c537b3 Binary files /dev/null and b/icons/obj/structures/stairs/perspective_stairs_ramp.dmi differ diff --git a/icons/obj/structures/stairs/stairs_rock_colorable.dmi b/icons/obj/structures/stairs/stairs_rock_colorable.dmi new file mode 100644 index 000000000000..8e6186d08195 Binary files /dev/null and b/icons/obj/structures/stairs/stairs_rock_colorable.dmi differ diff --git a/icons/obj/structures/stairs/stairs_temple.dmi b/icons/obj/structures/stairs/stairs_temple.dmi new file mode 100644 index 000000000000..63346a274bb2 Binary files /dev/null and b/icons/obj/structures/stairs/stairs_temple.dmi differ diff --git a/icons/obj/structures/tables.dmi b/icons/obj/structures/tables.dmi index 18277c978e1e..de21d2842c5d 100644 Binary files a/icons/obj/structures/tables.dmi and b/icons/obj/structures/tables.dmi differ diff --git a/icons/obj/vehicles/hardpoints/van.dmi b/icons/obj/vehicles/hardpoints/van.dmi index a069c21e18cc..aa4db747f1a5 100644 Binary files a/icons/obj/vehicles/hardpoints/van.dmi and b/icons/obj/vehicles/hardpoints/van.dmi differ diff --git a/icons/obj/vehicles/interiors/rt01_chassis.dmi b/icons/obj/vehicles/interiors/rt01_chassis.dmi new file mode 100644 index 000000000000..ffae194b1e91 Binary files /dev/null and b/icons/obj/vehicles/interiors/rt01_chassis.dmi differ diff --git a/icons/obj/vehicles/interiors/rt01_general.dmi b/icons/obj/vehicles/interiors/rt01_general.dmi new file mode 100644 index 000000000000..f6117dc54888 Binary files /dev/null and b/icons/obj/vehicles/interiors/rt01_general.dmi differ diff --git a/icons/obj/vehicles/interiors/seats.dmi b/icons/obj/vehicles/interiors/seats.dmi new file mode 100644 index 000000000000..db5b0729be25 Binary files /dev/null and b/icons/obj/vehicles/interiors/seats.dmi differ diff --git a/icons/obj/vehicles/rt01.dmi b/icons/obj/vehicles/rt01.dmi new file mode 100644 index 000000000000..0c46d1e90de5 Binary files /dev/null and b/icons/obj/vehicles/rt01.dmi differ diff --git a/icons/turf/almayer.dmi b/icons/turf/almayer.dmi index 4f12aa300573..bea54d9ea762 100644 Binary files a/icons/turf/almayer.dmi and b/icons/turf/almayer.dmi differ diff --git a/icons/turf/dropship_lb.dmi b/icons/turf/dropship_lb.dmi new file mode 100644 index 000000000000..065e6eb55253 Binary files /dev/null and b/icons/turf/dropship_lb.dmi differ diff --git a/icons/turf/floors/corsat.dmi b/icons/turf/floors/corsat.dmi index 7d42977b3eaf..a09a6f74dc2d 100644 Binary files a/icons/turf/floors/corsat.dmi and b/icons/turf/floors/corsat.dmi differ diff --git a/icons/turf/floors/engineer/engineerruin.dmi b/icons/turf/floors/engineer/engineerruin.dmi new file mode 100644 index 000000000000..c86857634cee Binary files /dev/null and b/icons/turf/floors/engineer/engineerruin.dmi differ diff --git a/icons/turf/floors/engineership.dmi b/icons/turf/floors/engineer/engineership.dmi similarity index 100% rename from icons/turf/floors/engineership.dmi rename to icons/turf/floors/engineer/engineership.dmi diff --git a/icons/turf/floors/hybrisafloors.dmi b/icons/turf/floors/hybrisafloors.dmi index 6b00ba171b17..11444e40f605 100644 Binary files a/icons/turf/floors/hybrisafloors.dmi and b/icons/turf/floors/hybrisafloors.dmi differ diff --git a/icons/turf/floors/lava/lava_turf.dmi b/icons/turf/floors/lava/lava_turf.dmi new file mode 100644 index 000000000000..f9af47784d71 Binary files /dev/null and b/icons/turf/floors/lava/lava_turf.dmi differ diff --git a/icons/turf/floors/prison.dmi b/icons/turf/floors/prison.dmi index 375666c3ed3f..c11d67041fa8 100644 Binary files a/icons/turf/floors/prison.dmi and b/icons/turf/floors/prison.dmi differ diff --git a/icons/turf/floors/strata_floor.dmi b/icons/turf/floors/strata_floor.dmi index 94d5b65f8070..895840533c87 100644 Binary files a/icons/turf/floors/strata_floor.dmi and b/icons/turf/floors/strata_floor.dmi differ diff --git a/icons/turf/vehicle_interior.dmi b/icons/turf/vehicle_interior.dmi index 02e358fb8a11..b1fec6d1a9b6 100644 Binary files a/icons/turf/vehicle_interior.dmi and b/icons/turf/vehicle_interior.dmi differ diff --git a/icons/turf/walls/engineer/engineerruin.dmi b/icons/turf/walls/engineer/engineerruin.dmi new file mode 100644 index 000000000000..b325d3c3e846 Binary files /dev/null and b/icons/turf/walls/engineer/engineerruin.dmi differ diff --git a/icons/turf/walls/engineer/engineerruin_smooth.dmi b/icons/turf/walls/engineer/engineerruin_smooth.dmi new file mode 100644 index 000000000000..59513f249f63 Binary files /dev/null and b/icons/turf/walls/engineer/engineerruin_smooth.dmi differ diff --git a/icons/turf/walls/engineer/engineerruin_smooth_1.dmi b/icons/turf/walls/engineer/engineerruin_smooth_1.dmi new file mode 100644 index 000000000000..0242117dd7be Binary files /dev/null and b/icons/turf/walls/engineer/engineerruin_smooth_1.dmi differ diff --git a/icons/turf/walls/engineer/engineerruin_smooth_2.dmi b/icons/turf/walls/engineer/engineerruin_smooth_2.dmi new file mode 100644 index 000000000000..d6e9eddc9906 Binary files /dev/null and b/icons/turf/walls/engineer/engineerruin_smooth_2.dmi differ diff --git a/icons/turf/walls/engineership.dmi b/icons/turf/walls/engineer/engineership.dmi similarity index 100% rename from icons/turf/walls/engineership.dmi rename to icons/turf/walls/engineer/engineership.dmi diff --git a/icons/turf/walls/ice_colony/shiva_turfs.dmi b/icons/turf/walls/ice_colony/shiva_turfs.dmi index ce3d12b086c2..0c3bf652dfb7 100644 Binary files a/icons/turf/walls/ice_colony/shiva_turfs.dmi and b/icons/turf/walls/ice_colony/shiva_turfs.dmi differ diff --git a/icons/turf/walls/lava/lava_walls.dmi b/icons/turf/walls/lava/lava_walls.dmi new file mode 100644 index 000000000000..cb3f4ae75fa7 Binary files /dev/null and b/icons/turf/walls/lava/lava_walls.dmi differ diff --git a/icons/turf/walls/lava/windows_orange.dmi b/icons/turf/walls/lava/windows_orange.dmi new file mode 100644 index 000000000000..44776b02814b Binary files /dev/null and b/icons/turf/walls/lava/windows_orange.dmi differ diff --git a/icons/turf/walls/lava/windows_orange2.dmi b/icons/turf/walls/lava/windows_orange2.dmi new file mode 100644 index 000000000000..9e5643ac28be Binary files /dev/null and b/icons/turf/walls/lava/windows_orange2.dmi differ diff --git a/icons/turf/walls/lava/windows_purple.dmi b/icons/turf/walls/lava/windows_purple.dmi new file mode 100644 index 000000000000..59c1198808b1 Binary files /dev/null and b/icons/turf/walls/lava/windows_purple.dmi differ diff --git a/icons/turf/walls/lava/windows_teal.dmi b/icons/turf/walls/lava/windows_teal.dmi new file mode 100644 index 000000000000..90feac8c65a0 Binary files /dev/null and b/icons/turf/walls/lava/windows_teal.dmi differ diff --git a/icons/ui_icons/map_blips.dmi b/icons/ui_icons/map_blips.dmi index 30582775090f..cd38e6923ece 100644 Binary files a/icons/ui_icons/map_blips.dmi and b/icons/ui_icons/map_blips.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index 696d22b5d432..13af4ae2ffdf 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -72,3 +72,6 @@ endmap map whiskey_outpost_v2 endmap + +map fire_colony +endmap \ No newline at end of file diff --git a/maps/Nightmare/maps/Fire_Colony/nightmare.json b/maps/Nightmare/maps/Fire_Colony/nightmare.json new file mode 100644 index 000000000000..56a2e7608fdc --- /dev/null +++ b/maps/Nightmare/maps/Fire_Colony/nightmare.json @@ -0,0 +1,31 @@ +[ + { "type": "map_sprinkle", "path": "sprinkles/" }, + { + "type": "map_insert", + "landmark": "lasalle_merc_insert", + "chance": 1.0, + "path": "standalone/lasalle_merc_insert.dmm", + "when": { "lvevent": "lasalle_merc" } + }, + { + "type": "map_insert", + "landmark": "lasalle_merc_omicron", + "chance": 1.0, + "path": "standalone/lasalle_merc_omicron.dmm", + "when": { "lvevent": "lasalle_merc" } + }, + { + "type": "map_insert", + "landmark": "lasalle_merc_hydro", + "chance": 1.0, + "path": "standalone/lasalle_merc_hydro.dmm", + "when": { "lvevent": "lasalle_merc" } + }, + { + "type": "map_insert", + "landmark": "lasalle_merc_armory", + "chance": 1.0, + "path": "standalone/lasalle_merc_armory.dmm", + "when": { "lvevent": "lasalle_merc" } + } +] diff --git a/maps/Nightmare/maps/Fire_Colony/scenario.json b/maps/Nightmare/maps/Fire_Colony/scenario.json new file mode 100644 index 000000000000..79e3cd4bd79a --- /dev/null +++ b/maps/Nightmare/maps/Fire_Colony/scenario.json @@ -0,0 +1,9 @@ +[ + { + "type": "pick", "name": "event", + "choices": [ + { "weight": 8, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 2, "type": "def", "values": { "lvevent": "lasalle_merc", "hostile_survivors": true } } + ] + } +] diff --git a/maps/fire_colony.json b/maps/fire_colony.json new file mode 100644 index 000000000000..e4d00d421511 --- /dev/null +++ b/maps/fire_colony.json @@ -0,0 +1,79 @@ +{ + "map_name": "LV-376 Charon's Crucible", + "short_name": "Fire Colony", + "map_path": "map_files/Fire_Colony", + "map_file": "Fire_Colony.dmm", + "webmap_url": "Fire_Colony", + "weather_holder": "/datum/weather_ss_map_holder/fire_colony", + "survivor_types": [ + "/datum/equipment_preset/survivor/fire_colony/civilian", + "/datum/equipment_preset/survivor/fire_colony/doctor", + "/datum/equipment_preset/survivor/fire_colony/scientist_xenoarchaeologist", + "/datum/equipment_preset/survivor/fire_colony/scientist_xenobiologist", + "/datum/equipment_preset/survivor/fire_colony/scientist_xenoflora", + "/datum/equipment_preset/survivor/fire_colony/engineer", + "/datum/equipment_preset/survivor/lasalle_bionational", + "/datum/equipment_preset/survivor/fire_colony/corporate_goon" + ], + "synth_survivor_types": [ + "/datum/equipment_preset/synth/survivor/fire_colony/civilian", + "/datum/equipment_preset/synth/survivor/fire_colony/engineer", + "/datum/equipment_preset/synth/survivor/fire_colony/doctor", + "/datum/equipment_preset/synth/survivor/fire_colony/security", + "/datum/equipment_preset/synth/survivor/fire_colony/scientist" + ], + "CO_insert_survivor_types": [ + "/datum/equipment_preset/survivor/lasalle_merc/lasalle_commander" + ], + "colony_joe_types": [ + "/datum/job/civilian/working_joe/colony" + ], + "defcon_triggers": [ + 4750, + 3500, + 2000, + 1000, + 0.0 + ], + "map_item_type": "/obj/item/map/fire_colony", + "announce_text": "An automated distress signal has been received from Lasalle Bionational's Ecological Research Site on the volcanic world of LV-376 also known as 'Charon's Crucible'. All communications with the colony have since been lost. The ###SHIPNAME### has been dispatched to investigate.", + "co_briefing": { + "Hawks": "maps/map_briefings/commanding_officer/big_red/SOLARISRIDGEcpo.html", + "Doves": "maps/map_briefings/commanding_officer/big_red/SOLARISRIDGEhmm.html", + "Magpies": "maps/map_briefings/commanding_officer/big_red/SOLARISRIDGEmodi.html", + "Unaligned": "maps/map_briefings/commanding_officer/big_red/SOLARISRIDGEunaligned.html" + }, + "monkey_types": [ + "neaera_alt" + ], + "traits": [ + { + "Ground": true, + "Up": 1 + }, + { + "Ground": true, + "Up": 1, + "Down": -1 + }, + { + "Ground": true, + "Down": -1 + } + ], + "nightmare_path": "maps/Nightmare/maps/Fire_Colony/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 100 + }, + "camouflage": "classic", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/interiors/box_van.dmm b/maps/interiors/box_van.dmm index fd6b7c667fa2..fe5e55107be0 100644 --- a/maps/interiors/box_van.dmm +++ b/maps/interiors/box_van.dmm @@ -35,20 +35,23 @@ /turf/open/void/vehicle, /area/space) "j" = ( -/obj/structure/interior_wall/box_van, +/obj/structure/interior_wall/box_van{ + layer = 2.8 + }, /obj/structure/sign/poster/propaganda{ pixel_y = 4; pixel_x = 8 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "roof_4" + icon_state = "roof_4"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) "n" = ( /obj/structure/interior_wall/box_van{ icon_state = "background_2"; - alpha = 50; + alpha = 25; layer = 5.2; pixel_y = 32 }, @@ -64,16 +67,19 @@ layer = 3.3 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "roof_3" + icon_state = "roof_3"; + alpha = 25 }, /turf/open/shuttle/vehicle/med/slate, /area/interior/vehicle/box_van) "r" = ( /obj/structure/interior_wall/box_van{ - icon_state = "exterior_3" + icon_state = "exterior_3"; + layer = 2.8 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "roof_5" + icon_state = "roof_5"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -91,28 +97,36 @@ pixel_y = 32; tag = "left" }, -/obj/effect/landmark/interior/spawn/vehicle_driver_seat{ - dir = 4; - icon_state = "comfychair_black" - }, /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ icon_state = "windshield_viewport_bottom"; - icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi' + icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'; + alpha = 50 + }, +/obj/effect/landmark/interior/spawn/vehicle_driver_seat{ + dir = 4; + icon = 'icons/obj/vehicles/interiors/seats.dmi'; + icon_state = "vehicle_seat"; + pixel_x = -1; + pixel_y = 5 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "front_roof_2" + icon_state = "front_roof_2"; + alpha = 25 }, /turf/open/shuttle/vehicle/floor_3_11, /area/interior/vehicle/box_van) "v" = ( /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ - icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi' + icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'; + alpha = 50 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "interior_door" + icon_state = "interior_door"; + layer = 2.8 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "front_roof_1" + icon_state = "front_roof_1"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -129,8 +143,16 @@ name = "right entrance marker"; tag = "right" }, -/obj/structure/bed/chair/comfy/black{ - dir = 4 +/obj/structure/prop/vehicle/rt01/console{ + pixel_x = 18; + icon_state = "vehicle_console_alt" + }, +/obj/structure/bed/chair/vehicle/comfy{ + dir = 4; + pixel_y = 10; + buckling_x = -3; + buckling_y = 10; + pixel_x = -1 }, /turf/open/shuttle/vehicle/floor_3_12, /area/interior/vehicle/box_van) @@ -148,7 +170,7 @@ "J" = ( /obj/structure/interior_wall/box_van{ icon_state = "background_3"; - alpha = 50; + alpha = 25; layer = 5.2; pixel_y = 32 }, @@ -167,7 +189,8 @@ layer = 4 }, /obj/effect/vehicle_roof/box_van{ - icon_state = "roof_2" + icon_state = "roof_2"; + alpha = 25 }, /turf/open/shuttle/vehicle/med/slate, /area/interior/vehicle/box_van) diff --git a/maps/interiors/clf_van.dmm b/maps/interiors/clf_van.dmm index d1c4dd46c296..5be48714db05 100644 --- a/maps/interiors/clf_van.dmm +++ b/maps/interiors/clf_van.dmm @@ -1,8 +1,5 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "c" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, /obj/effect/landmark/interior/spawn/entrance{ dir = 8; exit_type = /obj/structure/interior_exit/vehicle/clf_van/backright; @@ -14,13 +11,17 @@ /obj/item/ammo_casing, /obj/item/ammo_casing, /obj/item/ammo_casing, -/turf/open/shuttle/vehicle/floor_1_10, +/obj/effect/decal/hybrisa/dirt, +/turf/open/shuttle/vehicle/van_floor_1/east, /area/interior/vehicle/clf_van) "e" = ( /obj/structure/interior_wall/clf_van{ - icon_state = "background_1" + icon_state = "background_1"; + layer = 2.8 + }, +/obj/effect/vehicle_roof/clf_van{ + alpha = 25 }, -/obj/effect/vehicle_roof/clf_van, /turf/open/void/vehicle, /area/space) "f" = ( @@ -30,17 +31,31 @@ /turf/open/void/vehicle, /area/space) "h" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + dir = 1; + pixel_x = -10; + pixel_y = 1; + buckling_x = -10; + buckling_y = 1 }, +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + dir = 1; + pixel_x = 12; + pixel_y = 1; + buckling_x = 12; + buckling_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, /obj/effect/landmark/interior/spawn/interior_viewport/simple{ alpha = 100; - pixel_y = -2 + pixel_y = -3; + pixel_x = -32 }, -/obj/item/ammo_casing, -/obj/item/ammo_casing, -/obj/item/ammo_casing, -/turf/open/shuttle/vehicle/floor_1_1, +/turf/open/shuttle/vehicle/floor_1_5, /area/interior/vehicle/clf_van) "i" = ( /obj/structure/interior_wall/clf_van{ @@ -50,43 +65,50 @@ /area/space) "j" = ( /obj/structure/interior_wall/clf_van{ - icon_state = "background_2" + icon_state = "background_2"; + layer = 2.8 }, /obj/effect/vehicle_roof/clf_van{ - icon_state = "roof_2" + icon_state = "roof_2"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) "n" = ( /obj/structure/interior_wall/clf_van{ icon_state = "exterior_2"; - alpha = 50; + alpha = 25; layer = 5.2; pixel_y = 32 }, /turf/open/void/vehicle, /area/space) "o" = ( -/obj/structure/bed/chair/comfy, +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + pixel_x = 2; + pixel_y = 17; + buckling_x = 2; + buckling_y = 17 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, /obj/effect/vehicle_roof/clf_van{ - icon_state = "roof_3" + icon_state = "roof_3"; + alpha = 25 }, -/turf/open/shuttle/vehicle/floor_1_8, +/turf/open/shuttle/vehicle/floor_1_14, /area/interior/vehicle/clf_van) "r" = ( /obj/structure/interior_wall/clf_van{ - icon_state = "background_3" + icon_state = "background_3"; + layer = 2.8 }, /obj/effect/vehicle_roof/clf_van{ - icon_state = "roof_3" + icon_state = "roof_3"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) "s" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/obj/effect/vehicle_roof/clf_van, /obj/effect/landmark/interior/spawn/entrance{ dir = 8; exit_type = /obj/structure/interior_exit/vehicle/clf_van/backleft; @@ -99,7 +121,15 @@ /obj/item/ammo_casing, /obj/item/ammo_casing, /obj/item/ammo_casing, -/turf/open/shuttle/vehicle/floor_1_7, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/vehicle_roof/clf_van{ + alpha = 25 + }, +/turf/open/shuttle/vehicle/van_floor_1, /area/interior/vehicle/clf_van) "t" = ( /obj/effect/landmark/interior/spawn/entrance{ @@ -109,27 +139,37 @@ pixel_y = 32; tag = "left" }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + icon_state = "windshield_viewport_bottom"; + icon = 'icons/obj/vehicles/interiors/clf_van.dmi'; + alpha = 50 + }, /obj/effect/landmark/interior/spawn/vehicle_driver_seat{ - dir = 4 + dir = 4; + icon = 'icons/obj/vehicles/interiors/seats.dmi'; + icon_state = "alt2_vehicle_seat"; + pixel_x = -1; + pixel_y = 5 }, +/obj/effect/decal/hybrisa/dirt, /obj/effect/vehicle_roof/clf_van{ - icon_state = "front_roof_2" - }, -/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ - icon_state = "windshield_viewport_bottom"; - icon = 'icons/obj/vehicles/interiors/clf_van.dmi' + icon_state = "front_roof_2"; + alpha = 25 }, /turf/open/shuttle/vehicle/floor_3_11, /area/interior/vehicle/clf_van) "v" = ( /obj/structure/interior_wall/clf_van{ - icon_state = "interior_door" - }, -/obj/effect/vehicle_roof/clf_van{ - icon_state = "front_roof_1" + icon_state = "interior_door"; + layer = 2.8 }, /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ - icon = 'icons/obj/vehicles/interiors/clf_van.dmi' + icon = 'icons/obj/vehicles/interiors/clf_van.dmi'; + alpha = 50 + }, +/obj/effect/vehicle_roof/clf_van{ + icon_state = "front_roof_1"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -152,8 +192,16 @@ name = "right entrance marker"; tag = "right" }, -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/structure/prop/vehicle/rt01/console{ + pixel_x = 18; + icon_state = "vehicle_console_alt" + }, +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + dir = 4; + pixel_y = 10; + buckling_x = -3; + buckling_y = 10; + pixel_x = -1 }, /turf/open/shuttle/vehicle/floor_3_12, /area/interior/vehicle/clf_van) @@ -172,38 +220,61 @@ "F" = ( /obj/structure/interior_wall/clf_van{ icon_state = "exterior_1"; - alpha = 50; + alpha = 25; layer = 5.2; pixel_y = 32 }, /turf/open/void/vehicle, /area/space) "G" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + dir = 1; + pixel_x = 2; + pixel_y = 1; + buckling_x = 2; + buckling_y = 1 }, -/turf/open/shuttle/vehicle/floor_1_9, +/turf/open/shuttle/vehicle/floor_1_14, /area/interior/vehicle/clf_van) "J" = ( /obj/structure/interior_wall/clf_van{ icon_state = "exterior_3"; - alpha = 50; + alpha = 25; layer = 5.2; pixel_y = 32 }, /turf/open/void/vehicle, /area/space) "M" = ( -/obj/structure/bed/chair/comfy, -/obj/effect/landmark/interior/spawn/interior_viewport/simple{ - pixel_y = 30 +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + pixel_x = -10; + pixel_y = 17; + buckling_x = -10; + buckling_y = 17 + }, +/obj/structure/bed/chair/vehicle/comfy/alt_2{ + pixel_x = 12; + pixel_y = 17; + buckling_x = 12; + buckling_y = 17 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/sign/banners/clf_worn{ + pixel_x = -4; + pixel_y = 33; + layer = 2.9 }, /obj/effect/vehicle_roof/clf_van{ - icon_state = "roof_2" + icon_state = "roof_2"; + alpha = 25 }, -/obj/item/ammo_casing, -/obj/item/ammo_casing, -/turf/open/shuttle/vehicle/floor_1_2, +/obj/effect/landmark/interior/spawn/interior_viewport/simple{ + pixel_y = 30; + pixel_x = -32 + }, +/turf/open/shuttle/vehicle/floor_1_5, /area/interior/vehicle/clf_van) "O" = ( /turf/open/void/vehicle, diff --git a/maps/interiors/pizza_van.dmm b/maps/interiors/pizza_van.dmm index cea321244a52..b489cab42088 100644 --- a/maps/interiors/pizza_van.dmm +++ b/maps/interiors/pizza_van.dmm @@ -35,13 +35,16 @@ /turf/open/void/vehicle, /area/space) "j" = ( -/obj/structure/interior_wall/pizza_van, +/obj/structure/interior_wall/pizza_van{ + layer = 2.8 + }, /obj/structure/sign/poster/ad{ pixel_y = 4; pixel_x = 8 }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "roof_4" + icon_state = "roof_4"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -50,7 +53,7 @@ icon_state = "background_2"; pixel_y = 32; layer = 5.2; - alpha = 50 + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -58,19 +61,25 @@ /obj/effect/landmark/interior/spawn/interior_viewport/simple{ pixel_y = 30 }, -/obj/structure/bed/chair/comfy/beige, /obj/item/clothing/head/hybrisa/pizza_galaxy, +/obj/structure/bed/chair/vehicle/comfy{ + pixel_y = 17; + buckling_y = 17 + }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "roof_3" + icon_state = "roof_3"; + alpha = 25 }, /turf/open/shuttle/vehicle/med/gray, /area/interior/vehicle/pizza_van) "r" = ( /obj/structure/interior_wall/pizza_van{ - icon_state = "exterior_3" + icon_state = "exterior_3"; + layer = 2.8 }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "roof_5" + icon_state = "roof_5"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -88,28 +97,36 @@ pixel_y = 32; tag = "left" }, -/obj/effect/landmark/interior/spawn/vehicle_driver_seat{ - dir = 4; - icon_state = "comfychair_beige" - }, /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ icon_state = "windshield_viewport_bottom"; - icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi' + icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'; + alpha = 50 + }, +/obj/effect/landmark/interior/spawn/vehicle_driver_seat{ + dir = 4; + icon = 'icons/obj/vehicles/interiors/seats.dmi'; + icon_state = "vehicle_seat"; + pixel_x = -1; + pixel_y = 5 }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "front_roof_2" + icon_state = "front_roof_2"; + alpha = 25 }, /turf/open/shuttle/vehicle/floor_3_11, /area/interior/vehicle/pizza_van) "v" = ( /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ - icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi' + icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'; + alpha = 50 }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "interior_door" + icon_state = "interior_door"; + layer = 3 }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "front_roof_1" + icon_state = "front_roof_1"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -126,8 +143,16 @@ name = "right entrance marker"; tag = "right" }, -/obj/structure/bed/chair/comfy/beige{ - dir = 4 +/obj/structure/prop/vehicle/rt01/console{ + pixel_x = 18; + icon_state = "vehicle_console_alt" + }, +/obj/structure/bed/chair/vehicle/comfy{ + dir = 4; + pixel_y = 10; + buckling_x = -3; + buckling_y = 10; + pixel_x = -1 }, /turf/open/shuttle/vehicle/floor_3_12, /area/interior/vehicle/pizza_van) @@ -136,13 +161,15 @@ alpha = 100; pixel_y = -2 }, -/obj/structure/bed/chair/comfy/beige{ - dir = 1 - }, /obj/item/stack/sheet/cardboard{ layer = 1; pixel_x = 12 }, +/obj/structure/bed/chair/vehicle/comfy{ + dir = 1; + pixel_y = 1; + buckling_y = 1 + }, /turf/open/shuttle/vehicle/med/gray, /area/interior/vehicle/pizza_van) "J" = ( @@ -150,7 +177,7 @@ icon_state = "background_3"; pixel_y = 32; layer = 5.2; - alpha = 50 + alpha = 25 }, /turf/open/void/vehicle, /area/space) @@ -173,7 +200,8 @@ pixel_y = 8 }, /obj/effect/vehicle_roof/pizza_van{ - icon_state = "roof_2" + icon_state = "roof_2"; + alpha = 25 }, /turf/open/shuttle/vehicle/med/gray, /area/interior/vehicle/pizza_van) diff --git a/maps/interiors/rt01.dmm b/maps/interiors/rt01.dmm new file mode 100644 index 000000000000..c4c379cf1d78 --- /dev/null +++ b/maps/interiors/rt01.dmm @@ -0,0 +1,206 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"c" = ( +/obj/structure/prop/vehicle/rt01{ + pixel_x = -16; + pixel_y = -15 + }, +/obj/structure/bed/chair/vehicle/comfy/alt{ + dir = 1; + pixel_x = -2; + buckling_x = -2 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "viewport_back_2"; + pixel_x = -7; + pixel_y = 11 + }, +/obj/effect/landmark/interior/spawn/entrance{ + dir = 8; + exit_type = /obj/structure/interior_exit/vehicle/rt01/back; + name = "back entrance marker"; + tag = "back_right"; + pixel_x = -32; + pixel_y = 25 + }, +/turf/open/shuttle/vehicle/floor_3_13, +/area/interior/vehicle/rt01) +"h" = ( +/obj/structure/bed/chair/vehicle/comfy/alt{ + dir = 1; + pixel_x = 4; + buckling_x = 4 + }, +/obj/structure/bed/chair/vehicle/comfy/alt{ + dir = 1; + pixel_x = -15; + buckling_x = -15 + }, +/turf/open/shuttle/vehicle/floor_3_14, +/area/interior/vehicle/rt01) +"o" = ( +/obj/effect/landmark/interior/spawn/interior_viewport/simple{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "viewport_back"; + pixel_y = 32 + }, +/obj/effect/landmark/interior/spawn/entrance{ + dir = 1; + exit_type = /obj/structure/interior_exit/vehicle/rt01; + name = "left entrance marker"; + tag = "left"; + pixel_y = 32 + }, +/turf/open/shuttle/vehicle/floor_1_11, +/area/interior/vehicle/rt01) +"s" = ( +/obj/structure/bed/chair/vehicle/comfy/alt{ + pixel_x = -2; + pixel_y = 17; + buckling_x = -2; + buckling_y = 17 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "viewport_back_1"; + pixel_x = -7; + pixel_y = 28 + }, +/obj/effect/landmark/interior/spawn/entrance{ + dir = 8; + exit_type = /obj/structure/interior_exit/vehicle/rt01/back; + name = "back entrance marker"; + tag = "back_left"; + pixel_x = -32; + pixel_y = -7 + }, +/turf/open/shuttle/vehicle/floor_3_13, +/area/interior/vehicle/rt01) +"t" = ( +/obj/effect/landmark/interior/spawn/vehicle_driver_seat{ + dir = 4; + pixel_y = 5; + icon = 'icons/obj/vehicles/interiors/seats.dmi'; + icon_state = "alt_vehicle_seat" + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "windshield_viewport_side_top"; + pixel_y = 31 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + pixel_y = 33; + pixel_x = 32 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "windshield_viewport_front"; + pixel_y = 1; + pixel_x = 32 + }, +/turf/open/shuttle/vehicle/floor_3_13, +/area/interior/vehicle/rt01) +"y" = ( +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "windshield_viewport_side"; + pixel_y = 1; + alpha = 50 + }, +/obj/structure/bed/chair/vehicle/comfy/alt{ + dir = 4; + pixel_y = 10; + buckling_x = -3; + buckling_y = 10 + }, +/obj/structure/prop/vehicle/rt01/console{ + pixel_x = 19 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "windshield_viewport_bottom"; + pixel_y = 1; + pixel_x = 32 + }, +/turf/open/shuttle/vehicle/floor_3_13, +/area/interior/vehicle/rt01) +"G" = ( +/obj/structure/interior_exit/vehicle/rt01/exterior{ + alpha = 50 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple{ + icon = 'icons/obj/vehicles/interiors/rt01_general.dmi'; + icon_state = "viewport"; + pixel_y = 2; + alpha = 100 + }, +/obj/effect/landmark/interior/spawn/entrance{ + alpha = 50; + exit_type = /obj/structure/interior_exit/vehicle/rt01/exterior; + name = "right entrance marker"; + tag = "right" + }, +/turf/open/shuttle/vehicle/floor_1_12, +/area/interior/vehicle/rt01) +"M" = ( +/obj/structure/bed/chair/vehicle/comfy/alt{ + pixel_x = -15; + pixel_y = 17; + buckling_x = -15; + buckling_y = 17 + }, +/obj/structure/bed/chair/vehicle/comfy/alt{ + pixel_x = 4; + pixel_y = 17; + buckling_x = 4; + buckling_y = 17 + }, +/turf/open/shuttle/vehicle/floor_3_14, +/area/interior/vehicle/rt01) +"O" = ( +/turf/open/void/vehicle, +/area/space) + +(1,1,1) = {" +O +O +O +O +O +"} +(2,1,1) = {" +O +O +s +c +O +"} +(3,1,1) = {" +O +O +M +h +O +"} +(4,1,1) = {" +O +O +o +G +O +"} +(5,1,1) = {" +O +O +t +y +O +"} +(6,1,1) = {" +O +O +O +O +O +"} diff --git a/maps/interiors/van.dmm b/maps/interiors/van.dmm index 673f1ef07d2a..2fe3c145eaf5 100644 --- a/maps/interiors/van.dmm +++ b/maps/interiors/van.dmm @@ -1,8 +1,5 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "c" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, /obj/effect/landmark/interior/spawn/entrance{ dir = 8; exit_type = /obj/structure/interior_exit/vehicle/van/backright; @@ -10,13 +7,16 @@ pixel_x = -32; tag = "back_right" }, -/turf/open/shuttle/vehicle/floor_1_10, +/turf/open/shuttle/vehicle/van_floor_1/east, /area/interior/vehicle/van) "e" = ( /obj/structure/interior_wall/van{ - icon_state = "background_1" + icon_state = "background_1"; + layer = 2.8 + }, +/obj/effect/vehicle_roof/van{ + alpha = 25 }, -/obj/effect/vehicle_roof/van, /turf/open/void/vehicle, /area/space) "f" = ( @@ -26,14 +26,26 @@ /turf/open/void/vehicle, /area/space) "h" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + dir = 1; + pixel_x = 12; + pixel_y = 1; + buckling_x = 12; + buckling_y = 1 + }, +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + dir = 1; + pixel_x = -10; + pixel_y = 1; + buckling_x = -10; + buckling_y = 1 }, +/obj/effect/decal/hybrisa/dirt, /obj/effect/landmark/interior/spawn/interior_viewport/simple{ alpha = 100; - pixel_y = -2 + pixel_x = -32 }, -/turf/open/shuttle/vehicle/floor_1_1, +/turf/open/shuttle/vehicle/floor_1_5, /area/interior/vehicle/van) "i" = ( /obj/structure/interior_wall/van{ @@ -43,16 +55,18 @@ /area/space) "j" = ( /obj/structure/interior_wall/van{ - icon_state = "background_2" + icon_state = "background_2"; + layer = 2.8 }, /obj/effect/vehicle_roof/van{ - icon_state = "roof_2" + icon_state = "roof_2"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) "n" = ( /obj/structure/interior_wall/van{ - alpha = 50; + alpha = 25; icon_state = "exterior_2"; layer = 5.2; pixel_y = 32 @@ -60,24 +74,30 @@ /turf/open/void/vehicle, /area/space) "o" = ( -/obj/structure/bed/chair/comfy, +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + pixel_x = 2; + pixel_y = 17; + buckling_x = 2; + buckling_y = 17 + }, /obj/effect/vehicle_roof/van{ - icon_state = "roof_3" + icon_state = "roof_3"; + alpha = 25 }, -/turf/open/shuttle/vehicle/floor_1_8, +/turf/open/shuttle/vehicle/floor_1_14, /area/interior/vehicle/van) "r" = ( /obj/structure/interior_wall/van{ - icon_state = "background_3" + icon_state = "background_3"; + layer = 2.8 }, /obj/effect/vehicle_roof/van{ - icon_state = "roof_3" + icon_state = "roof_3"; + alpha = 25 }, /turf/open/void/vehicle, /area/space) "s" = ( -/obj/structure/bed/chair/comfy, -/obj/effect/vehicle_roof/van, /obj/effect/landmark/interior/spawn/entrance{ dir = 8; exit_type = /obj/structure/interior_exit/vehicle/van/backleft; @@ -85,7 +105,11 @@ pixel_x = -32; tag = "back_left" }, -/turf/open/shuttle/vehicle/floor_1_7, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/vehicle_roof/van{ + alpha = 25 + }, +/turf/open/shuttle/vehicle/van_floor_1, /area/interior/vehicle/van) "t" = ( /obj/effect/landmark/interior/spawn/entrance{ @@ -96,24 +120,35 @@ tag = "left" }, /obj/effect/landmark/interior/spawn/vehicle_driver_seat{ - dir = 4 - }, -/obj/effect/vehicle_roof/van{ - icon_state = "front_roof_2" + dir = 4; + icon = 'icons/obj/vehicles/interiors/seats.dmi'; + icon_state = "alt3_vehicle_seat"; + pixel_x = -1; + pixel_y = 5 }, /obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ - icon_state = "windshield_viewport_bottom" + icon_state = "windshield_viewport_bottom"; + alpha = 50 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/vehicle_roof/van{ + icon_state = "front_roof_2"; + alpha = 25 }, /turf/open/shuttle/vehicle/floor_3_11, /area/interior/vehicle/van) "v" = ( /obj/structure/interior_wall/van{ - icon_state = "interior_door" + icon_state = "interior_door"; + layer = 2.8 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{ + alpha = 50 }, /obj/effect/vehicle_roof/van{ - icon_state = "front_roof_1" + icon_state = "front_roof_1"; + alpha = 25 }, -/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield, /turf/open/void/vehicle, /area/space) "w" = ( @@ -135,8 +170,16 @@ name = "right entrance marker"; tag = "right" }, -/obj/structure/bed/chair/comfy{ - dir = 4 +/obj/structure/prop/vehicle/rt01/console{ + pixel_x = 18; + icon_state = "vehicle_console_alt" + }, +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + dir = 4; + pixel_y = 10; + buckling_x = -3; + buckling_y = 10; + pixel_x = -1 }, /turf/open/shuttle/vehicle/floor_3_12, /area/interior/vehicle/van) @@ -154,7 +197,7 @@ /area/space) "F" = ( /obj/structure/interior_wall/van{ - alpha = 50; + alpha = 25; icon_state = "background_1"; layer = 5.2; pixel_y = 32 @@ -162,14 +205,18 @@ /turf/open/void/vehicle, /area/space) "G" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + dir = 1; + pixel_x = 2; + pixel_y = 1; + buckling_x = 2; + buckling_y = 1 }, -/turf/open/shuttle/vehicle/floor_1_9, +/turf/open/shuttle/vehicle/floor_1_14, /area/interior/vehicle/van) "J" = ( /obj/structure/interior_wall/van{ - alpha = 50; + alpha = 25; icon_state = "exterior_3"; layer = 5.2; pixel_y = 32 @@ -177,14 +224,28 @@ /turf/open/void/vehicle, /area/space) "M" = ( -/obj/structure/bed/chair/comfy, -/obj/effect/landmark/interior/spawn/interior_viewport/simple{ - pixel_y = 30 - }, +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + pixel_x = -10; + pixel_y = 17; + buckling_x = -10; + buckling_y = 17 + }, +/obj/structure/bed/chair/vehicle/comfy/alt_3{ + pixel_x = 12; + pixel_y = 17; + buckling_x = 12; + buckling_y = 17 + }, +/obj/effect/decal/hybrisa/dirt, /obj/effect/vehicle_roof/van{ - icon_state = "roof_2" + icon_state = "roof_2"; + alpha = 25 + }, +/obj/effect/landmark/interior/spawn/interior_viewport/simple{ + pixel_y = 30; + pixel_x = -32 }, -/turf/open/shuttle/vehicle/floor_1_2, +/turf/open/shuttle/vehicle/floor_1_5, /area/interior/vehicle/van) "O" = ( /turf/open/void/vehicle, diff --git a/maps/map_files/Fire_Colony/Fire_Colony.dmm b/maps/map_files/Fire_Colony/Fire_Colony.dmm new file mode 100644 index 000000000000..2588e915a78d --- /dev/null +++ b/maps/map_files/Fire_Colony/Fire_Colony.dmm @@ -0,0 +1,241194 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aab" = ( +/obj/structure/platform_decoration/stone/engineer, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"aac" = ( +/obj/structure/closet, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aad" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aae" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aaf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aag" = ( +/turf/closed/shuttle/ert, +/area/fire_colony/interior/hangar/broken_dropship) +"aah" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aai" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"aaj" = ( +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"aak" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"aal" = ( +/obj/structure/machinery/light/blue, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"aam" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"aan" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"aao" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"aap" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"aaq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"aar" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"aas" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"aat" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"aau" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"aav" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aaw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/blue3/northwest, +/area/fire_colony/interior/dorms/offices) +"aax" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/offices) +"aay" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southeast) +"aaz" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"aaA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"aaB" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aaC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"aaD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/container_yard) +"aaE" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"aaF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"aaG" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/west{ + pixel_x = 1 + }, +/obj/structure/platform/metal/almayer/east, +/obj/structure/machinery/light/small/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/tcomms/container_two) +"aaH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"aaI" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"aaJ" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"aaK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3/northwest, +/area/fire_colony/interior/epsilon_facility) +"aaP" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/head/bio_hood/lasalle{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"aaQ" = ( +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"aaV" = ( +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"aba" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"abd" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"abg" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"abk" = ( +/turf/closed/wall/lava/solaris_dark/reinforced/hull, +/area/fire_colony/exterior/cliff) +"abl" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/relaxation) +"abn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"abo" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"abw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"aby" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"abD" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/epsilon_facility) +"abE" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility) +"abL" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"abO" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"abT" = ( +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"abU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"abZ" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"acb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/underground/excavation/north) +"acf" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -17; + pixel_y = 8 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"aci" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1; + pixel_y = 14 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = -2 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/seegson/synthetic_storage) +"acj" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8; + pixel_x = -1; + pixel_y = -16 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/tcomms/container_two) +"acm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"acn" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + pixel_x = 12 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"acq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"acr" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/valley/southeast) +"acs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"acu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"acv" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"acx" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_1"; + name = "hangar shutter control"; + pixel_y = 32 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"acy" = ( +/obj/item/clothing/accessory/patch/seegson{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/strata/altred3/southwest, +/area/fire_colony/interior/hangar/security/armory) +"acz" = ( +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/mining) +"acA" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -14; + layer = 2.7; + pixel_y = 7 + }, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/seegson/operations) +"acB" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"acC" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan2" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"acE" = ( +/obj/structure/computerframe{ + layer = 2.9 + }, +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"acF" = ( +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"acG" = ( +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"acI" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"acK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"acL" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/cell/super{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/effect/spawner/random/powercell, +/obj/item/storage/pill_bottle/packet/tricordrazine{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"acM" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/circuitboard/firealarm{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"acN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/assembly/igniter{ + pixel_x = -2 + }, +/obj/item/device/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/item/device/assembly/igniter{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/device/assembly/signaller{ + pixel_x = 16; + pixel_y = 7 + }, +/obj/item/circuitboard/airlock{ + pixel_x = -14; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"acO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"acP" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/assembly/infra{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/device/assembly/voice{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"acS" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"acT" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"acY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"acZ" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal, +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"ada" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"ade" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adg" = ( +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"adh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -7; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adi" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stock_parts/subspace/amplifier{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/stock_parts/subspace/analyzer{ + pixel_x = -8; + pixel_y = -15 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"adp" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southeast) +"ads" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/explosive/grenade/custom/metal_foam, +/obj/item/explosive/grenade/custom/metal_foam, +/obj/item/explosive/grenade/custom/metal_foam, +/obj/item/explosive/grenade/custom/metal_foam, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 6 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "yellow"; + phone_id = "Synthetic Operations" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"adv" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north) +"adx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating, +/area/fire_colony/exterior/tcomms/lz2) +"ady" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/lightstick{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/lightstick{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adB" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"adC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/south_west) +"adD" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3"; + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u/south, +/area/fire_colony/interior/omicron_facility/hospital) +"adF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"adH" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"adJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"adM" = ( +/turf/open/slippery/hull/colorable/purple/corner/west, +/area/sky) +"adN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/crowbar/red{ + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adO" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/flare{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/device/radio{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adP" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/assembly/prox_sensor{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/item/device/assembly/timer{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adQ" = ( +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adR" = ( +/obj/effect/decal/hybrisa/checkpoint_decal/only_security{ + pixel_y = -1; + color = "#e8b867" + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/hangar/alpha) +"adT" = ( +/obj/structure/machinery/autolathe{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"adU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"adV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"adX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"aec" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/disposals) +"aed" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aee" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"aef" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"aeg" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aeh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad) +"aei" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aej" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"aem" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"aen" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/wirecutters, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeo" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aep" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeq" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/fire_colony/pyrotrinium_tray/tray_7{ + pixel_y = 2 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"aer" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeu" = ( +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering) +"aev" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 28; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/machinery/door_control/brbutton{ + pixel_x = -6; + pixel_y = 31; + id = "seeg_engi_1"; + name = "engineering - lockdown - remote door-control" + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aew" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/cell_charger{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/spawner/random/powercell{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_y = 33 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aey" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aez" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aeC" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/south_west) +"aeF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/north) +"aeI" = ( +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/mining_garage) +"aeJ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/turf/open/floor/strata/smooth_u/south, +/area/fire_colony/interior/omicron_facility/hospital) +"aeK" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"aeL" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/slippery/hull/tiles/east, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeM" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeP" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/wood{ + amount = 10 + }, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aeR" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"aeS" = ( +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aeT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aeU" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aeX" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/stack/cable_coil, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/ammo_box/magazine/nailgun{ + pixel_y = 10 + }, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aeY" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southeast) +"aeZ" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"afa" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 9; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"afb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = -17; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -8 + }, +/obj/effect/working_joe/corpse/upper{ + dir = 8; + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"afc" = ( +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/north) +"afd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/valley/southeast) +"afi" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/cell, +/obj/item/clothing/gloves/yellow, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering) +"afj" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/cell/high/empty, +/obj/structure/machinery/cell_charger, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"afk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"afl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"afm" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/cable_coil, +/obj/item/storage/box/engineer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"afn" = ( +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"afo" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"afp" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"afq" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/seegson/engineering/generator_room) +"afr" = ( +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"afu" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"afv" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"afw" = ( +/turf/open/floor/plating, +/area/fire_colony/exterior/tcomms/lz2) +"afz" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/cell, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering) +"afA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/engineering) +"afB" = ( +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"afC" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"afD" = ( +/obj/structure/machinery/vending/snack/generic, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering) +"afE" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"afH" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"afJ" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"afL" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"afM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"afN" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"afO" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/platebot, +/area/fire_colony/interior/mining) +"afR" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/item/stack/cable_coil, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"afS" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"afT" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"afU" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"afV" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/prop/colony/canister/alt_2{ + pixel_y = 8 + }, +/obj/item/prop/colony/canister/alt_2{ + pixel_x = 1; + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"afW" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -14; + layer = 2.7 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"afX" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32; + pixel_x = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering) +"afY" = ( +/obj/structure/machinery/light_switch{ + pixel_y = 32 + }, +/obj/structure/bed/chair{ + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering) +"afZ" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"aga" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#434b54" + }, +/obj/item/device/binoculars/civ, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/dartboard{ + pixel_y = 30 + }, +/obj/item/weapon/dart, +/obj/item/weapon/dart, +/obj/item/weapon/dart, +/obj/item/weapon/dart, +/obj/item/weapon/dart, +/obj/item/weapon/dart, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart/green, +/obj/item/weapon/dart/green, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"agb" = ( +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/platebot, +/area/fire_colony/interior/seegson/engineering/generator_room) +"agd" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/southeast) +"age" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/cans/thirteenloko{ + pixel_x = 10; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + pixel_x = -20; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/weldingtool/simple{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"agf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"agg" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/circuitboard/apc, +/obj/item/circuitboard/apc, +/obj/item/circuitboard/apc, +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"agh" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering) +"agi" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/engineering) +"agj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south_west) +"agl" = ( +/obj/structure/bed/chair, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"agq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -18; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"agu" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"agv" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/seegson/engineering/generator_room) +"agw" = ( +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering/generator_room) +"agx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"agy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad_external) +"agA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"agC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"agF" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2{ + layer = 4.12; + pixel_x = 2; + pixel_y = 16 + }, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"agG" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clipboard{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/item/tool/extinguisher/mini{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering) +"agH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering) +"agI" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/wrench, +/obj/item/tool/screwdriver, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering) +"agJ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"agK" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/engineering) +"agM" = ( +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"agN" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/seegson/ai_core/lobby) +"agO" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"agP" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"agS" = ( +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/north) +"agT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"agW" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"agX" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/storage/box/gloves, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"agY" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering) +"ahb" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"ahc" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 6; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"ahd" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/eat_bar{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = 18; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"ahh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"ahj" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/broken_device{ + pixel_x = -10; + pixel_y = 6 + }, +/obj/item/stock_parts/subspace/amplifier{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/synthetic_storage) +"ahl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/north) +"ahn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/north) +"aho" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"ahr" = ( +/obj/structure/prop/fire_colony/dense/broken_ai_core, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer/aicore/no_build, +/area/fire_colony/interior/seegson/ai_core) +"ahw" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ahy" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"ahz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south) +"ahA" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ahB" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ahC" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ahD" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -12; + pixel_y = 17 + }, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"ahE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/north) +"ahG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"ahH" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"ahN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ahO" = ( +/obj/structure/bed/chair{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"ahP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ahQ" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"ahU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"ahV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"ahX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ahY" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -14; + pixel_y = 16 + }, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ahZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/tool/shovel, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"aia" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aic" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"aie" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"aif" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hydroponics/north) +"aig" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"aih" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"aik" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"ail" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/accessory/patch/seegson, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering) +"aim" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/structure/machinery/light, +/obj/item/clothing/gloves/yellow, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"ain" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/gloves/yellow, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering) +"aio" = ( +/obj/structure/machinery/light, +/obj/structure/closet/crate/trashcart/alt, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering) +"aip" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"air" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = 3 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"ait" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering) +"aiu" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/wrench, +/obj/effect/landmark/objective_landmark/close, +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/item/weapon/gun/smg/nailgun, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aiv" = ( +/obj/structure/machinery/light, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aiw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"aix" = ( +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/operations) +"aiy" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/book/manual/engineering_guide{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aiz" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"aiA" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"aiC" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/north) +"aiD" = ( +/obj/structure/machinery/door/poddoor/almayer/blended/open{ + name = "Sealed Lockdown" + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/seegson/ai_core/lobby) +"aiH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"aiI" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south) +"aiJ" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"aiK" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"aiL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/north_east) +"aiO" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 5; + pixel_y = 16 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"aiP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"aiS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"aiT" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/seegson/operations) +"aiV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"aiW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"aiZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"aja" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 32; + pixel_y = 7 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ajc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/frame/firstaid_arm_assembly{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/tool/wrench{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"ajd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"aje" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer/blackfull2, +/area/fire_colony/interior/seegson/ai_core) +"ajf" = ( +/obj/structure/bed/chair/comfy/black{ + pixel_y = 19; + buckling_y = 19 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/south) +"ajh" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"ajj" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"ajl" = ( +/obj/item/tool/wet_sign{ + pixel_y = 16 + }, +/obj/item/tool/wet_sign{ + layer = 6; + pixel_y = 16; + pixel_x = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"ajm" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"ajn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"ajp" = ( +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"ajt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ajx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"ajy" = ( +/obj/effect/decal/warning_stripes{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"ajz" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/plasteel/med_large_stack, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering) +"ajA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"ajE" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"ajF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/southeast) +"ajG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"ajJ" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/item/device/flashlight/flare{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/device/flashlight/flare{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/device/flashlight/flare{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/device/flashlight/flare{ + pixel_x = 7; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"ajM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"ajS" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ajV" = ( +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/north_east) +"ajY" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/effect/working_joe/corpse/full{ + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer/black2/northwest, +/area/fire_colony/interior/seegson/ai_core) +"akb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"akc" = ( +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"akd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/blended/aicore/open{ + layer = 2; + name = "Sealed Lockdown" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/seegson/ai_core) +"ake" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clothing/gloves/yellow{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"akf" = ( +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"akh" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway_north) +"akj" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"akm" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/spawner/random/powercell, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"akn" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"aks" = ( +/turf/open/slippery/hull/colorable/teal/corner/west, +/area/sky) +"akt" = ( +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"aku" = ( +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"aky" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"akz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/burger/alt, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"akA" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"akC" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/defibrillator, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"akD" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south) +"akH" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"akJ" = ( +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"akL" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"akM" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/almayer/black2/north, +/area/fire_colony/interior/seegson/ai_core) +"akO" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"akR" = ( +/obj/structure/tunnel{ + id = "construction_tunnel" + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north_east) +"akS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"akZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"ala" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"alc" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"alh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"alk" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/offices) +"aln" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"alo" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/dorms_f) +"alr" = ( +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/north) +"alt" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/ai_core/lobby) +"alu" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_y = -4; + layer = 2.97 + }, +/obj/structure/machinery/power/apc/power/north, +/obj/structure/machinery/door_control{ + pixel_x = 6; + pixel_y = 11; + id = "seeg_ai_1" + }, +/turf/open/floor/almayer/black2/north, +/area/fire_colony/interior/seegson/ai_core) +"alz" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/seegson/operations) +"alA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"alB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"alE" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/mining_north_west) +"alI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"alK" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"alL" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/valley/northwest) +"alN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/bag/plants, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"alR" = ( +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"alS" = ( +/obj/structure/bed/chair/comfy/ares{ + dir = 4; + pixel_y = 17; + buckling_y = 17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"alT" = ( +/obj/structure/tunnel{ + id = "engineering_tunnel" + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/northeast) +"alV" = ( +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"alW" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/ai_core/lobby) +"alX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"alY" = ( +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/exterior/hangar) +"alZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"ama" = ( +/obj/structure/ore_box/alt{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"amb" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"ame" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/underground/excavation/south) +"amf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"amg" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"amh" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"aml" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north) +"amo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/northwest) +"amq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"ams" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/almayer/aicore/glowing/no_build/ai_floor3, +/area/fire_colony/interior/seegson/ai_core) +"amt" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"amu" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"amw" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"amB" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"amC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/north) +"amL" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"amO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"amU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"amV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/almayer/black2/east, +/area/fire_colony/interior/seegson/ai_core) +"amW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"amY" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 7; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/almayer/black2/west, +/area/fire_colony/interior/seegson/ai_core) +"ana" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/exterior/lava_bridge) +"anc" = ( +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"and" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 10; + pixel_y = 12 + }, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -5; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"anf" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"anj" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"ank" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/north) +"ano" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"anr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/underground/excavation/south) +"anu" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital) +"anw" = ( +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/mining_garage) +"anx" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"any" = ( +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/engineering) +"anB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"anF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"anG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"anK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/south_west) +"anN" = ( +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"anO" = ( +/obj/structure/closet/wardrobe/green, +/obj/item/storage/backpack/satchel/hyd, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/hatchet, +/obj/effect/landmark/objective_landmark/close, +/obj/item/tool/scythe, +/obj/item/tool/minihoe, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/north) +"anP" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northeast) +"anT" = ( +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"aob" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/smelting) +"aog" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"aoi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"aoj" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -4; + pixel_y = -11 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"aol" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/north) +"aon" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"aot" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -7; + pixel_y = 16; + layer = 3.01 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 6; + layer = 3.01 + }, +/obj/structure/platform/stone/engineer, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"aov" = ( +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/south) +"aow" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"aox" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/northwest) +"aoy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"aoD" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southeast) +"aoE" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"aoF" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"aoH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/smooth_dir/southeast, +/area/fire_colony/exterior/clearing/pass) +"aoI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"aoJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"aoK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aoL" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"aoR" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + pixel_x = 13; + pixel_y = -6 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/north) +"aoS" = ( +/obj/structure/closet/crate/hydroponics, +/obj/effect/landmark/objective_landmark/close, +/obj/item/reagent_container/glass/watertank, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/north) +"aoT" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"aoY" = ( +/obj/structure/sign/safety/five{ + color = "#73bee1"; + pixel_x = 7; + pixel_y = 31 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"apb" = ( +/obj/structure/platform/metal, +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"apc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"apd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/northwest) +"ape" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/pickaxe, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"apg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"apl" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/botanydisk, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/tool/plantspray/weeds{ + pixel_x = 14; + pixel_y = 10 + }, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"apm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"apn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"apq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"apr" = ( +/obj/item/frame/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"aps" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24; + layer = 2.00 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"apx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"apy" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -2; + pixel_x = -2 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"apz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"apE" = ( +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north_east) +"apG" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"apJ" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"apK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/seegson/operations) +"apM" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"apN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"apR" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"apT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_4"; + pixel_x = 8; + pixel_y = 15; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"apZ" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/dorms_p) +"aqa" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/valley/north) +"aqb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"aqi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"aqk" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_y = 28; + dir = 4; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"aql" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"aqn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"aqp" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"aqq" = ( +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north_east) +"aqt" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/south) +"aqv" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"aqw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/empty/case{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"aqx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"aqy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"aqC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"aqD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/north) +"aqH" = ( +/obj/structure/bed/chair/comfy/ares{ + dir = 8; + pixel_y = 17; + buckling_y = 17 + }, +/obj/item/shard, +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"aqK" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"aqL" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/south_west) +"aqM" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"aqP" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"aqQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"aqR" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 1; + color = "#8c8c84"; + pixel_x = 7 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north) +"ara" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"arc" = ( +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"are" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/watatsumi/rightmid, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"arq" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"art" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"arv" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"arz" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"arL" = ( +/obj/structure/machinery/door_control{ + id = "storage_5"; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"arM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"arN" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"arO" = ( +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north_east) +"arU" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/north) +"arV" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"arW" = ( +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/north) +"asd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"asf" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"asg" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"asi" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"asm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"asn" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hydroponics/lobby) +"aso" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 18 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"asp" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -2; + pixel_y = -9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"asr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"ass" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"asx" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/southeast) +"asB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"asD" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southwest) +"asE" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"asH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -1; + pixel_y = -6 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"asL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"asN" = ( +/obj/structure/bed/chair/comfy/beige{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"asO" = ( +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"asR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/north) +"asV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"asX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"asY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"asZ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"ata" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"atb" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4; + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"atc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/accessory/patch/seegson, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"atf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ath" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ati" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"atl" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"ato" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/inflatable/black, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"atr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"att" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"atz" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad) +"atB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"atC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"atE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/pass) +"atI" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"atL" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"atM" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"atN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"atQ" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -3; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"atR" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"atS" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"atT" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -23; + pixel_y = 27 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -10; + pixel_y = 27 + }, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"atU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"atW" = ( +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + layer = 2.9 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"aua" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"auf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -14; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aug" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"auh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"aui" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"auk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"aum" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"aun" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"auo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"aup" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"aur" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/pass) +"aus" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southwest) +"aut" = ( +/obj/structure/bed/stool{ + pixel_x = 6 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"auu" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/north) +"auw" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"aux" = ( +/obj/structure/roof/hybrisa/signs/opensign{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"auz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northwest) +"auA" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/lobby) +"auB" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"auC" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 19 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"auD" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 16; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"auE" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"auG" = ( +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"auH" = ( +/obj/structure/flora/bush/ausbushes/ywflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"auI" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_4"; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"auJ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 16; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"auK" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 19 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"auL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"auM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"auP" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"auS" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"auX" = ( +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"auY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"auZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"ava" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"avb" = ( +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"avc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"avg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"avj" = ( +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"avm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/south_west) +"avp" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/grassybush{ + pixel_x = -18; + pixel_y = 18 + }, +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"avw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"avx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/north) +"avz" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"avA" = ( +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "hydro_bio_dome_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/science) +"avB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/wet_sign{ + pixel_y = 16 + }, +/obj/item/tool/wet_sign{ + layer = 6; + pixel_y = 16; + pixel_x = 3 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"avC" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hydroponics/science) +"avD" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"avE" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"avG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"avH" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_y = -16 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"avI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"avL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/hydroponics/science) +"avM" = ( +/obj/structure/machinery/big_computers/computerbrown/computer4, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"avO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"avP" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"avQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"avR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"avS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"avT" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway_north) +"avU" = ( +/obj/structure/machinery/door_control{ + id = "pass_1"; + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"awc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"awd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"awe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/clearing/south_west) +"awf" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"awg" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/fire_colony/interior/epsilon_facility/containment) +"awh" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 6; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"awi" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"awj" = ( +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"awk" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"awl" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -14; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"awn" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"awo" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 3 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"awp" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"awq" = ( +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"awr" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"awu" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway) +"aww" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"awA" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"awB" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"awD" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"awE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 6; + pixel_x = 7 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"awF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/paper{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"awH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"awN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"awS" = ( +/obj/structure/machinery/door_control{ + id = "storage_4"; + pixel_x = -24 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/interior/storage_unit/e_valley_1) +"awU" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -14; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"awW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"awX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southeast) +"awY" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"axd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"axf" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/disposals) +"axg" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/item/weapon/broken_bottle, +/obj/item/shard, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/disposals) +"axi" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"axo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"axs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"axu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + dir = 8; + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/operations) +"axx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"axC" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"axF" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"axL" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"axR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"axW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"axX" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"axZ" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/exterior/clearing/north) +"aya" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"ayb" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"aye" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northwest) +"ayf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate/smooth_u/north, +/area/fire_colony/interior/seegson/operations) +"ayg" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering) +"ayh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"ayi" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/prop/colony/canister/alt_2{ + pixel_y = 11 + }, +/obj/item/prop/colony/canister/alt_1{ + pixel_y = 1; + dir = 8 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"ayk" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"aym" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposaloutlet{ + dir = 4; + color = "#bebebe" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4; + icon_state = "grime1" + }, +/obj/structure/disposalpipe/trunk{ + dir = 2; + icon_state = "pipe-u"; + color = "#858680" + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/disposals) +"ayn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime3, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = 2; + pixel_y = 19 + }, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = -10; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/storage/pill_bottle/packet/tricordrazine{ + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/disposals) +"ayo" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = -6; + pixel_y = 22 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 4; + pixel_x = -7 + }, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/disposals) +"ayp" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hydroponics/south) +"ayq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/objective{ + dir = 8; + pixel_x = -1; + pixel_y = 19; + layer = 3 + }, +/obj/item/circuitboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -5; + layer = 3.1 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/interior/seegson/operations) +"ays" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ayv" = ( +/obj/structure/platform/metal/strata, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"ayA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"ayC" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"ayD" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"ayF" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"ayG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"ayH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/tool/shovel, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"ayJ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/lavendergrass{ + pixel_x = 10; + pixel_y = 8 + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"ayK" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"ayO" = ( +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/hallway) +"ayP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/southeast) +"ayQ" = ( +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ayR" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform_decoration/metal/almayer, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"ayU" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ayV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"ayW" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"ayZ" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"aza" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/map/fire_colony{ + pixel_y = 5 + }, +/obj/item/device/motiondetector, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"azf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/south_west) +"azg" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"azi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"azj" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"azl" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_y = 9 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"azm" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"azn" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"azp" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"azr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46"; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"azs" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"azt" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"azu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"azv" = ( +/obj/structure/closet/crate/construction, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"azw" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"azx" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"azz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"azC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"azD" = ( +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility/containment) +"azE" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"azG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/north) +"azH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"azI" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/northwest) +"azJ" = ( +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/mining_garage) +"azK" = ( +/obj/item/frame/rack/long{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/green{ + pixel_x = 5; + pixel_y = 20 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/disposals) +"azL" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"azM" = ( +/obj/effect/landmark/spycam_start, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"azN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"azQ" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2{ + layer = 4.12; + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"azS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"azU" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + icon_state = "working_joe_storage_bluebag_empty_alt"; + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"azV" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/catwalk/catwalk_2, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/lava_no_burn, +/area/fire_colony/exterior/clearing/pass) +"azW" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"azX" = ( +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -10; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 7; + pixel_y = 15 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"azY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"aAb" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAe" = ( +/obj/structure/platform/metal/lava_metal, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"aAf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"aAg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + dir = 1; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/grated/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAi" = ( +/obj/structure/machinery/sensortower, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg1, +/area/fire_colony/exterior/valley/north) +"aAn" = ( +/obj/structure/cargo_container/lasalle/right, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"aAo" = ( +/obj/structure/machinery/light, +/obj/structure/closet/crate/trashcart/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 5 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/disposals) +"aAp" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/mining_garage) +"aAr" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"aAs" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"aAt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"aAu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"aAv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal, +/obj/structure/prop/fence/slim/blue{ + icon_state = "special_brokenfence2" + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"aAx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"aAz" = ( +/obj/item/prop/colony/canister/alt_1{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/mining_garage) +"aAB" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/camera{ + pixel_y = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"aAC" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"aAD" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"aAE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"aAF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"aAJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"aAN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal/west, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"aAO" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"aAQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAR" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAS" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"aAV" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"aAW" = ( +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAX" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"aAY" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/storage/box/lightstick/red, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"aAZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"aBa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"aBb" = ( +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"aBj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"aBk" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"aBn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"aBo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"aBp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"aBq" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"aBr" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"aBs" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"aBt" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"aBu" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"aBH" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"aBI" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/storage/box/lightstick, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"aBJ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/north) +"aBL" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -14; + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/south) +"aBM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"aBN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"aBO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"aBP" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/tcomms/lz2) +"aBQ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"aBR" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"aBS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"aBT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"aBU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"aBV" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/north) +"aBW" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"aBX" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -13; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"aBZ" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"aCh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"aCi" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"aCm" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/light, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"aCn" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 20; + dir = 1 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"aCo" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"aCp" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -13 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 5; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"aCq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aCr" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"aCt" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"aCK" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"aCO" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 17; + pixel_y = 18 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"aCP" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"aCT" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"aCU" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"aCV" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"aCW" = ( +/obj/structure/cargo_container/seegson/left{ + pixel_y = -7 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"aDh" = ( +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aDk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"aDm" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"aDn" = ( +/turf/open/floor/vault2/west, +/area/fire_colony/interior/hangar/checkpoint) +"aDo" = ( +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/mining_garage) +"aDr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 3; + pixel_x = -4 + }, +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital) +"aDs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"aDw" = ( +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"aDx" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"aDN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/north) +"aDO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"aDQ" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aDS" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/hangar/beta) +"aDW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/north) +"aDX" = ( +/obj/structure/bed/chair/comfy/beige{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"aEe" = ( +/obj/item/tool/shovel, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"aEf" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer/research/containment/floor2, +/area/fire_colony/interior/epsilon_facility/containment) +"aEg" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"aEm" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/burnt_platingdmg3, +/area/fire_colony/exterior/valley/north) +"aEn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/interior/seegson/operations) +"aEr" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"aEs" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "joe_storage_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"aEx" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/sheet/plasteel/med_small_stack, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/mining) +"aEC" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"aED" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/lava_bridge) +"aEF" = ( +/obj/structure/closet/wardrobe/green, +/obj/item/storage/backpack/satchel/hyd, +/obj/item/tool/hatchet, +/obj/effect/landmark/objective_landmark/close, +/obj/item/tool/scythe, +/obj/item/tool/minihoe, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"aEJ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"aEY" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"aFi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"aFj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"aFl" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"aFm" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"aFs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"aFv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"aFC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"aFH" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + icon_state = "working_joe_storage_bluebag2_alt"; + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"aFI" = ( +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"aFJ" = ( +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"aFK" = ( +/obj/item/ammo_magazine/shotgun/slugs{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"aFL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"aFN" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aFV" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"aFW" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/east, +/area/fire_colony/interior/bar) +"aFY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"aFZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"aGd" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aGg" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"aGh" = ( +/obj/structure/sign/safety/seven{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"aGp" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"aGq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"aGr" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northwest) +"aGw" = ( +/obj/structure/machinery/cm_vending/sorted/tech{ + pixel_x = 4; + pixel_y = 17; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"aGA" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/hardpoint/locomotion/van_wheels/rt01, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aGF" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 1; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aGH" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"aGI" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/item/tool/shovel, +/obj/structure/machinery/door_control{ + id = "storage_4"; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aGJ" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/bag/plants, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"aGL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"aGM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"aGP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"aGQ" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"aHa" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aHi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"aHl" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/south) +"aHo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"aHr" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"aHt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"aHy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -17; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"aHz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"aHB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"aHF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"aHH" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/pickaxe{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/tool/pickaxe{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tool/pickaxe{ + pixel_y = -2 + }, +/obj/item/tool/pickaxe{ + pixel_x = 2; + pixel_y = -5 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining_garage) +"aHI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"aHJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10; + buckling_x = 7; + buckling_y = 10 + }, +/obj/item/paper/crumpled, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"aHO" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"aHU" = ( +/turf/open/slippery/hull/colorable/purple/connection_middle/east, +/area/sky) +"aHV" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"aHY" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/west) +"aIb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/calendar/ua{ + pixel_y = 28 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/mining_garage) +"aIf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"aIg" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = 5; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"aIh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering) +"aIm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/guns/russian, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"aIp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"aIr" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"aIs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"aIu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"aIw" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_8"; + pixel_x = 2; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"aIA" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"aIE" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south) +"aII" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"aIJ" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1; + pixel_y = 9; + buckling_y = 9 + }, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/excavation) +"aIL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"aIQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"aIR" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/clothing/mask/gas, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"aIS" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"aIV" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"aJd" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/storage_unit/e_valley) +"aJg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"aJh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = -16; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"aJj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"aJk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"aJl" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"aJp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_dir/north, +/area/fire_colony/exterior/clearing/pass) +"aJq" = ( +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"aJr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south) +"aJs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"aJu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"aJy" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"aJz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south) +"aJA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south) +"aJC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + pixel_y = 19; + buckling_y = 19 + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/south) +"aJD" = ( +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"aJE" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -3; + pixel_y = -17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_3" + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/n_caves) +"aJF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"aJG" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southeast) +"aJP" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"aJR" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar/canteen) +"aJV" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"aJW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"aJY" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aJZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/pass) +"aKa" = ( +/obj/structure/machinery/big_computers/computerblack/computer3, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"aKc" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"aKe" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/clearing/south_west) +"aKh" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"aKj" = ( +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"aKk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"aKq" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = -3 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = 1 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = 5 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"aKu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"aKv" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"aKw" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/bar/canteen) +"aKx" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"aKy" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/bar) +"aKz" = ( +/obj/structure/shuttle/part/ert/front_left_stan, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/broken_dropship) +"aKB" = ( +/obj/structure/window/framed/lava, +/obj/structure/curtain/colorable_transparent{ + color = "#718184"; + alpha = 220; + layer = 2.9 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar) +"aKC" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_11"; + pixel_x = -2; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"aKF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/north) +"aKG" = ( +/obj/structure/sign/safety/twentyone{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"aKI" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"aKJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"aKK" = ( +/obj/item/clock{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/weapon/telebaton, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/checkpoint) +"aKL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 6 + }, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "red"; + phone_id = "Security Facility - Checkpoint" + }, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/hangar/checkpoint) +"aKO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30; + pixel_x = -14 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_20"; + pixel_x = 7; + pixel_y = 17; + light_on = 1; + light_range = 2; + light_color = "#00f4ff" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"aKP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 6; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"aKR" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"aKS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"aKT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/offices) +"aKU" = ( +/turf/open/floor/strata/altred3/northwest, +/area/fire_colony/interior/hangar/security/armory) +"aKW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"aKX" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + pixel_y = 5 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"aKY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"aKZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"aLa" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/broken_dropship) +"aLb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northwest) +"aLd" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"aLf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"aLh" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/container_yard) +"aLj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south) +"aLl" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/seegson/security{ + pixel_x = -4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"aLn" = ( +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"aLo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"aLr" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"aLs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"aLw" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"aLy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"aLz" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/container_yard) +"aLA" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/container_yard) +"aLD" = ( +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint) +"aLE" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/tool/pen, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"aLK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"aLM" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e"; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"aLN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south_west) +"aLO" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"aLR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/cargo_container/seegson/alt/left, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/container_yard) +"aLT" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"aLU" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/container_yard) +"aLW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"aLX" = ( +/obj/effect/landmark/static_comms/net_one{ + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_one) +"aLY" = ( +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_two) +"aLZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"aMa" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/container_yard) +"aMc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"aMe" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/almayer/plate, +/area/fire_colony/interior/hangar/broken_dropship) +"aMf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_y = -1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/container_yard) +"aMg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/hangar/beta) +"aMi" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"aMk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"aMl" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint) +"aMm" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/clipboard{ + pixel_x = 1; + pixel_y = -7 + }, +/obj/item/tool/pen/blue{ + pixel_x = 1; + pixel_y = -9 + }, +/obj/item/tool/stamp{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"aMp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/southeast, +/area/fire_colony/interior/dorms/offices) +"aMr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"aMs" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"aMt" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"aMu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"aMC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"aME" = ( +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility/containment) +"aMH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -4; + pixel_x = -6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"aMK" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"aML" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"aMN" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/hangar) +"aMO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"aMP" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"aMQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"aMR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"aMT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/security) +"aMU" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/item/weapon/classic_baton/alt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"aMV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/hangar/hallway_north) +"aMW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"aMZ" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"aNa" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/obj/structure/medical_supply_link/green{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aNb" = ( +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"aNc" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aNd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_y = -16; + pixel_x = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"aNf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"aNh" = ( +/obj/structure/bed/stool{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_m) +"aNi" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"aNj" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/omicron_facility/passthrough) +"aNo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"aNs" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/container_yard) +"aNu" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/container_yard) +"aNv" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/stairs/perspective/ramp{ + dir = 4; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"aNw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 7; + color = "#a5adbc" + }, +/obj/item/weed_extract{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/weed_extract{ + pixel_y = 5 + }, +/obj/item/weed_extract{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"aNy" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"aNz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"aND" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/hangar) +"aNE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/cell_stripe/west, +/area/fire_colony/exterior/container_yard) +"aNF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/container_yard) +"aNK" = ( +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"aNL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"aNN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"aNO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"aNQ" = ( +/obj/structure/machinery/iv_drip{ + pixel_x = -1; + pixel_y = 13 + }, +/obj/structure/machinery/iv_drip{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aNS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"aNU" = ( +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"aNX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"aNZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan27"; + opacity = 0 + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aOa" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/hangar/alpha) +"aOb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/prison/cell_stripe/north, +/area/fire_colony/exterior/tcomms/container_one) +"aOf" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/mining) +"aOg" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway) +"aOh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/landmark/static_comms/net_two{ + pixel_y = 5; + layer = 3.1 + }, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz1) +"aOj" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"aOk" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aOl" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aOm" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aOn" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/underground/excavation/south) +"aOo" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"aOp" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"aOq" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/north) +"aOy" = ( +/obj/item/tool/wrench, +/obj/effect/decal/cleanable/blood{ + pixel_x = -10; + pixel_y = 15 + }, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"aOz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"aOA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"aOC" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/hangar) +"aOD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/cell_stripe, +/area/fire_colony/exterior/tcomms/container_two) +"aOG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/exterior/lava_bridge) +"aOH" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#6d7b84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/hangar/alpha) +"aOI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/hangar/alpha) +"aOK" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"aOL" = ( +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"aOM" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aOQ" = ( +/obj/structure/machinery/cm_vending/sorted/tech, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/hangar/alpha) +"aOR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/seegson/alt/mid, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"aOT" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 17 + }, +/obj/structure/bed/stool{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/hangar/beta) +"aOW" = ( +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"aOZ" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/beta) +"aPb" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#847f6d" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/hangar/beta) +"aPc" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"aPd" = ( +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"aPe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"aPf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/closet/bionational_closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/omicron_facility/passthrough) +"aPh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"aPj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"aPk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/seed_extractor{ + pixel_y = 21; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/glasses/science/blue, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/science) +"aPl" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"aPm" = ( +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"aPn" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"aPq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"aPr" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_2"; + name = "hangar shutter control"; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"aPs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/west) +"aPt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/container_yard) +"aPu" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/container_yard) +"aPx" = ( +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/tcomms/container_two) +"aPy" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/tcomms/container_two) +"aPz" = ( +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/container_yard) +"aPA" = ( +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/tcomms/container_two) +"aPB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south_west) +"aPD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aPE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer/aicore/no_build, +/area/fire_colony/interior/seegson/ai_core) +"aPF" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aPH" = ( +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility/containment) +"aPM" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aPP" = ( +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"aPQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"aPR" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aPT" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"aPY" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"aPZ" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"aQa" = ( +/obj/structure/machinery/recharge_station/alt{ + dir = 8; + pixel_x = -1 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/hangar/beta) +"aQb" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"aQf" = ( +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"aQg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 7 + }, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 4; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"aQh" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"aQi" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"aQj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/prop/colony/canister/alt_1{ + pixel_x = 1; + pixel_y = -3 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"aQo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"aQt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"aQu" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "hangar_ice_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"aQw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"aQx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"aQA" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_leftengine_clean" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aQF" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"aQH" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"aQI" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway) +"aQK" = ( +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"aQO" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aQQ" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/stack/medical/splint{ + layer = 3 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"aQR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"aQY" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"aQZ" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"aRa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"aRc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"aRd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/machinery/computer/area_atmos{ + dir = 4; + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/seegson/operations) +"aRe" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"aRn" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/exterior/container_yard) +"aRp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"aRq" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"aRs" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"aRt" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_two) +"aRu" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clipboard, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"aRv" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar) +"aRy" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/extinguisher/mini, +/obj/item/circuitboard/airlock, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"aRA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"aRB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aRD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southwest) +"aRI" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/extinguisher/mini, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aRV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"aRW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"aRZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"aSb" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"aSe" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aSg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"aSi" = ( +/obj/structure/bed/hybrisa/dingy{ + dir = 1; + pixel_y = 10 + }, +/obj/item/bedsheet/colorable{ + dir = 1; + pixel_y = 10; + color = "#7b8a82" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/catclock{ + pixel_y = 32 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"aSm" = ( +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aSn" = ( +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"aSo" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"aSs" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/decal/warning_stripes/worn{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/south) +"aSu" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aSw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"aSx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"aSy" = ( +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital) +"aSz" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"aSB" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/hospital) +"aSC" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"aSE" = ( +/obj/structure/machinery/light/small/blue, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"aSH" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"aSK" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"aSL" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"aSM" = ( +/obj/structure/machinery/door_control{ + id = "pass_1"; + pixel_x = 24 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"aSN" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"aSP" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/tcomms/container_one) +"aSQ" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -14; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"aSR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/south) +"aSS" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/alpha) +"aST" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aSY" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"aTb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/tool/warning_cone{ + pixel_x = -12 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aTd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"aTf" = ( +/obj/structure/prop/ice_colony/surveying_device{ + layer = 3.01; + pixel_x = -7; + pixel_y = 16 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/excavation/south) +"aTg" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"aTi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"aTk" = ( +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"aTl" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"aTm" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"aTo" = ( +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/southwest) +"aTp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/south_west) +"aTr" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar/canteen) +"aTu" = ( +/obj/effect/decal/warning_stripes/worn{ + pixel_x = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"aTw" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"aTx" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/belt/utility{ + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aTy" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"aTF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"aTH" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"aTI" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -37; + pixel_x = 15 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"aTJ" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"aTL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"aTN" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"aTO" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"aTS" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"aTV" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"aUb" = ( +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"aUc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"aUd" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_2{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"aUe" = ( +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south_west) +"aUm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"aUt" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"aUv" = ( +/obj/structure/machinery/light, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"aUw" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"aUx" = ( +/obj/structure/machinery/light, +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/passthrough) +"aUy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"aUz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"aUD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad) +"aUG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"aUH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = 4 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -16 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/seegson/operations) +"aUI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north) +"aUL" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway_north) +"aUO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"aUR" = ( +/obj/structure/bed/chair/wheelchair{ + dir = 8 + }, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"aUS" = ( +/obj/structure/window/framed/lava, +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital) +"aUV" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 3; + pixel_x = 7 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_20"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"aUW" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/lobby) +"aUX" = ( +/obj/structure/window/framed/lava, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/lobby) +"aUZ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"aVd" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"aVf" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 9; + pixel_y = 16 + }, +/obj/structure/stairs/perspective/ramp{ + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"aVl" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"aVo" = ( +/obj/structure/flora/tree/alien/tree_6{ + pixel_x = -14; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"aVq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"aVr" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"aVv" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan1" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aVw" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"aVz" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/belt/utility, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aVA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"aVB" = ( +/obj/structure/flora/tree/alien/tree_6{ + pixel_x = -22 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"aVC" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"aVE" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/exterior/lava_bridge) +"aVF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"aVG" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aVH" = ( +/obj/structure/machinery/landinglight/delayone, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aVI" = ( +/obj/structure/machinery/landinglight, +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aVJ" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/hangar) +"aVK" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"aVL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"aVN" = ( +/obj/structure/machinery/iv_drip{ + pixel_x = -1; + pixel_y = 11 + }, +/obj/structure/machinery/iv_drip{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"aVP" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"aVU" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/lifeboat{ + pixel_x = -5; + pixel_y = 28 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"aVV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"aVX" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -30; + pixel_y = -17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south) +"aVY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"aWa" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"aWd" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"aWe" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/cell/hyper/empty, +/obj/item/cell/hyper/empty, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"aWf" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aWg" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/item/tool/stamp, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"aWi" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/belt/utility, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"aWj" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"aWo" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aWp" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"aWr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -4; + pixel_x = -16; + layer = 2.9 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/underground/caves/north_west) +"aWu" = ( +/obj/structure/tunnel{ + id = "hydroponics_tunnel" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"aWw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = 8; + pixel_y = 19 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"aWx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"aWC" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "hangar_ice_2" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"aWD" = ( +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"aWE" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"aWF" = ( +/turf/closed/shuttle/ert/transparent{ + icon_state = "leftengine_3_clean" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aWG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/container_yard) +"aWH" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/west) +"aWI" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aWK" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aWL" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"aWO" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aWP" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aWQ" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/corsat, +/area/fire_colony/exterior/landing_pad) +"aWR" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"aWT" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/west) +"aWU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -8; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"aWW" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"aWZ" = ( +/obj/structure/machinery/recharge_station/alt{ + dir = 8; + pixel_x = -1 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/engineering/generator_room) +"aXc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/tcomms/lz1) +"aXd" = ( +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"aXe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz1) +"aXg" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/pass) +"aXj" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/alpha) +"aXk" = ( +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/hangar/alpha) +"aXo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"aXp" = ( +/turf/open/slippery/hull/colorable/purple/connection_corner/west, +/area/sky) +"aXr" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/beta) +"aXw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/hangar/beta) +"aXx" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/hangar/beta) +"aXz" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aXA" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/exterior/hangar) +"aXC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"aXH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/tcomms/lz1) +"aXJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"aXK" = ( +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"aXL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aXM" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_1"; + name = "hangar shutter control"; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/hangar/alpha) +"aXO" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"aXP" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aXQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"aXR" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway) +"aXT" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan5" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aXU" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"aXX" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan8" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aXY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/underground/excavation/north) +"aYb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"aYc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"aYi" = ( +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"aYk" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"aYl" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_1"; + name = "hangar shutter control"; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"aYn" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"aYp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"aYq" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/landing_pad) +"aYr" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_2"; + name = "hangar shutter control"; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/beta) +"aYt" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/hangar) +"aYx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/container_yard) +"aYy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"aYA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"aYB" = ( +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"aYC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/lava_bridge) +"aYD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"aYE" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"aYF" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 6 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 26 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south) +"aYG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/underground/excavation/south) +"aYH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/landing_pad) +"aYI" = ( +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"aYJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"aYM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 13; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"aYN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"aYO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/landing_pad) +"aYP" = ( +/obj/structure/platform/metal, +/obj/structure/lz_sign/charon_sign{ + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"aYQ" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"aYR" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 19 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aYZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_y = -16; + pixel_x = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"aZb" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"aZc" = ( +/obj/effect/decal/hybrisa/workers_decal{ + color = "#e8b867"; + pixel_y = -4 + }, +/turf/open/floor/prison/floor_plate/smooth_dir/southwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"aZf" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west{ + pixel_x = 1 + }, +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/tcomms/container_one) +"aZg" = ( +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"aZh" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"aZi" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"aZl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"aZm" = ( +/obj/item/storage/bag/ore, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"aZn" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aZo" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/south_west) +"aZs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"aZu" = ( +/obj/structure/shuttle/part/dropship_clf/transparent/left_engine{ + layer = 2.9 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/broken_dropship) +"aZv" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aZw" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Lasalle Bionational - Landing Zone" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"aZx" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a" + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -18; + pixel_y = -1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"aZy" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"aZC" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"aZE" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"aZF" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"aZG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"aZO" = ( +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"aZP" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"aZQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 19; + pixel_y = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"aZR" = ( +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"aZS" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan9" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"aZV" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"aZW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"aZZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"baa" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/interior/mining_garage) +"bac" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow/west, +/area/fire_colony/exterior/tcomms/lz2) +"bad" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"bae" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"baf" = ( +/obj/structure/machinery/landinglight/delaytwo, +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"bag" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bai" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"baj" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"bam" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_inner_w_1" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"ban" = ( +/obj/structure/largecrate/random/mini/chest{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"bao" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/hangar) +"bap" = ( +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"baq" = ( +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/hangar) +"bas" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"baw" = ( +/turf/open/floor/corsat, +/area/fire_colony/exterior/landing_pad) +"bay" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#9a9181"; + pixel_y = -4; + layer = 4.01 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"baz" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/hangar) +"baA" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"baB" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"baC" = ( +/obj/structure/largecrate/random/case/small{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -12; + pixel_y = 6 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"baD" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"baE" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"baF" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 6 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"baH" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"baI" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"baJ" = ( +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"baK" = ( +/obj/structure/platform/metal/strata, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"baL" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/alienjar{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"baM" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"baN" = ( +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"baO" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"baQ" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/hangar) +"bbc" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/north) +"bbd" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bbf" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"bbh" = ( +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"bbj" = ( +/obj/structure/machinery/door_control{ + id = "hydro_bio_dome_1"; + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/bag/plants{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"bbl" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bbm" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bbo" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/hangar) +"bbq" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/hangar) +"bbs" = ( +/obj/structure/cargo_container/seegson/alt/right, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"bbu" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/tcomms/container_one) +"bbw" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"bby" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -25; + pixel_y = -20 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/south) +"bbz" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bbA" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"bbB" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"bbE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"bbF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/cm_vending/sorted/tech{ + pixel_y = 16; + density = 0 + }, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"bbG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"bbI" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"bbR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/platebot, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"bbV" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/container_yard) +"bbX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"bcc" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bcd" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"bce" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"bcf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"bcg" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/interior/excavation/storage) +"bch" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/excavation/storage) +"bci" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/excavation) +"bcj" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "excavation_outpost" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"bcl" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"bcp" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"bcs" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"bcx" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bcy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north) +"bcz" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"bcA" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bcB" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/interior/excavation/storage) +"bcC" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bcD" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/powercell, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bcE" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/powercell, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bcF" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17; + density = 0; + layer = 3.2 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17; + density = 0; + layer = 3.2 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/reinforced/prison{ + color = "#65656a" + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/excavation) +"bcG" = ( +/obj/item/storage/toolbox/emergency, +/obj/structure/surface/table/reinforced/prison{ + color = "#65656a" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"bcJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stool{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "blue"; + phone_id = "Excavation Outpost" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"bcK" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = 7; + layer = 3.01 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"bcL" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/excavation) +"bcM" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"bcN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/platform_decoration/metal/lava_metal, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"bcO" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/clothing/mask/gas, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"bcP" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/excavation) +"bcQ" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 20; + dir = 1 + }, +/turf/open/floor/strata/medbay3/northwest, +/area/fire_colony/interior/omicron_facility/hospital) +"bcR" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/excavation) +"bcT" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/closet/bionational_closet, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/excavation) +"bcU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/closet/bionational_closet, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/excavation) +"bcW" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/extinguisher/mini, +/obj/item/tool/extinguisher/mini, +/obj/item/tool/extinguisher/mini, +/obj/item/tool/extinguisher/mini, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/excavation) +"bcY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"bcZ" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"bda" = ( +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"bdb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"bdc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"bdh" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bdi" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/excavation/storage) +"bdj" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/cell_charger{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bdk" = ( +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bdl" = ( +/obj/effect/landmark/objective_landmark/science, +/obj/structure/surface/table/reinforced/prison{ + color = "#65656a" + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/excavation) +"bdn" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"bdo" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north_east) +"bdp" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/excavation) +"bdB" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"bdL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"bdM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"bdP" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#9a9181"; + pixel_y = 6 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"bdR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"bdS" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bdT" = ( +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"bdU" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -7; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"bdY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"bdZ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"beb" = ( +/obj/structure/bed/chair/comfy/black, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = -1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/excavation) +"bec" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/device/flashlight, +/obj/item/tool/lighter{ + pixel_x = -15; + pixel_y = -5 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"bed" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/crowbar, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp{ + pixel_y = -12 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/excavation) +"bee" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + dir = 1; + pixel_y = 9; + buckling_y = 9 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -24; + pixel_x = 16 + }, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/excavation) +"bei" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"bej" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 8; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"bek" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 34; + layer = 3 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 23 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"ben" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19; + layer = 3.9 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -6; + pixel_y = -7 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"bep" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"beq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"bew" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"bez" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -5; + pixel_y = 21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/north_east) +"beA" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"beB" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/hangar) +"beC" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/hangar) +"beE" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"beF" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/hangar) +"beH" = ( +/obj/structure/inflatable/door/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/excavation/storage) +"beI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"beJ" = ( +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/underground/excavation/south) +"beK" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_y = 28; + dir = 4; + pixel_x = -1 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"beM" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/storage/firstaid/fire{ + pixel_y = 1 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"beP" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"beQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"beR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"beS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -26; + pixel_y = -24 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/south_west) +"beT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"beU" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south) +"bfb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"bfc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/excavation) +"bfd" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1; + pixel_y = 9; + buckling_y = 9 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"bff" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "excavation_outpost" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation) +"bfg" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"bfh" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8 + }, +/obj/item/clothing/shoes/marine/corporate/lasalle_security{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/excavation) +"bfl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"bfo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -1; + pixel_x = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"bfq" = ( +/obj/structure/inflatable/black, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/excavation/storage) +"bfr" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/interior/excavation/storage) +"bfs" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = 1; + pixel_y = -4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bft" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"bfu" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/freezer/alt_1/fridge/full{ + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/excavation) +"bfv" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/microwave{ + pixel_y = 3 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfw" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"bfy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"bfA" = ( +/obj/structure/closet/crate/trashcart/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfB" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/reagent_scanner{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/head/bio_hood/lasalle{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfC" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clothing/gloves/marine/lasalle_security{ + pixel_y = 3 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfD" = ( +/obj/structure/machinery/light, +/obj/structure/closet/firecloset/alt/full, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"bfG" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"bfI" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/multitool, +/obj/item/storage/belt/utility/full, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/excavation) +"bfJ" = ( +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/obj/structure/surface/rack{ + color = "#818793" + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/excavation) +"bfK" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/inflatable/door/black, +/obj/item/inflatable/door/black, +/obj/item/inflatable/door/black, +/obj/item/inflatable/door/black, +/obj/item/inflatable/door/black, +/obj/item/inflatable/door/black, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/excavation) +"bfL" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/obj/item/inflatable/black, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/excavation) +"bfM" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight, +/obj/item/device/t_scanner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/excavation) +"bfN" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight, +/obj/item/tool/hand_labeler, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/excavation) +"bfR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"bfV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "lb_hangar_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"bfY" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/excavation/storage) +"bfZ" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = 15 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 19; + pixel_y = 11 + }, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"bgc" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"bgd" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"bgf" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"bgi" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"bgp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"bgs" = ( +/obj/structure/closet/crate/science{ + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -39; + pixel_x = 1 + }, +/obj/item/pamphlet/upgradeable/science, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"bgA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north_east) +"bgE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bgH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"bgI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"bgJ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#9a9181"; + layer = 4.01; + pixel_y = -4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"bgO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"bgS" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/hangar) +"bgT" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/hangar) +"bgV" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"bgW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"bgX" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -13; + pixel_y = 5 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"bgY" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"bhb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"bhi" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"bhn" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"bht" = ( +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"bhu" = ( +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/hangar) +"bhw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"bhy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"bhz" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/checkpoint) +"bhC" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/storage/firstaid/fire{ + pixel_y = 1 + }, +/obj/structure/machinery/light/blue{ + pixel_x = 16 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"bhF" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/valley/north) +"bhG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad_external) +"bhH" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/hangar) +"bhJ" = ( +/obj/structure/machinery/landinglight/delaythree, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"bhK" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"bhL" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"bhV" = ( +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/hangar) +"bhY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/hangar/hallway) +"bia" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"big" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"bik" = ( +/turf/open/slippery/hull/colorable/purple/corner_alt, +/area/sky) +"bil" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway) +"bin" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"biv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/north) +"bix" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"biB" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"biH" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/lava/catwalk/catwalk_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"biI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"biJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"biK" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"biM" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/north) +"biN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"biO" = ( +/obj/structure/shuttle/part/dropship_clf/transparent/right_engine, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/broken_dropship) +"biS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"biU" = ( +/obj/structure/platform/metal/strata, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"bjc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"bjf" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bjl" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"bjm" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"bjs" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"bjx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 3; + pixel_y = -26 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"bjD" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/engineering) +"bjE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"bjH" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 19; + pixel_y = -1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"bjK" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"bjM" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"bjR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bjS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bjW" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -8; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"bjY" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"bkj" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 19 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"bkr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"bks" = ( +/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_30"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 6; + pixel_y = 5; + layer = 3.2 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"bkw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"bkI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"bkM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"bkO" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_middle/south, +/area/fire_colony/exterior/underground/excavation/north) +"bkP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south_west) +"bkW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"blk" = ( +/obj/effect/sentry_landmark/lz_2/top_right, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"bll" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"bln" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bls" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"blx" = ( +/obj/structure/machinery/cm_vending/sorted/tech{ + pixel_y = 5 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering) +"blz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southeast) +"blF" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"blJ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"blL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"blV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"blW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"blZ" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"bmd" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/surface/table/reinforced/black, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"bmh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south) +"bmj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"bmk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 26 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"bmm" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/hangar/alpha) +"bmo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"bmv" = ( +/turf/open/slippery/hull/colorable/purple/connection/west, +/area/sky) +"bmw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/disposals) +"bmB" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = 3 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bmP" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"bnd" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/south_west) +"bnj" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/excavation) +"bnr" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"bns" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bnu" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"bnw" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"bny" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/fire_colony/pyrotrinium_crystal{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_4{ + pixel_x = 5; + pixel_y = -16 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"bnz" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"bnA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northwest, +/area/fire_colony/interior/hangar/flight_control) +"bnF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"bnJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"bnR" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"boj" = ( +/obj/structure/largecrate/empty, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"bok" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"bom" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"bos" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"boz" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"boB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/exterior/landing_pad) +"boI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/smelting) +"boP" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/item/tool/warning_cone, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"bpe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"bpf" = ( +/obj/structure/bed/hybrisa/dingy{ + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/poster/music{ + pixel_x = -4; + pixel_y = 33 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"bpg" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"bpi" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 18; + pixel_y = -11 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"bpn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"bpu" = ( +/obj/structure/machinery/recharge_station/alt{ + pixel_y = 3 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/excavation) +"bpv" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"bpy" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -3 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"bpA" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north_east) +"bpB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"bpI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bpR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/mining_garage) +"bpV" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 24; + pixel_y = -16 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"bqb" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/tunnel{ + id = "east_cargo_tunnel" + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/west) +"bqd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 1 + }, +/obj/item/fire_colony/pyrotrinium_tray/tray_7{ + pixel_y = 12 + }, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/smelting) +"bqh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"bqm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"bqq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/valley/north) +"bqt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"bqD" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"bqF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"bqI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/south) +"bqM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"bqR" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"bqT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north) +"bqW" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"bqY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/floor/platingdmg1, +/area/fire_colony/exterior/clearing/pass) +"bqZ" = ( +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"brc" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -9; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"brd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering) +"brh" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"brk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/omicron_facility/passthrough) +"brr" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"brw" = ( +/obj/structure/sign/safety/two{ + color = "#967743"; + pixel_x = 14; + pixel_y = 31 + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 2; + pixel_y = 31; + color = "#967743" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"brz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"brB" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"brD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"brK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"brL" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"brM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"brR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"brT" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/hangar/beta) +"brW" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/omicron_facility/hospital) +"brX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"bsq" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"bss" = ( +/obj/structure/machinery/big_computers/science_big/operator_machine, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/machinery/light/blue{ + pixel_x = 16 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"bst" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"bsu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"bsv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"bsJ" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/pills/lowchance, +/obj/structure/machinery/space_heater/radiator{ + dir = 8; + pixel_y = 11 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"bsK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"bsX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"btc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"bti" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"btl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"btm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"btn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#818793"; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken/east, +/area/fire_colony/interior/dorms/dorms_f) +"btt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"btA" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"btE" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"btF" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -2; + pixel_y = -10 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"btH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_two) +"btM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"btO" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"btS" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"btU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 15 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 3 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"bud" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = -2; + pixel_y = 5; + layer = 2.9 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 3; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"buk" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"bum" = ( +/obj/structure/machinery/recharge_station/alt{ + pixel_y = 3 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"buo" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"but" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"buz" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = -5; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"buE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = -6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"buF" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"buG" = ( +/obj/structure/filingcabinet{ + pixel_x = 7; + pixel_y = 18; + density = 0 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 18; + density = 0 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -12; + pixel_y = 1 + }, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/checkpoint) +"buJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -11; + pixel_y = -11 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"buL" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"buQ" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"buW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/lobby) +"bvc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"bve" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/relaxation) +"bvn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"bvx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north) +"bvA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"bvC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate/smooth_dir, +/area/fire_colony/exterior/clearing/pass) +"bvF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"bvH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/pickaxe/hammer, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/bag/ore, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"bvL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bvO" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"bvU" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"bvX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"bvY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/southeast) +"bwg" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"bwm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"bwx" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/north_east) +"bwJ" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"bwO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + layer = 2.00 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -16; + layer = 2.00 + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"bwU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"bxe" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"bxj" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/tcomms/lz2) +"bxk" = ( +/turf/open/floor/almayer/research/containment/floor2/west, +/area/fire_colony/interior/epsilon_facility/containment) +"bxn" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"bxp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"bxt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"bxD" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"bxF" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"bxN" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"bxW" = ( +/obj/effect/lava/engineer/floor_edge/floor_edge_7, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"bye" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"byh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/west) +"byj" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bym" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"byp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"byr" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_7{ + pixel_y = 5 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"byw" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing/floor{ + pixel_x = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"byA" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"byB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_7{ + pixel_x = 3; + pixel_y = -3; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"byE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"byL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"byP" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"byX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"bzc" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 7; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"bzj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"bzq" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"bzt" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"bzD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"bAa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"bAc" = ( +/obj/structure/bedsheetbin{ + pixel_x = 5 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_11"; + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_m) +"bAi" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bAk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/interior/hangar/garage) +"bAp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"bAq" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"bAr" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"bAs" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 27; + pixel_y = 39 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"bAu" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 25; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"bAx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/disposals) +"bAB" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"bAK" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/relaxation) +"bAL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"bAM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"bBg" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"bBh" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"bBj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/working_joe/corpse/alt_hazard/upper{ + dir = 4 + }, +/obj/effect/working_joe/corpse/body_parts/tubes{ + dir = 8; + pixel_x = 22; + pixel_y = -2 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"bBk" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"bBm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"bBn" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"bBp" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4{ + pixel_y = -19 + }, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"bBr" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -9; + pixel_y = -1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"bBB" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"bBC" = ( +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/hangar) +"bBE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 5; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"bBN" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"bBO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bBR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"bBS" = ( +/obj/item/form_printer{ + pixel_x = -15; + pixel_y = 8 + }, +/obj/item/paper{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door_control{ + pixel_y = -1; + id = "aero_shutters" + }, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/hangar/checkpoint) +"bBT" = ( +/obj/effect/landmark/static_comms/net_two{ + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz2) +"bCb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"bCd" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"bCg" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/exterior/hangar) +"bCh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bCi" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"bCk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"bCo" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar) +"bCs" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar) +"bCt" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"bCu" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access{ + name = "\improper Medical Storage Unit" + }, +/obj/structure/medical_supply_link/green{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"bCv" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bCz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"bCB" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/item/paper_bin{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"bCD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"bCE" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/east, +/area/sky) +"bCG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/south_west) +"bCH" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/item/tool/warning_cone, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/container_yard) +"bCO" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + pixel_x = 5; + pixel_y = -1; + layer = 3 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"bCQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"bCY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/north_west) +"bDa" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/hospital) +"bDg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"bDk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"bDm" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bDx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"bDz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"bDB" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"bDH" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bDK" = ( +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/excavation) +"bDL" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -15 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"bDT" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"bDW" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"bDX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"bEf" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"bEg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"bEh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"bEk" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_y = 12 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"bEn" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"bEo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"bEr" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 12; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"bEw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"bED" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"bEL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_4"; + dir = 8 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/e_valley_1) +"bER" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/west) +"bES" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_5"; + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/e_valley) +"bEV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"bEZ" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 11 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"bFd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint) +"bFj" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"bFs" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"bFF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"bFJ" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"bFK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"bFS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/photocopier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/checkpoint) +"bFT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_y = 6 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"bFV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"bFY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"bGh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"bGi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"bGk" = ( +/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_30"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"bGq" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"bGt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_19"; + pixel_x = -11; + pixel_y = 18 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_y = 21; + layer = 2.9; + pixel_x = 5 + }, +/obj/structure/sign/safety/north{ + pixel_x = 14; + pixel_y = 32 + }, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 2; + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"bGv" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bGw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"bGB" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"bGD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_1{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"bGE" = ( +/obj/structure/closet/firecloset/alt/full, +/obj/item/storage/firstaid/fire{ + pixel_y = 1 + }, +/obj/item/tool/extinguisher/mini, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_m) +"bGF" = ( +/obj/item/tool/pen, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/science) +"bGQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"bGS" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bGX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bGY" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/underground/caves/north_west) +"bHa" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/pass) +"bHb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"bHe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/prop/colony/canister{ + pixel_y = 9 + }, +/obj/item/prop/colony/canister/alt_1{ + pixel_x = -1; + pixel_y = 1; + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"bHg" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 34; + layer = 3 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"bHk" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"bHt" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"bHu" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 18 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/biolab/alt{ + pixel_x = 2; + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"bHv" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"bHw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"bHB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"bHN" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "excavation_outpost" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation) +"bHR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"bHS" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"bIe" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"bIg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bIj" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bIl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"bIn" = ( +/obj/structure/machinery/big_computers/computerbrown/computer3, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"bIr" = ( +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"bIx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"bIC" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"bID" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"bIL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"bIN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = 14 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"bIR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + icon_state = "working_joe_storage_empty_alt"; + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"bIZ" = ( +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -16; + pixel_y = -15 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"bJc" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/omicron_facility/lobby) +"bJe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/blood{ + pixel_x = -7 + }, +/turf/open/floor/corsat/solid/directions, +/area/fire_colony/interior/dorms/north) +"bJg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"bJk" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"bJr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/girder/displaced{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"bJu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"bJA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"bJL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/south) +"bJO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"bJQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"bKd" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"bKg" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"bKi" = ( +/obj/structure/closet/emcloset, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_f) +"bKk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bKp" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"bKt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"bKv" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"bKy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north_east) +"bKC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"bKE" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"bKW" = ( +/obj/effect/working_joe/corpse/lower{ + dir = 1; + pixel_x = -6; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bLl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/southwest) +"bLm" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bLs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"bLt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"bLB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"bLD" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"bLF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"bLI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/hangar/garage) +"bMd" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/excavation) +"bMg" = ( +/obj/item/tool/warning_cone/blue{ + pixel_x = 2; + pixel_y = 11 + }, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/west) +"bMs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"bMu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"bMw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"bMx" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"bMC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"bMF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"bMP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"bMS" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bNf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"bNi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_y = 5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"bNj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/exterior/clearing/north) +"bNq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/north_east) +"bNA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"bNB" = ( +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/excavation) +"bNH" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"bNO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -15; + pixel_x = -9 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bNY" = ( +/obj/item/tool/warning_cone{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/interior/mining_garage) +"bOc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -7; + pixel_x = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"bOi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"bOj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 13; + pixel_y = -4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"bOm" = ( +/obj/item/stack/cable_coil/random, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"bOo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"bOp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/west) +"bOr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"bOv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/north) +"bOD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"bOF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/disposals) +"bOI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"bON" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"bOP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"bOS" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"bOT" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bOV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"bPb" = ( +/obj/item/tool/warning_cone/red, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"bPh" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bPi" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"bPo" = ( +/obj/structure/platform/metal/strata, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"bPw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"bPz" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/snacks/packaged_burrito/unbranded{ + pixel_y = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/fire_colony/interior/bar/canteen) +"bPD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -18; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"bPE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"bPL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"bPQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"bPV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"bQc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"bQd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"bQj" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"bQo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/synthetic_storage) +"bQu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 8; + layer = 2.9 + }, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"bQz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"bQE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"bQH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 21; + pixel_y = 5; + buckling_x = 21; + buckling_y = 5 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"bQI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/hangar) +"bQK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/hangar) +"bQN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"bQT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"bQY" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"bRc" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"bRe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/valley/north) +"bRk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"bRs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 15; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken/north, +/area/fire_colony/interior/dorms/south) +"bRB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/cave/north_east, +/area/fire_colony/exterior/clearing/south_west) +"bRG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"bRR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"bRT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"bRW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"bRX" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"bRY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/stool{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = 10; + pixel_y = -3 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = 10 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = -11; + pixel_y = 1 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"bSj" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"bSs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"bSA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"bSJ" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_1{ + layer = 4.12; + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"bSK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"bSL" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"bSM" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north) +"bSP" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/hangar) +"bST" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"bSX" = ( +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/north) +"bSZ" = ( +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/epsilon_facility) +"bTe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"bTi" = ( +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/interior/hangar/garage) +"bTv" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/stack/sheet/wood{ + amount = 15 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"bTy" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility/containment) +"bTz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"bTD" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bTM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"bTN" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"bUk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/item/tool/warning_cone{ + pixel_x = -1; + pixel_y = 14 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/container_yard) +"bUq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"bUs" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/analyzer, +/obj/item/storage/pouch/survival/full/lasalle, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/excavation) +"bUu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"bUx" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 15; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 7 + }, +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"bUy" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 1; + pixel_y = -1; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"bUG" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"bUS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -13; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"bUV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/item/stool{ + pixel_x = -7; + pixel_y = 16 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bUY" = ( +/obj/structure/girder/reinforced, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/north_east) +"bVa" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"bVc" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"bVk" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_6{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"bVp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"bVr" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"bVs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"bVC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"bVG" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel{ + pixel_y = 4 + }, +/obj/item/tool/shovel{ + pixel_x = 6 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/excavation) +"bVH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"bVU" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/hangar) +"bVV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"bVZ" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/south) +"bWd" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/epsilon_facility/containment) +"bWh" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/north) +"bWk" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northwest) +"bWV" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"bXc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/north) +"bXq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"bXs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"bXt" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"bXu" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"bXw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bXI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"bXK" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/relaxation) +"bXO" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"bXR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"bXU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"bXW" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -5; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"bXY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/floor/platingdmg3, +/area/fire_colony/exterior/clearing/pass) +"bYh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"bYi" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/northwest) +"bYo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"bYq" = ( +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_1{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/platform/stone/engineer/north, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"bYs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"bYv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"bYD" = ( +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"bYI" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"bYL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"bZe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"bZg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"bZh" = ( +/obj/effect/decal/seegson/small/worn{ + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/seegson/smelting) +"bZn" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"bZu" = ( +/obj/effect/broken_tile, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/broken_tile/single{ + pixel_x = 9; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"bZx" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"bZD" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"bZG" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"bZH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"bZN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"bZU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"bZX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"bZZ" = ( +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/south) +"cac" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"cad" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"cae" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 13; + pixel_y = -4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"cak" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"cap" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"caw" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/relaxation) +"cay" = ( +/obj/structure/cargo_container/lasalle/alt_1/mid, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"caJ" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south) +"caK" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"caQ" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"caV" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/southeast, +/area/fire_colony/interior/bar) +"caZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"cbg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"cbk" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"cbl" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"cbm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"cbo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cbt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"cbx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"cby" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"cbz" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"cbD" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"cbH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"cbL" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/south_west) +"cbQ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10; + buckling_x = 7; + buckling_y = 10 + }, +/obj/effect/decal/hybrisa/trash, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"cbR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ccb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ccc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"ccv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"ccB" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_3"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"ccM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"ccQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"cdd" = ( +/obj/structure/prop/dam/crane{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"cdh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/offices) +"cdk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"cdl" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"cdr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"cdt" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"cdB" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -15; + pixel_y = -23 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"cdC" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"cdK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south) +"cdO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"cdP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cdR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"cdS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"cej" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ceq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"ceu" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"cew" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"cey" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"ceN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/north) +"ceW" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ceX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"ceZ" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_1{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"cfe" = ( +/obj/structure/prop/huge_mining_machine/conveyor, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/smelting) +"cfh" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"cfi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"cfj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/seegson/smelting) +"cfm" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"cfr" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"cfx" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"cfA" = ( +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/landing_pad) +"cfO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"cfQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north_east) +"cfV" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/north) +"cgg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"cgi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"cgo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"cgC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stool{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"cgE" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/north) +"cgR" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/map/fire_colony{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"cgY" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"chf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"chk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"chr" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/firstaid/fire{ + pixel_y = 1 + }, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"chw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"chC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"chD" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"chN" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"chQ" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 1; + pixel_x = -8; + pixel_y = 10 + }, +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 1; + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"chR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"cie" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ciy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"ciB" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"ciG" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ciI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"ciK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"ciP" = ( +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"ciR" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"ciX" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = -7; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"cjc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north_east) +"cji" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"cjo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"cjr" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility/containment) +"cjC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"cjK" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"cjM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"cjN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/south) +"cjP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"ckc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ckm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"ckq" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 13; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"ckw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"ckz" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"ckD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + pixel_x = 5; + pixel_y = 19 + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"ckH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/tool/shovel/spade{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"ckR" = ( +/obj/item/shard, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"ckY" = ( +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/offices) +"clc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"cld" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"clf" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"cll" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"clm" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"clw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"clx" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"clB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/valley/west) +"clJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_x = 1; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = -10; + pixel_x = 1 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"clL" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"clN" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = 2 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/blue4/north, +/area/fire_colony/interior/dorms/south) +"clO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/epsilon_facility) +"cme" = ( +/obj/structure/largecrate/random/barrel/blue{ + pixel_y = 7 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"cmg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/botany/extractor{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"cmj" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"cmm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"cmu" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"cmv" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/south_west) +"cmz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"cmF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/north_west) +"cmH" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"cmI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/excavation/north) +"cmP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"cmV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 2 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 5 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south_west) +"cmX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/science) +"cnf" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/recharger/unanchored{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/device/motiondetector/m717{ + pixel_y = 5; + pixel_x = 11 + }, +/obj/item/tool/pen/blue{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"cnk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"cnr" = ( +/obj/structure/machinery/shower{ + pixel_y = 21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_m) +"cnI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"cnX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"cnZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/south) +"cob" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"coe" = ( +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"cof" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north) +"cop" = ( +/obj/structure/platform_decoration/stone/engineer/east, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"cou" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"coC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"coF" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"coI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/lobby) +"coV" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"coW" = ( +/obj/effect/broken_tile/single{ + pixel_y = 16 + }, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = 11 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 13; + pixel_y = -7 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"coX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"cpk" = ( +/obj/structure/inflatable/black, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"cpt" = ( +/obj/structure/platform/metal/strata, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north) +"cpu" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"cpA" = ( +/obj/structure/flora/tree/alien/tree_2{ + pixel_x = -44; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"cpE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"cpH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"cpJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"cpL" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/northwest) +"cqh" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"cqs" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"cqA" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"cqG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"cqH" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_20"; + pixel_x = -7; + pixel_y = 18; + light_on = 1; + light_range = 2; + light_color = "#00f4ff" + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/dorms_f) +"cqT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"cqU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"cqZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/north_west) +"crb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"crh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/northwest) +"cro" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"crp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north_east) +"crr" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"crs" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/hangar/garage) +"crw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2; + layer = 4.12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"cry" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"crK" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -15; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"crV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/tcomms/lz2) +"crW" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/valley/west) +"csj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"csk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"csl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -19 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"csn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"csq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"css" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"csv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir"; + pixel_x = -1; + color = "#d3d3d3"; + pixel_y = -1; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/south, +/area/fire_colony/interior/omicron_facility/hospital) +"csX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"csZ" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"ctc" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"cti" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ctj" = ( +/obj/structure/bed/stool{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"ctn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/offices) +"cto" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/clearing/south_west) +"ctr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/north_east) +"ctu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"ctv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/window/framed/lava, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/flight_control) +"ctB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle{ + pixel_x = -8; + pixel_y = 1; + layer = 3 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"ctF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ctI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/excavation/south) +"ctM" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -14; + layer = 2.7; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 11 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/science) +"ctN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"cub" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/bag/ore, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"cuo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 2; + name = "rubber mat"; + pixel_y = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -14; + layer = 2.7; + pixel_y = 3 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/science) +"cuv" = ( +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 10 + }, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = 2 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"cuG" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"cuI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"cuO" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cuS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"cuU" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"cvf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/valley/southeast) +"cvj" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"cvm" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"cvn" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 18; + pixel_y = -21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"cvt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"cvH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"cvO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"cvY" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"cwh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"cwl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"cwo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"cws" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/clearing/south_west) +"cwy" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"cwE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/mining) +"cwI" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cwM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"cwN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/camera_film{ + pixel_x = 9; + pixel_y = 13 + }, +/obj/item/device/camera{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"cwR" = ( +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"cwV" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"cwZ" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 5; + pixel_y = 16 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/tcomms/lz2) +"cxi" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway_north) +"cxj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/valley/southeast) +"cxM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northwest) +"cxQ" = ( +/obj/structure/bed/roller, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = -5; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"cxT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"cxZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"cya" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north) +"cyd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"cyf" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"cyn" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"cyp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/warning_cone/red{ + pixel_x = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"cys" = ( +/obj/structure/sign/safety/one{ + pixel_x = 7; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"cyw" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "lz2_flight_control"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/lobby) +"cyz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"cyH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"cyK" = ( +/obj/structure/closet/crate/construction{ + pixel_y = 10 + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"cyN" = ( +/obj/structure/machinery/light/blue, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"cyS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"cyV" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"czd" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"czk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"czm" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/clothing/glasses/sunglasses/big/chrome{ + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/south, +/area/fire_colony/interior/bar/canteen) +"czn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway) +"czp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/west) +"czz" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/landmark/nightmare{ + insert_tag = "lasalle_merc_hydro" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"czI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/clearing/north_east) +"czM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"czQ" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"cAf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"cAr" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 5 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"cAw" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"cAD" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cAH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"cAK" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north_east) +"cAW" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = -13; + pixel_y = -6 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"cAY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south) +"cBc" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"cBd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"cBg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"cBs" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -14; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"cBC" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/platform/metal/strata, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/south_west) +"cBE" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"cBJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -11; + pixel_y = 14 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"cBR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"cBV" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"cCa" = ( +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/south) +"cCe" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_2, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/north) +"cCg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"cCu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"cCy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_two) +"cCA" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 10; + pixel_y = -18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cCB" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 30; + pixel_x = 13; + layer = 2.9 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/platform/metal/almayer/west, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"cCF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"cCR" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 15; + pixel_y = -20 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"cCU" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"cCW" = ( +/obj/structure/closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/south) +"cCY" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3{ + pixel_x = -1; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"cDf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/burger/alt, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"cDs" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway_north) +"cDF" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"cDG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"cDK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/tool/shovel/spade, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"cEc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"cEe" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4; + pixel_y = 12; + pixel_x = 3 + }, +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4; + pixel_y = -3; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"cEj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"cEk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/mining_garage) +"cEp" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 14 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north_east) +"cEr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"cEw" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/excavation) +"cEx" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"cEA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"cEE" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -10; + pixel_y = 26 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"cEG" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"cEH" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"cEI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"cEL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/pass) +"cEV" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/hangar) +"cEZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"cFa" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"cFl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"cFx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cFz" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/north) +"cFG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"cFJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"cFK" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"cFL" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"cFM" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 2; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cFP" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel/hyd, +/obj/item/storage/backpack/satchel/hyd, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/suit/storage/labcoat/lasalle/green, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"cGh" = ( +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/relaxation) +"cGl" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"cGu" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"cGF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -5; + pixel_x = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cGG" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/tcomms/lz2) +"cGP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"cGT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"cGZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"cHc" = ( +/obj/structure/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"cHk" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/epsilon_facility) +"cHr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 16 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining) +"cHw" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#9a9181" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"cHA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"cHE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/supply/supplies/flares{ + icon_state = "case_double"; + pixel_y = 7; + pixel_x = -1 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 6; + pixel_y = 30 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -6; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"cHF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"cHG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/container_yard) +"cHX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"cHY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"cIa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"cIh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"cIk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"cIm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"cIp" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/disposals) +"cIs" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"cIx" = ( +/turf/open/slippery/hull/colorable/purple/connection_corner/north, +/area/sky) +"cIB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"cIC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"cIE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"cIN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/engineering) +"cIR" = ( +/obj/structure/prop/ice_colony/surveying_device{ + layer = 3.01; + pixel_x = -7; + pixel_y = 16 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"cIS" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"cIX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"cJf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"cJj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/north_west) +"cJw" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"cJB" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"cJC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"cJD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/mining) +"cJG" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = 8; + pixel_y = 19 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"cJI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"cJO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 3 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"cJR" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/northwest) +"cJV" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/underground/caves/north_west) +"cJW" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"cJX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"cJY" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"cKu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"cKy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/east, +/area/fire_colony/interior/dorms/north) +"cKA" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/north) +"cKC" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"cKM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"cKR" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"cKV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "joe_storage_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"cKW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/south_west) +"cLa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"cLd" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"cLh" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"cLn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"cLq" = ( +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/interior/hangar/garage) +"cLD" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/smelting) +"cLP" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cMb" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"cMt" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"cMv" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cMC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"cMK" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northwest) +"cMM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"cMO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/hangar/garage) +"cMP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = 7; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"cNb" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"cNg" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/floor/platingdmg1, +/area/fire_colony/exterior/clearing/pass) +"cNi" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"cNj" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"cNl" = ( +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"cNn" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"cNq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"cNs" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 2; + name = "rubber mat"; + pixel_y = 8 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"cNw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 7; + pixel_y = 19 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"cNG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"cNN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"cNW" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 13; + pixel_y = -17 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"cOh" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"cOr" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#818e9a" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"cOv" = ( +/obj/structure/platform/metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"cOL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "yellow"; + phone_id = "Power Management Center" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"cOR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"cOT" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"cOZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"cPg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cPh" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cPi" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -21 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"cPu" = ( +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"cPE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/south) +"cPI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining) +"cPL" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing/floor{ + pixel_x = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"cPN" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"cPP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"cPR" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"cPS" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining) +"cQm" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"cQv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"cQA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"cQE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"cQI" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -7; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"cQJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz1) +"cQP" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 9; + pixel_y = -3 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"cRb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"cRc" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "blue"; + phone_id = "Epsilon Facility" + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"cRg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_5{ + pixel_x = -7; + pixel_y = 1; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"cRi" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 1; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"cRs" = ( +/obj/structure/machinery/light/small/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"cRu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/item/weapon/gun/rifle/w_ek_17, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"cRv" = ( +/obj/structure/filtration/machine_32x64/destructible, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/west) +"cRz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"cRH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"cRO" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 6; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"cRQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"cRR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"cRS" = ( +/obj/item/tool/pen/blue, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"cRW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"cRY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"cSg" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/snacks/packaged_burrito/unbranded{ + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -15; + pixel_y = -9 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"cSm" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"cSp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"cSx" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"cSH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"cSL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/tool/warning_cone/red{ + pixel_x = -12; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/hydroponics/north) +"cSP" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -3; + pixel_y = 19 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"cSX" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"cTd" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"cTi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"cTm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"cTt" = ( +/obj/structure/platform/metal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 17; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 40; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"cTx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"cTz" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"cTD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"cTJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/north) +"cTO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"cTR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"cTU" = ( +/obj/item/tool/shovel/spade, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"cTX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"cUd" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"cUj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"cUm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"cUq" = ( +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"cUs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"cUv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"cUx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/north) +"cUD" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"cUL" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 4; + pixel_x = -8; + pixel_y = 4; + buckling_x = -8; + buckling_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = 9; + pixel_y = -16 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"cUO" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"cVe" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"cVi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"cVk" = ( +/obj/structure/roof/hybrisa/signs/barsign{ + light_color = "#00AAFF"; + light_on = 1; + light_power = 4; + light_range = 6; + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"cVn" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4; + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"cVt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"cVx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/pass) +"cVC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/northwest) +"cVH" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"cVJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"cVM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + pixel_x = -1; + pixel_y = 18 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 7; + pixel_y = 6 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/north) +"cVO" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#655255" + }, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/small, +/obj/effect/spawner/random/technology_scanner, +/obj/item/clothing/accessory/patch/seegson, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"cVP" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"cVR" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -26; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south) +"cVU" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"cVV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = 8; + pixel_y = 19; + layer = 3.3 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"cVW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"cWa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southeast) +"cWj" = ( +/obj/structure/machinery/door/airlock/almayer/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/dorms_m) +"cWk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southwest) +"cWl" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist/random/burst, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"cWm" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/north) +"cWn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"cWy" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"cWF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"cWG" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"cWH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/light/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"cWJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/mining) +"cWK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/alpha) +"cWP" = ( +/obj/structure/ore_box/alt{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/seegson/smelting) +"cWT" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"cXn" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"cXq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/north_west) +"cXz" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/single, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"cXA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"cXC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northeast) +"cXE" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"cXF" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"cXR" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/smelting) +"cXS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"cXV" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cXX" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cYb" = ( +/obj/structure/cargo_container/seegson/alt/left, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"cYq" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/mining) +"cYB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north_east) +"cYC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"cYG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"cYJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/weldpack{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"cYT" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"cYW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -22; + pixel_y = 5; + buckling_x = -22; + buckling_y = 5 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"cYZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/omicron_facility/passthrough) +"cZc" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"cZd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_5" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"cZk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"cZm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/north) +"cZx" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"cZH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"cZI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -1; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"cZM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"cZN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"cZR" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/epsilon_facility) +"cZU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dag" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/tree/alien/tree_4{ + pixel_x = -17; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dai" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"dak" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"dav" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"daD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/lava_bridge) +"daH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/south_west) +"daI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/pass) +"daQ" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/north) +"daU" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"daX" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"dbf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"dbg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"dbn" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dbp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"dbv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"dbR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"dbS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"dbZ" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dce" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"dcl" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/bottle/wine{ + pixel_y = 14; + pixel_x = -8; + layer = 2.9 + }, +/obj/item/reagent_container/food/drinks/bottle/tequila{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci{ + pixel_x = -8; + layer = 3 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"dcs" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 12; + density = 0 + }, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 16; + pixel_x = 9; + density = 0 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"dcv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/hangar) +"dcA" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"dcO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/tree/alien/tree_8{ + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"dcU" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dcV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"dcW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/fancy/vials/random{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 10 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"ddc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"ddd" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"dde" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ddf" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"ddn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"ddo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ddp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"ddq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"ddv" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan23" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"ddx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"ddI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/sheet/pyrotrinium{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/sheet/pyrotrinium/small_stack{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/smelting) +"ddT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/obj/structure/prop/fence/slim/blue{ + icon_state = "brokenfence2" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"dei" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"deo" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"der" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"deu" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"dey" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"dez" = ( +/obj/structure/reagent_dispensers/water_cooler/walk_past{ + pixel_x = -9; + pixel_y = 1; + icon_state = "water_cooler_alt" + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"deK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/prison/cell_stripe, +/area/fire_colony/exterior/tcomms/container_two) +"deL" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"deX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"dfh" = ( +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 4; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"dfo" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/north_east) +"dfr" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush3"; + pixel_y = -7; + color = "#578c3a"; + pixel_x = -13 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"dfu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"dfC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway) +"dfE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"dfL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"dfR" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/omicron_facility/hospital) +"dfT" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dfY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dga" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"dgf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dgy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"dgE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"dgG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/hardpoint/locomotion/van_wheels/rt01, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"dgO" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"dgS" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/west) +"dgT" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/mining_garage) +"dhg" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dhi" = ( +/obj/structure/machinery/photocopier/alt{ + pixel_y = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/science) +"dhl" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat{ + layer = 4.12; + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"dhm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/cobweb{ + color = "#cfd5d5" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"dhp" = ( +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/epsilon_facility/containment) +"dhv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"dhF" = ( +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/landing_pad_external) +"dhH" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"dhL" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"dhM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"dhO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dhP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"dic" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dif" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"dig" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dij" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"diz" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"diF" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"diH" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"diI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"diJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/southwest) +"diO" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"diS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"diV" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"dje" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_rightengine" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"djf" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 13; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"djh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -1; + pixel_x = -4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dji" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"djt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"dju" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"djN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"djO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"djP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"djR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"djS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/disposals) +"dkb" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/dorms_m) +"dkf" = ( +/obj/structure/machinery/shower{ + dir = 8; + pixel_x = 2 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_m) +"dks" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"dkA" = ( +/obj/effect/spawner/random/toolbox{ + pixel_y = 9 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"dkQ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11; + pixel_y = 16; + layer = 3.1 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"dkW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"dlg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dlh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -41; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"dll" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"dlm" = ( +/obj/structure/largecrate/guns/merc{ + icon_state = "case_double"; + name = "supply crate"; + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"dlw" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/north) +"dly" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"dlH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"dlN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"dlP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"dlQ" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"dlU" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"dlY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"dmb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dme" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/fire_colony/interior/bar) +"dmg" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dmq" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"dmt" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"dmB" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = -6; + pixel_y = -7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dmE" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8{ + pixel_y = -19 + }, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dmH" = ( +/obj/structure/sign/safety/four{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"dmI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"dnd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"dng" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"dnh" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/south) +"dnr" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"dnu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"dnB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"dnI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dnJ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"dnM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/seegson/smelting) +"dnP" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#434b54" + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/small, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/technology_scanner, +/obj/item/clothing/under/lasalle/yellow, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"dnR" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"dnV" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"dnW" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerblack/computer5{ + icon_state = "blacksensor_comp3_off" + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dnZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/pass) +"dod" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/interior/hangar/garage) +"doj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"dol" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"doo" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"dop" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 12 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"dot" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"dou" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"doy" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"doB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north_east) +"doC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/pass) +"doM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southeast) +"doO" = ( +/obj/structure/machinery/power/power_generator/reactor/rostock, +/turf/open/floor/platebot, +/area/fire_colony/interior/seegson/engineering/generator_room) +"doP" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"doQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/northwest) +"doR" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"dpd" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"dpe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"dpg" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/north) +"dpi" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"dpX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dqa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"dqb" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_y = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"dqf" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"dqg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/container_yard) +"dqm" = ( +/obj/structure/prop/fence/slim/blue{ + icon_state = "special_brokenfence2" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"dqo" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/nanopaste{ + pixel_x = 12 + }, +/obj/item/device/defibrillator/synthetic/seegson{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/nanopaste{ + pixel_x = 5 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/synthetic_storage) +"dqq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"dqz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/north_east) +"dqC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 21; + pixel_y = 10 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -11; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"dqE" = ( +/turf/open/slippery/hull/colorable/purple/connection_end/north, +/area/sky) +"dqN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/north) +"dqT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"dqV" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"drc" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"dre" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + pixel_x = -1; + pixel_y = 24 + }, +/obj/item/prop/almayer/comp_open{ + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hangar/flight_control) +"drf" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = -5; + pixel_y = 17 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_11"; + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 11; + pixel_y = -1 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"drt" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility/containment) +"drx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"drV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"drW" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -4; + pixel_y = -28 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_5"; + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/e_valley) +"drY" = ( +/obj/structure/bed/hybrisa/dingy{ + dir = 1; + pixel_y = 10 + }, +/obj/item/bedsheet/colorable{ + dir = 1; + pixel_y = 10; + color = "#8a827b" + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#605a50"; + layer = 2.01; + dir = 8; + pixel_y = -55; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/explosive/grenade/high_explosive/pmc{ + pixel_y = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"dsb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/south_west) +"dsc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dsq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southwest) +"dsu" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 7 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"dsz" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dsA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/epsilon_facility) +"dsB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"dsD" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -8; + dir = 8; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"dsM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"dsP" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"dsV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_3"; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"dsZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"dtd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"dte" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"dtf" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"dto" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"dtq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"dtr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"dtD" = ( +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"dtS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"dtT" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 5; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"dua" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"dui" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"duj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"dum" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"dup" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"dus" = ( +/obj/structure/machinery/weather_siren{ + pixel_y = 21 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"duE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_5, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"duG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"duP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"duZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"dvd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"dvf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"dvh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/machinery/weather_siren{ + pixel_y = 22 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"dvo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -21; + pixel_y = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dvp" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"dvs" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"dvy" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -9; + pixel_y = -3 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"dvE" = ( +/obj/effect/decal/seegson/small/worn{ + pixel_x = 18; + pixel_y = 15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/smooth_dir/southwest, +/area/fire_colony/exterior/clearing/pass) +"dvO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"dvR" = ( +/turf/open/slippery/hull/colorable/purple/dir/northwest, +/area/sky) +"dvU" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"dvX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"dwb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dwg" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 11; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dwl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/dorms_m) +"dwm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"dws" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -2; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/clearing/south) +"dwA" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining) +"dwC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"dwI" = ( +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184" + }, +/obj/structure/surface/table/reinforced/black{ + layer = 2.4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"dwQ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -9; + pixel_y = 27 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -22; + pixel_y = 27 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/north) +"dwT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"dxd" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"dxe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"dxq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"dxs" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"dxw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dxA" = ( +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"dxB" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"dxE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south_west) +"dxM" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/southeast) +"dxZ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/pass) +"dyf" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"dyg" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"dyn" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/prop/colony/game{ + pixel_y = 5 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"dyr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"dyy" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 11; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dyC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"dyD" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar) +"dyG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"dyI" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"dyM" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dyO" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/disposals) +"dyT" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/north) +"dyU" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/fire_colony/interior/epsilon_facility/containment) +"dzj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/burger/alt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"dzn" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/lightreplacer{ + pixel_x = 17; + pixel_y = 3 + }, +/obj/item/device/flashlight{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"dzt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/clearing/south_west) +"dzv" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"dzw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/tool/shovel{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"dzG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/hallway) +"dzI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"dzW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clipboard{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/paper{ + pixel_y = 2; + pixel_x = -3 + }, +/obj/item/tool/stamp{ + pixel_x = 10; + pixel_y = 11 + }, +/obj/item/tool/pen/multicolor/fountain, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 12; + pixel_y = 1 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"dzZ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_20"; + pixel_x = 5; + pixel_y = 3; + light_on = 1; + light_range = 2; + light_color = "#00f4ff" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"dAn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/corsat/solid/directions/northwest, +/area/fire_colony/interior/dorms/north) +"dAt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"dAu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"dAI" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5; + pixel_y = 11; + layer = 3.21 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5; + pixel_y = -4; + layer = 3.21 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = 9; + pixel_y = 5 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"dAJ" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"dAS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/container_yard) +"dAY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -9; + pixel_x = 6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dBf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"dBl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"dBs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"dBu" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway_north) +"dBy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/blue3/southeast, +/area/fire_colony/interior/dorms/south) +"dBC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/hangar) +"dBZ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -4; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/south) +"dCa" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"dCg" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/southeast) +"dCz" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"dCI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"dCK" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"dCO" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_y = 19 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"dCU" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"dDn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"dDu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + layer = 2.00 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/pass) +"dDF" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/prop/flower_vase{ + pixel_y = 8; + pixel_x = -10 + }, +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -2; + dir = 8 + }, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"dDI" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"dDK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"dDO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southwest) +"dDV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dEc" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dEe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -10; + pixel_y = 20 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"dEv" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/hangar/flight_control) +"dEC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"dED" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"dEE" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "seeg_garage_1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"dEW" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"dFe" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"dFl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"dFm" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 2; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"dFo" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"dFp" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/north) +"dFw" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_middle/south, +/area/fire_colony/exterior/underground/caves/south_west) +"dFH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"dFJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"dFO" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"dFS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dFT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"dFW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"dGj" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -13 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hangar/flight_control) +"dGk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dGo" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"dGp" = ( +/obj/structure/machinery/computer/arcade/blue_stripe{ + pixel_x = 2; + pixel_y = 18; + density = 0 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -38; + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/south) +"dGs" = ( +/obj/structure/machinery/light/blue{ + dir = 1; + pixel_x = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"dGu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"dGy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"dGB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/mining_garage) +"dGU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"dGX" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"dHc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"dHq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "lb_hangar_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"dHs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"dHt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"dHy" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"dHz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/relaxation) +"dHA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"dHJ" = ( +/obj/structure/flora/tree/alien/tree_3{ + pixel_x = -17; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"dHL" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dHP" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = -1; + pixel_y = 23 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dHY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"dIa" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dIb" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"dId" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dIe" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = 4; + pixel_y = 11; + layer = 3.21 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -8 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hangar/flight_control) +"dIg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/exterior/landing_pad) +"dIl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"dIo" = ( +/obj/structure/cargo_container/grant/right, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/container_yard) +"dIp" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/tool/warning_cone/red{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"dIx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"dIz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"dIG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"dII" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -2; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dIU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/container_yard) +"dIV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"dJb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"dJc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/north) +"dJf" = ( +/obj/structure/sink{ + dir = 1; + pixel_x = 17; + pixel_y = -8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"dJj" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#9a9181"; + layer = 4.01; + pixel_x = -3 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"dJm" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/supply_kit, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"dJo" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 18; + pixel_y = -6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"dJs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"dJw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + pixel_x = -16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/excavation) +"dJy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform_decoration/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"dJB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"dJH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -15; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"dJV" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut/platform_left, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"dJW" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_x = -3; + pixel_y = 11; + layer = 2.01 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"dJX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"dJZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south) +"dKa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dKb" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -12; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dKh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north_east) +"dKq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = 10; + pixel_y = 26 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dKt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"dKz" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/seegson{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/prop/helmetgarb/prescription_bottle{ + pixel_x = 7; + pixel_y = -3 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"dKG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"dKI" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway_north) +"dKN" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"dKU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"dLa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"dLc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"dLf" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"dLi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"dLk" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"dLu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46"; + pixel_y = 1; + layer = 3; + pixel_x = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dLy" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"dLF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"dLG" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"dLS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/surveying_device, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = 14 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dLU" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = -23; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dLW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north) +"dLZ" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"dMf" = ( +/obj/structure/machinery/computer/hybrisa/misc/slotmachine{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 18; + pixel_y = 17; + layer = 3.2 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"dMj" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet2_black"; + pixel_x = 12; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dMl" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"dMm" = ( +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"dMs" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -4; + pixel_y = -3 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/synthetic_storage) +"dMt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"dMv" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"dMF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"dMI" = ( +/obj/structure/window/framed/lava, +/obj/structure/curtain/colorable_transparent{ + color = "#718184"; + alpha = 220; + layer = 3.2 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar) +"dMJ" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dML" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"dMM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dMO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"dMX" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3{ + pixel_x = -5; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dNb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"dNd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/excavation) +"dNe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/seegson/smelting) +"dNg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"dNl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"dNp" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/working_joe/corpse/upper{ + dir = 1; + pixel_x = -5; + pixel_y = -13 + }, +/turf/open/floor/almayer/aicore/glowing/no_build/ai_floor3, +/area/fire_colony/interior/seegson/ai_core) +"dNt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"dNG" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"dNR" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"dNS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"dOq" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"dOs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stool{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/item/clothing/shoes/marine/corporate/lasalle_security{ + pixel_x = 6; + pixel_y = -8 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"dOu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"dOK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"dOP" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 7; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"dOY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"dPb" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"dPd" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dPf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/landing_pad_external) +"dPg" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/interior/hangar/garage) +"dPk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"dPH" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"dPR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"dPZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"dQj" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"dQt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"dQw" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dQJ" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 19; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northeast) +"dQL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 1 + }, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north_east) +"dQN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"dQO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"dQQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/cliff) +"dRc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"dRe" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#655255" + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"dRg" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/lattice{ + icon = 'icons/obj/structures/props/industrial/hybrisa_lattice.dmi'; + icon_state = "lattice6" + }, +/obj/effect/lava/catwalk/catwalk_2, +/turf/open/fire_colony/lava_no_burn, +/area/fire_colony/exterior/underground/caves/north_west) +"dRh" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"dRi" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"dRn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow/northwest, +/area/fire_colony/exterior/tcomms/lz2) +"dRo" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north_east) +"dRC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"dRG" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/closet, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"dRI" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/hangar/hallway_north) +"dRS" = ( +/obj/structure/bed/hybrisa/dingy{ + pixel_y = 10 + }, +/obj/item/bedsheet/colorable{ + pixel_y = 10; + color = "#7b8a82" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_x = 1; + pixel_y = 41 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"dRW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"dSi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"dSm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"dSr" = ( +/obj/structure/platform/metal/lava_metal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"dSE" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"dSI" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17; + density = 0 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17; + density = 0 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"dSJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"dSR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 20 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dSY" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/hangar/garage) +"dTa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"dTj" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"dTr" = ( +/turf/open/slippery/hull/colorable/purple/dir/northeast, +/area/sky) +"dTv" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"dTx" = ( +/obj/structure/flora/tree/alien/tree_6{ + pixel_x = -17; + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dTK" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/excavation) +"dUi" = ( +/obj/structure/flora/tree/alien/tree_8, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"dUl" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/offices) +"dUv" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dUy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/northwest) +"dUL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"dUP" = ( +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"dUY" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"dVd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"dVn" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"dVu" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"dVv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"dVw" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/exterior/hangar) +"dVC" = ( +/obj/structure/machinery/cm_vending/sorted/medical/chemistry{ + name = "\improper Chemical Storage Unit" + }, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"dVF" = ( +/obj/structure/shuttle/part/dropship_clf/transparent/left_engine{ + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/broken_dropship) +"dVJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"dVX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/offices) +"dVZ" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"dWb" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dWi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"dWn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"dWq" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"dWs" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"dWv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 32; + pixel_y = 7 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"dWy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"dWJ" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"dWM" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"dWN" = ( +/obj/effect/decal/large_stain{ + dir = 1; + color = "#212121"; + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121"; + pixel_x = -7; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"dXa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"dXf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/dorms/north) +"dXl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"dXm" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"dXn" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"dXo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"dXp" = ( +/obj/structure/largecrate/random/barrel/green{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/north) +"dXA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"dXJ" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"dXN" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbroke{ + pixel_x = 1; + pixel_y = 32 + }, +/obj/item/shard, +/obj/item/shard, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 4; + pixel_y = 15 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"dYg" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"dYk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"dYn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 8; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"dYo" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"dYx" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/smelting) +"dYy" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = 9; + layer = 2.01 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"dYA" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/underground/caves/south_west) +"dYB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"dYM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"dYO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -18; + pixel_y = 6 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"dYU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/hallway) +"dYX" = ( +/obj/effect/lava/edges/overlay/basalt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"dYZ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"dZc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"dZd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"dZe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/pass) +"dZi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"dZl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/west) +"dZn" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/north_west) +"dZr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital"; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"dZB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"dZG" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"dZI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"dZK" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"dZN" = ( +/obj/structure/flora/bush/ausbushes/ywflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"dZP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"dZR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/tcomms/lz1) +"dZY" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"dZZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ead" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"eah" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"eao" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"eap" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"eav" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_y = 11 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 15; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eaS" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"eaT" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"eaW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"ebc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ebe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ebx" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 8; + color = "#8c8c84"; + pixel_x = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"ebA" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"ebC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ebG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"ebI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/science) +"ebK" = ( +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/south) +"ebL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"ebN" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hangar/flight_control) +"ebY" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = -3 + }, +/obj/effect/lava/engineer/floor_edge/floor_edge_5, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"ecc" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 9; + pixel_y = -10 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ecg" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"ecm" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"ecp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/container_yard) +"ect" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -7; + pixel_y = 8; + buckling_x = -7; + buckling_y = 8 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ecw" = ( +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"ecN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ecS" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"ecT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/east, +/area/fire_colony/interior/dorms/dorms_f) +"ecU" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/underground/caves/south_west) +"ede" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/north) +"edh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/window/northright{ + dir = 2; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/obj/item/shard, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/disposals) +"edi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"edu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"edG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"edH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"edO" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"edQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -2; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"edX" = ( +/obj/structure/cargo_container/grant/rightmid, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/container_yard) +"edY" = ( +/obj/effect/lava/edges/overlay/basalt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"eef" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"eeh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -2 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 2; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"eet" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"eez" = ( +/obj/structure/largecrate/empty/case/double{ + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/tcomms/lz2) +"eeC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"eeF" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"eeR" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32; + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"eeU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"eeX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/hangar) +"efa" = ( +/obj/effect/lava/edges/overlay/basalt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"efc" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility/containment) +"efe" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"efo" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -1; + pixel_y = 29 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"efp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/lobby) +"efr" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -1 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -15; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"efs" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"efy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"efK" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"efM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north_east) +"efT" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/east, +/area/fire_colony/exterior/clearing/north) +"efX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"ege" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"egj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"egs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/botany/extractor{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"egt" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"egu" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"egz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"egC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"egF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"egQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility/containment) +"egY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/interior/seegson/ai_core/lobby) +"egZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"eha" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/exterior/underground/caves/north_west) +"ehd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/pass) +"ehh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"ehi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"ehm" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"ehE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"ehL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/southwest) +"ehO" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"ehZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"eic" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"eie" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = -6; + pixel_y = -7 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"eif" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -13; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"eii" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"eik" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"eil" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"eiv" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"eiw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/north) +"eiy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"eiH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"eiI" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"eiU" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"eiZ" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/storage/box/gloves, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital) +"ejd" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"ejf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"ejg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/north) +"ejh" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"ejp" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 4; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"ejt" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"ejA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"ejF" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"ejR" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -14; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"ejZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/relaxation) +"ekd" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ekf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"ekk" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/excavation/storage) +"ekv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ekA" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"ekM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"ekN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"ekW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"ekY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"ekZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/mining) +"elh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"ell" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"elo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"elq" = ( +/obj/effect/sentry_landmark/lz_2/top_left, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"els" = ( +/obj/structure/closet, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"elv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"elw" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"elQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + dir = 4; + id = "ex_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"ema" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/underground/excavation/south) +"emg" = ( +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/mining_garage) +"emj" = ( +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/hangar/alpha) +"emm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"emp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"emq" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/interior/seegson/operations) +"emr" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"emu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"emw" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"emy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"emA" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/alpha) +"emB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/west) +"emI" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"emJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"emQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"emX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"emZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southwest) +"ena" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eng" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"enm" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/excavation/south) +"enq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"eny" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"enE" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"enF" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 4; + layer = 3; + color = "#a5adbc" + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility/containment) +"enG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 31; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"enJ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north_east) +"enN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2; + layer = 4.12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"enR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"enY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"eon" = ( +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/north) +"eou" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"eoA" = ( +/obj/structure/sign/safety/two{ + color = "#73bee1"; + pixel_x = 8; + pixel_y = 31 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"eoG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/south_west) +"eoS" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -12; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"eoW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"epd" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"epf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"epg" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = -20 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"epl" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"epp" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -12 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 24; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"epu" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"epv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"epC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"epE" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"epG" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_hori3_black"; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbroke{ + pixel_x = -3; + pixel_y = 32 + }, +/obj/item/storage/briefcase/flap{ + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/blue4/north, +/area/fire_colony/interior/dorms/south) +"epH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"epI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"epK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"epN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"epR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"epT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"epV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"eqa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"eqc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"eqe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"eqm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"eqp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eqw" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = -7; + pixel_y = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_6"; + pixel_x = 9; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"eqR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"eqU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"era" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"erd" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46" + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"ere" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"erf" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/south_west) +"erg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"eri" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"erj" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"erk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/underground/excavation/north) +"erB" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = -17; + pixel_y = 7 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"erC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"erF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"erI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"erL" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"erN" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"erO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"erP" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"erY" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell/used, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"esa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/dorms/offices) +"esl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"esq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"esr" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northeast) +"esv" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/epsilon_facility) +"esE" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -9; + pixel_y = 27 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -22; + pixel_y = 27 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"esI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"esN" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -21; + pixel_y = -1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"esO" = ( +/obj/item/storage/bag/plants, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"esQ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -10; + pixel_y = -2 + }, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"etc" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/operations) +"etg" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 7; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eto" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hangar/flight_control) +"etC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"etR" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4; + pixel_x = -4; + pixel_y = 3 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"etS" = ( +/obj/structure/tunnel{ + id = "west_tcomms_tunnel" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"etV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "yellow"; + phone_id = "Habitation Complex - South" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"eue" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/west{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"eui" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"eut" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"euv" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"euw" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 8; + pixel_x = 8; + pixel_y = 4; + buckling_x = 8; + buckling_y = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"euy" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"euz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"euG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"euP" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"euS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"evq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"evw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"evF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"evH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_middle/north, +/area/fire_colony/exterior/clearing/north_east) +"evI" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"evK" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -17; + pixel_y = -28 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"evP" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/landing_pad_external) +"evT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"evY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"evZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"ewg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -2; + layer = 2.00 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"ewj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northeast) +"ewp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"ewr" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -10; + pixel_y = 26 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ewz" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"ewD" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"ewM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"ewO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"ewS" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"ewW" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ewX" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 14; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"ewY" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"exb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/north_east) +"exc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"exf" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"exg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"exj" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"exu" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"exx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"exy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility) +"exD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"exL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southeast) +"exO" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"eyg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eyi" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"eyk" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"eyq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"eyw" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south) +"eyD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"eyE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"eyI" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"eyL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"eyR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"ezc" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/item/tool/minihoe, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"ezd" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"ezh" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/south) +"ezk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/landing_pad) +"ezF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/south_west) +"ezG" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"ezK" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"eAc" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = 2; + pixel_y = -15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"eAg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"eAj" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"eAw" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"eAx" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"eAy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"eAz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"eAA" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"eAC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway) +"eAG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"eAJ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + icon_state = "working_joe_storage_bluebag_empty_alt"; + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"eAM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"eAN" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"eAV" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -9; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"eBl" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/interior/hangar/garage) +"eBm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 6; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"eBn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"eBo" = ( +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"eBp" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 1; + pixel_x = 4; + pixel_y = 5 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"eBr" = ( +/obj/structure/platform/metal/lava_metal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"eBs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"eBx" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"eBy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"eBK" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 12; + pixel_y = -7 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"eBN" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"eBS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"eCc" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"eCk" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"eCl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"eCo" = ( +/obj/effect/lava/engineer/floor_edge/floor_edge_7, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"eCp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"eCr" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 1; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"eCx" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"eCE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eCF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -14; + pixel_y = -12 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/relaxation) +"eCH" = ( +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"eCI" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"eCK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/southeast) +"eCM" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/flight_control) +"eCQ" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"eDa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"eDc" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"eDe" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -11; + pixel_y = -1 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southwest) +"eDg" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 2; + name = "rubber mat"; + pixel_y = 8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"eDk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"eDl" = ( +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/mining) +"eDn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"eDB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"eDD" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/hangar) +"eDF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/opens_up{ + pixel_x = 2; + pixel_y = 32 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 14 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"eDS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/north) +"eDZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"eEc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"eEf" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"eEj" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -3; + pixel_y = -21 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"eEm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/single{ + pixel_x = 17; + pixel_y = -1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"eEn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"eEs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/pouch/vials/full, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"eEu" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"eEz" = ( +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"eEA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southeast) +"eEQ" = ( +/obj/structure/xenoautopsy/tank{ + pixel_y = 5; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"eER" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"eFa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -1; + pixel_x = -3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"eFc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"eFd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"eFm" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 11; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"eFo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"eFq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"eFu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"eFI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"eGp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"eGr" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"eGB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/item/tool/warning_cone{ + pixel_x = -3 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/mining_garage) +"eGH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"eGJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/hallway) +"eGL" = ( +/obj/effect/decal/engineer_ruins, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"eGR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"eGT" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 22; + pixel_y = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 1; + pixel_y = 17 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"eGW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/north_east) +"eHa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/southeast) +"eHd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + pixel_x = 16 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"eHf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 4; + pixel_x = -11 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"eHg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"eHi" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/hallway) +"eHw" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 8; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"eHy" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"eHH" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"eHN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + layer = 2.00 + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"eHR" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -4; + pixel_y = 16 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"eHX" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken/north, +/area/fire_colony/interior/dorms/north) +"eHY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"eIj" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"eIl" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"eIr" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/medical/advanced/bruise_pack/upgraded{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/stack/medical/advanced/ointment/upgraded{ + pixel_x = 2; + pixel_y = -4 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"eIt" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"eIw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"eIx" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/south) +"eIB" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"eIC" = ( +/obj/effect/decal/hybrisa/workers_decal{ + color = "#e8b867" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/smelting) +"eIK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"eIL" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"eIO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"eIR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/landing_pad) +"eIT" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"eIU" = ( +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"eIY" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/trash/tray{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/fire_colony/interior/bar/canteen) +"eJh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"eJl" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -2; + layer = 2.00 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"eJm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/seegson/smelting) +"eJn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"eJE" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"eJH" = ( +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"eJN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"eJP" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"eJT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/epsilon_facility) +"eKa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"eKf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"eKr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"eKt" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"eKD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"eKI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"eKN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"eKO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"eKR" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eKW" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"eLa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"eLc" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/omicron_facility/hospital) +"eLf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "joe_storage_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"eLj" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"eLl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north_east) +"eLt" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/epsilon_facility) +"eLx" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"eLA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3{ + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"eLD" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"eLF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"eLJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"eLN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"eLV" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"eMa" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/prop/cash_register/off{ + pixel_y = 13; + layer = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"eMd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"eMg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"eMh" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -4; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"eMt" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/machinery/weather_siren{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eMC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 13; + pixel_y = -6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"eMI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"eMP" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/northwest) +"eMU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"eMX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"eMZ" = ( +/obj/structure/flora/tree/alien/tree_4, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"eNd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"eNf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"eNh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"eNl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"eNm" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -9; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"eNy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"eNA" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"eNF" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"eNH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"eNN" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -20; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"eNS" = ( +/turf/open/slippery/hull/colorable/purple/connection_end, +/area/sky) +"eOd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/mining) +"eOp" = ( +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"eOq" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"eOr" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -14 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"eOA" = ( +/obj/structure/prop/engineer_ruins/pillars/tall, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2{ + layer = 4.12; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"eOD" = ( +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -1; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"eOF" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"eOG" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -13; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eON" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner, +/area/fire_colony/exterior/clearing/south_west) +"eOT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"eOZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"ePa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"ePb" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29; + pixel_x = 16 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -13; + pixel_y = 10 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/lobby) +"ePp" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"ePs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"ePw" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/processor{ + pixel_x = -2; + pixel_y = 4; + layer = 3.03 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"ePA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ePB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"ePC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/west) +"ePD" = ( +/obj/structure/ore_box/alt{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"ePO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_3"; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"ePP" = ( +/turf/open/floor/platingdmg3, +/area/fire_colony/exterior/clearing/south) +"ePR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ePY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"eQb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"eQl" = ( +/obj/structure/girder/displaced{ + color = "#8d93a1ff" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"eQm" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 4; + pixel_y = -14 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = 9; + pixel_y = 26 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"eQq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"eQv" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"eQw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"eQA" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/slippery/hull/colorable/purple/dir/west, +/area/sky) +"eQF" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"eQH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/machinery/weather_siren{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eQJ" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/north) +"eQK" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/science) +"eQN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"eQP" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"eQT" = ( +/obj/item/storage/bag/plants, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"eQZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"eRk" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eRp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"eRq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"eRz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"eRA" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -41; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"eRE" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"eRK" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 24; + pixel_y = 15 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"eRN" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -2; + pixel_y = 12 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"eRU" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"eRX" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/south) +"eSd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/tcomms/lz1) +"eSe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"eSf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"eSh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"eSk" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"eSn" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_x = 1; + pixel_y = -8 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"eSs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eSv" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 7; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"eSz" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"eSC" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"eSQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/north) +"eST" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"eSY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 18 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"eTa" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/alienjar{ + pixel_y = 17; + pixel_x = -4 + }, +/obj/item/reagent_container/dropper, +/obj/item/reagent_container/dropper{ + pixel_y = 3 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"eTb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"eTe" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/underground/caves/north_west) +"eTg" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eTG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"eTJ" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"eTK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/north) +"eTR" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"eTV" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"eUd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"eUe" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/mining) +"eUl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eUm" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north) +"eUp" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"eUr" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"eUx" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_6, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/south) +"eUy" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_12"; + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"eUB" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital"; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"eUH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"eUJ" = ( +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"eUN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -16; + pixel_y = -4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"eUV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/north) +"eUX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"eVa" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/cliff) +"eVl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/north) +"eVo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"eVv" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"eVx" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"eVK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"eVR" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northeast, +/area/fire_colony/interior/bar) +"eVS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = 11; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"eVV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/blackgoocontainer/submerged{ + pixel_y = 1; + icon_state = "blackgoocontainer5"; + pixel_x = -7 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"eWh" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = 9; + layer = 2.01 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"eWn" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"eWp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"eWC" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/mining_garage) +"eXd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"eXf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"eXh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/east{ + pixel_y = -16 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"eXw" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"eXy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"eXA" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#655255" + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"eXG" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#9a9181"; + layer = 4.01 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"eXU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/mining_garage) +"eXX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/clearing/south_west) +"eYf" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"eYm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"eYn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"eYs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"eYv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"eYx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"eYz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"eYF" = ( +/obj/structure/flora/tree/alien/tree_2{ + pixel_x = -14; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"eYJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"eYY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/northwest, +/area/fire_colony/interior/hydroponics/north) +"eYZ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/excavation/south) +"eZa" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -21; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/southeast) +"eZi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"eZl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southeast) +"eZB" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"eZH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"eZT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"eZU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/smooth_u/east, +/area/fire_colony/exterior/clearing/north) +"fac" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/south) +"fan" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fao" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = 21 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"fau" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"fav" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"fax" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"faz" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"faC" = ( +/obj/structure/machinery/light/small{ + pixel_x = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"faK" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"faT" = ( +/obj/structure/bed/hybrisa/dingy{ + pixel_y = 10 + }, +/obj/item/bedsheet/colorable{ + pixel_y = 10; + color = "#8a7b82" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"faZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"fbb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"fbe" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"fbg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"fbh" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 11; + pixel_y = 19 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"fbl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"fbn" = ( +/obj/structure/machinery/door_control{ + id = "hydro_bio_dome"; + pixel_y = -19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/glasses/science/blue, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"fbs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"fbx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"fbE" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"fbF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/multitool, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"fbJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/west) +"fbN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"fbO" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"fbQ" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = -5; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"fbW" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"fbX" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/nanopaste{ + pixel_x = 9; + pixel_y = 16 + }, +/obj/item/storage/surgical_tray{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 6; + pixel_y = 30 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -6; + pixel_y = 30 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"fbY" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 13; + pixel_y = -21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/west) +"fcb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"fcg" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"fch" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fcp" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"fcG" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"fcM" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"fcO" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"fcY" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fdc" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/north) +"fde" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"fdf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"fdg" = ( +/obj/structure/machinery/washing_machine{ + pixel_x = -7; + pixel_y = 16; + density = 0 + }, +/obj/structure/machinery/washing_machine{ + pixel_x = -7; + pixel_y = 31; + density = 0 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#37485b"; + pixel_x = 4; + pixel_y = -8 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#7b8a82"; + pixel_x = 6; + pixel_y = -12 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = 14 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/under/lasalle{ + pixel_x = -13; + pixel_y = -11 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_m) +"fdh" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"fdk" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 13; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"fdl" = ( +/turf/open/slippery/hull/colorable/purple/corner/east, +/area/sky) +"fds" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 4; + name = "rubber mat"; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"fdG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"fdH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/pass) +"fdS" = ( +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"fdW" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/item/paper{ + layer = 2 + }, +/obj/effect/decal/hybrisa/trash, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"fek" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"fer" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"fev" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_x = 1; + pixel_y = 21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"fey" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"feA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southeast) +"feH" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/disposals) +"feJ" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"feM" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"feN" = ( +/obj/effect/decal/lasalle_bio/worn{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/hydroponics/science) +"feQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"ffd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/north) +"ffi" = ( +/obj/effect/landmark/survivor_spawner, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"ffs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"fft" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_m) +"ffA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ffH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/dorms/north) +"ffK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ffP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"ffQ" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"ffR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/south) +"ffX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/container_yard) +"ffY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"fge" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"fgf" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"fgg" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "hydro_bio_dome_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/science) +"fgh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"fgi" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -14; + pixel_y = 16 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"fgr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fgy" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 17 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"fgz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"fgO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"fgQ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fgU" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_6{ + pixel_x = -3; + pixel_y = 9; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fgV" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"fgY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"fgZ" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"fhd" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/west) +"fhg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"fhh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -9 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"fhq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"fht" = ( +/obj/structure/prop/brazier/frame/full/campfire, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/north) +"fhu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility/containment) +"fhz" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"fhF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"fhI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"fhJ" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/west) +"fhP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"fhQ" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"fhU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"fib" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"fid" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"fij" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 32 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"fiq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"fiN" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"fiV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/north) +"fiW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"fja" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fji" = ( +/obj/structure/platform/metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"fjk" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"fjt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/west) +"fju" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"fjM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fjR" = ( +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/north) +"fjV" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"fka" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"fkC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/container_yard) +"fkD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad_external) +"fkI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"fkJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -11; + pixel_y = -3 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"fkK" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/item/clothing/glasses/science/blue, +/obj/item/clothing/glasses/science/blue, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"fkN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"fkP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"fkV" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"fkX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"flr" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/northwest) +"fls" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"fly" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"flB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"flF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"flG" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"flL" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_5" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"flP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/omicron_facility/hospital) +"flW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"flZ" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/east, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"fmb" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -4; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"fme" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"fmf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/omicron_facility/lobby) +"fmh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fmk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"fmq" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/slippery/hull/colorable/purple/dir/north, +/area/sky) +"fmt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"fmA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fmM" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"fmP" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fnd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"fnm" = ( +/obj/item/prop/alien/hugger, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"fnp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"fnu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"fnx" = ( +/obj/item/trash/c_tube, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"fny" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/tunnel{ + id = "construction_tunnel" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"fnD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"fnG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"fnH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"fnJ" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"fnL" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_x = -3; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"fnN" = ( +/obj/structure/cargo_container/seegson/white/right{ + color = "#94bece"; + layer = 3.01 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"fnV" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_y = -21 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"fnX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fnZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/backpack/satchel/black, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"fol" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"fom" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"fov" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"foE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"foF" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"foL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"foP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -12; + pixel_y = 7 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"foR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/north) +"fpg" = ( +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_1{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"fpm" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/botany/editor{ + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/science) +"fpr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"fpI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"fpJ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"fpR" = ( +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/relaxation) +"fpU" = ( +/obj/effect/decal/seegson/small/worn{ + pixel_x = 1; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/dorms/north) +"fqc" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"fqi" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/hangar/hallway) +"fqk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fqp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"fqq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_5{ + pixel_x = -1; + pixel_y = 1; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"fqs" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -10; + pixel_y = 5; + buckling_x = -10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"fqx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"fqz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"fqH" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 18 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/exterior/underground/caves/north_west) +"fqL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"fqQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"fqZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"frk" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_1{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"frm" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"frn" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 17 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/hangar/garage) +"frt" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"frx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"frz" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -15; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"frD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/north) +"frH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"frK" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility/containment) +"frL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"frO" = ( +/obj/structure/machinery/vending/coffee{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"frP" = ( +/obj/structure/machinery/light/blue, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"frT" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"fsj" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/north) +"fsk" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -3; + dir = 1 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 20; + pixel_x = 4 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"fsl" = ( +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"fsp" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"fss" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"fsy" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"fsz" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -14 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"fsD" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/caves/south_west) +"fsI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fsO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"fsP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/engineer_ruins/smooth_3, +/area/fire_colony/exterior/underground/excavation/south) +"fsV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"ftb" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility) +"ftd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"ftj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"ftk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"fts" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ftw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"ftz" = ( +/obj/structure/platform_decoration/stone/engineer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"ftF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"ftI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"ftQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"ftX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"fua" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"fud" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"fue" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"fug" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"fup" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"fus" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fuA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/north_west) +"fuJ" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 19 + }, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"fuZ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"fvo" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -7; + pixel_y = -14 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"fvp" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/west) +"fvB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/south) +"fvN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"fvO" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"fvQ" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fvT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"fwa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"fwc" = ( +/obj/structure/flora/tree/alien/tree_8, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"fws" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"fwv" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_f) +"fwD" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/north) +"fwP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"fxg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"fxm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"fxn" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"fxt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"fxz" = ( +/obj/structure/machinery/shower{ + dir = 4; + pixel_x = -2 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_m) +"fxO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"fxR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"fxT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering) +"fxY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/backpack/satchel/white, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"fyb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"fyc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"fyh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/plasticflaps{ + color = "#a8acb5" + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"fyr" = ( +/turf/open/slippery/hull/colorable/purple/corner/north, +/area/sky) +"fyt" = ( +/obj/effect/lava/edges/overlay, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"fyv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"fyB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"fyD" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"fyE" = ( +/obj/structure/window/framed/lava/reinforced/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + layer = 2.9 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility/containment) +"fyS" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"fyT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fyU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"fyW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"fyZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"fzb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"fzi" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/south) +"fzl" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/operations) +"fzn" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"fzr" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/hand_labeler, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 13; + pixel_y = -15 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/smelting) +"fzs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -7 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"fzu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"fzx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -9; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"fzy" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"fzO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = -2; + pixel_y = 5; + layer = 2.9 + }, +/obj/item/packageWrap{ + pixel_y = 7 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/smelting) +"fzU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/clearing/south_west) +"fzV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/north) +"fAm" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -17; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"fAo" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"fAE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"fAL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = -1; + pixel_y = 29 + }, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_x = -1; + icon_state = "blacksensor_comp1_off" + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/seegson/ai_core/lobby) +"fAQ" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"fAS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"fBk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"fBl" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"fBr" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"fBs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = -8; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"fBx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/north_west) +"fBz" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -10; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"fBE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/sign/safety/biolab/alt{ + pixel_x = -17; + pixel_y = 7 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = -17; + pixel_y = -5 + }, +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"fBF" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"fBQ" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 21; + pixel_y = 7 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = 12 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"fCg" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"fCj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"fCz" = ( +/obj/structure/sign/safety/four{ + pixel_x = 8; + pixel_y = 31; + color = "#73bee1" + }, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -2 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"fCF" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#7d747d" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/container_yard) +"fCL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"fCO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerwhite/computer3, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29; + pixel_x = 2 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"fCQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/bed/bedroll{ + dir = 9; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 6; + layer = 2.9 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist/random/burst, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fCR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"fDa" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/storage/firstaid/rad, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"fDd" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + pixel_y = 2; + layer = 4.12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fDe" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"fDf" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"fDo" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"fDs" = ( +/obj/structure/largecrate/supply/supplies/flares, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/valley/north) +"fDv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/underground/excavation/south) +"fDy" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"fDF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner, +/area/fire_colony/exterior/valley/northwest) +"fDG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"fDI" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_y = 11; + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"fDK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_4" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"fDM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/paper/crumpled, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/science) +"fDP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"fEa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"fEn" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 1; + color = "#8c8c84"; + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north) +"fEx" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"fEW" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = 17; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 14; + pixel_y = -4 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"fFr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"fFE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"fFQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"fFR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"fFT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"fFU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"fFX" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"fGb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"fGf" = ( +/obj/structure/platform/metal/stair_cut, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/northwest) +"fGm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 13 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"fGo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"fGq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"fGu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -2; + pixel_x = -20 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"fGv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_3"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"fGC" = ( +/obj/structure/machinery/landinglight/delayone, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"fGG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -12; + pixel_y = -6 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"fGJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -13; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"fGO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 13; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"fGR" = ( +/obj/structure/fence/slim/blue, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"fGS" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"fGU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"fGV" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/structure/platform_decoration/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"fHc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/screwdriver{ + pixel_x = 2; + pixel_y = -8 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/weldingtool/simple{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"fHk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"fHl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"fHm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"fHo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"fHp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"fHq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/north) +"fHr" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fHs" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"fHx" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/radio, +/obj/item/device/radio{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"fHH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"fHW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"fIb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"fIm" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"fIr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"fIt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"fIu" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/omicron_facility/hospital) +"fIx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"fIy" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north) +"fIC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"fIE" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"fIH" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"fIP" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"fIR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"fIS" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 3; + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"fIT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/tool_storage) +"fIU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"fIY" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/cup_plant/cup_plant_1{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"fJb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/glasses/science/blue, +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/hydroponics/science) +"fJf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"fJk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"fJm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/ammo/alt{ + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/ammo_magazine/rifle/l42a/abr40, +/obj/item/weapon/gun/rifle/l42a/abr40, +/obj/item/weapon/gun/rifle/l42a/abr40, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"fJt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"fJx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"fJI" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"fJK" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut/lava_metal_left, +/obj/structure/platform/metal/lava_metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"fJO" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"fJR" = ( +/obj/item/tool/weldpack, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"fJT" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"fJV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"fKb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"fKq" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"fKG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/north) +"fKI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"fKK" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/almayer/research/containment/floor1, +/area/fire_colony/interior/epsilon_facility/containment) +"fKM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"fKQ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"fLa" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"fLe" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"fLf" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_9"; + pixel_x = -3; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"fLj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fLm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"fLs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fLx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"fLB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"fLC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"fLD" = ( +/obj/structure/flora/tree/alien/tree_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fLI" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 18; + density = 0 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -5; + pixel_y = -17 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 11; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"fLK" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/ore_box/alt{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fLL" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -9; + pixel_y = -19 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -10; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fLW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/north_west) +"fMf" = ( +/obj/structure/largecrate/random/case/small{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"fMg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 3; + pixel_x = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"fMr" = ( +/obj/item/shard, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"fMv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"fMw" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"fMy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/west) +"fMG" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"fMH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"fMP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"fMT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"fMV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fMX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"fMZ" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"fNe" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"fNi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"fNC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fNR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"fNW" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"fOd" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"fOq" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -9; + pixel_y = 14 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -10; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"fOt" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"fOv" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + layer = 2.9 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"fOC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"fOE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"fOF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southwest) +"fOI" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/science) +"fOJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"fOM" = ( +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"fOW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"fPh" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"fPk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = -8; + layer = 2.9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"fPl" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/window/reinforced{ + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_y = 20; + pixel_x = -6 + }, +/obj/item/stock_parts/matter_bin/super{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"fPq" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_3"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 27; + pixel_y = -13 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"fPr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"fPw" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"fPB" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + icon_state = "working_joe_storage_empty_alt"; + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"fPE" = ( +/obj/structure/sign/safety/seven{ + color = "#73bee1"; + pixel_x = 7; + pixel_y = 31 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"fPF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"fPG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"fPH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fPU" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fPZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/fire_colony/interior/bar/canteen) +"fQb" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fQc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"fQf" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -8; + dir = 8; + pixel_y = 6 + }, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/dorms/relaxation) +"fQr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"fQx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -6; + pixel_x = -3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fQy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"fQD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/tool/pickaxe/silver, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"fQJ" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_hori1_black"; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"fQM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"fQR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"fQY" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 2; + pixel_y = 14 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"fQZ" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fRg" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"fRh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"fRl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"fRn" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18; + layer = 3.20 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/obj/item/tool/extinguisher/mini{ + pixel_x = -4; + pixel_y = 18 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"fRp" = ( +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/epsilon_facility) +"fRu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"fRv" = ( +/obj/effect/decal/hybrisa/checkpoint_decal/only_security{ + pixel_y = -1; + color = "#e8b867" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/hangar/hallway) +"fRw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"fRB" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"fRH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"fRN" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"fRP" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"fRX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"fRZ" = ( +/obj/structure/cargo_container/seegson/alt/mid, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"fSd" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"fSe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"fSh" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/item/tool/screwdriver/tactical{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/tool/screwdriver{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"fSl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"fSm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"fSC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"fTa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"fTb" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fTr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"fTs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"fTB" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_3, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/south) +"fTE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"fTF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"fTM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"fTQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/science) +"fTV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"fTY" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/north_west) +"fTZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"fUa" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -27; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"fUd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"fUe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"fUg" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"fUi" = ( +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"fUn" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"fUp" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"fUv" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"fUx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"fUy" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"fUH" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "hangar_ice_1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"fUJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_20"; + pixel_x = 3; + pixel_y = 13; + light_on = 1; + light_range = 2; + light_color = "#00f4ff"; + layer = 3.2 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"fUQ" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"fVd" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/southeast) +"fVh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"fVq" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/excavation/south) +"fVt" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"fVz" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"fVA" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/mining) +"fVC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south) +"fVH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -21; + pixel_y = -10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"fVM" = ( +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"fVY" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"fWb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"fWi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/southeast) +"fWj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/north) +"fWk" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = -12 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"fWn" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"fWu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"fWw" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"fWJ" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"fWK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"fWL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south) +"fWO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"fWX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"fWY" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fXb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"fXc" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/offices) +"fXd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"fXf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"fXg" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"fXh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"fXj" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 4; + color = "#8c8c84" + }, +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"fXk" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"fXs" = ( +/turf/open/slippery/hull/colorable/teal/dir/northeast, +/area/sky) +"fXt" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 13; + pixel_y = 21 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/fire_colony/interior/bar/canteen) +"fXu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"fXE" = ( +/obj/structure/cargo_container/lockmart/left, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"fXL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/disposals) +"fXP" = ( +/obj/structure/closet/crate/medical{ + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"fXZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"fYa" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"fYj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"fYk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"fYp" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 21; + pixel_y = 5; + buckling_x = 21; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/buritto/alt{ + pixel_y = 15 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"fYq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"fYv" = ( +/obj/structure/cargo_container/lasalle/alt_2/right, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"fYy" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fYE" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"fYG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -5; + pixel_y = 15 + }, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/north) +"fYI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/north_west) +"fYK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"fYN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clipboard{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/tool/pen/red{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"fYT" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"fYV" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"fZe" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fZf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/underground/excavation/south) +"fZh" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 6 + }, +/obj/item/reagent_container/food/drinks/cans/tonic{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/strata/blue4/west, +/area/fire_colony/interior/dorms/south) +"fZn" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"fZp" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"fZr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"fZt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"fZw" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"fZI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/pass) +"fZK" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"fZL" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 3; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"fZM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"fZO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"fZQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"fZV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"fZW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"fZY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off{ + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"gaa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"gaf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"gak" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"gaq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/tunnel{ + id = "east_cargo_tunnel" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"gav" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"gaD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"gaI" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"gaQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/southeast) +"gaW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"gbc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"gbo" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/paper{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/tool/pen{ + pixel_x = 5 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"gbt" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"gbu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north_east) +"gbx" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"gbC" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = -12; + layer = 2.01 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway) +"gbF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"gbG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northwest) +"gbI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "joe_storage_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"gbN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"gbZ" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"gcc" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"gce" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"gcj" = ( +/obj/structure/filtration/machine_32x64/destructible, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/west) +"gcz" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = 1; + pixel_y = -8 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"gcD" = ( +/obj/structure/fence/slim/blue, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"gcH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"gcI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"gcK" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"gcM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"gcN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/omicron_facility/lobby) +"gdj" = ( +/obj/structure/machinery/disposal{ + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + pixel_x = -16 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"gdm" = ( +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/north) +"gdn" = ( +/turf/open/floor/almayer/research/containment/corner_var1/east, +/area/fire_colony/interior/epsilon_facility/containment) +"gdp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"gds" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerblack/computer5, +/obj/structure/machinery/door_control{ + pixel_y = -4; + id = "ex_1"; + name = "excavation south - primary - remote door-control" + }, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"gdv" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south) +"gdz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"gdK" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"gdM" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 19 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"gdP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north_east) +"geu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south) +"geA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"geB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"geE" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"geI" = ( +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"geL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"geW" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"geZ" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 16; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/clearing/south_west) +"gfe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"gfi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/prop/colony/canister{ + pixel_y = 19 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"gfl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"gfB" = ( +/obj/structure/largecrate/random/case/small{ + pixel_y = 13 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"gfC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "pass_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"gfD" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"gfF" = ( +/obj/structure/machinery/biogenerator, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_y = 29 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"gfN" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"gfU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"gfY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"gfZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"ggc" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"ggd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"ggi" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ggu" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 1; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ggx" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"ggz" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ggO" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"ggQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating, +/area/fire_colony/exterior/clearing/south) +"ggU" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ggV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/north_west) +"ghf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"ghh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_y = -23 + }, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/seegson/smelting) +"ghl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/shovel, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ghn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"ghp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"ghr" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/robodropper, +/obj/item/implantcase{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/implantcase{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"ghu" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ghy" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"ghG" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/biolab/alt{ + pixel_x = 2; + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/sign/safety/north{ + pixel_x = 14; + pixel_y = 32 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/epsilon_facility) +"ghH" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 9; + pixel_y = 15 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"ghP" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 21; + pixel_y = 5; + buckling_x = 21; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"ghU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"ghV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"giq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"giu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"giF" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"giG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"giH" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/head/welding, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"giK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"giS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"giW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"giZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/north) +"gjs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"gjW" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/container_yard) +"gke" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"gkg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/closet{ + pixel_x = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/device/flashlight/lantern/alt, +/obj/item/clothing/accessory/patch/seegson, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"gkj" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_y = -24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/south) +"gkm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/shoes/silver_white{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "green"; + phone_id = "Xenoflora Research Complex - Science Module" + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/science) +"gkr" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/excavation/south) +"gkG" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"gkI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"gkP" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/west) +"gkR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"gkX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"gkZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -9 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"glc" = ( +/obj/structure/window/framed/lava/reinforced/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility) +"glj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"glu" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -2; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"glC" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/hardpoint/locomotion/van_wheels/rt01, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"glR" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/north) +"gmf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"gmg" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"gms" = ( +/obj/structure/prop/engineer_ruins/large_pit{ + pixel_y = 6 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"gmw" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"gmH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"gmK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"gmM" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -7; + pixel_y = -10 + }, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"gmP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"gmT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northeast) +"gnc" = ( +/obj/structure/sign/safety/one{ + pixel_x = 1; + pixel_y = 31; + color = "#967743" + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 13; + pixel_y = 31; + color = "#967743" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"gnh" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"gni" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/smelting) +"gnv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/south_west) +"gny" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/northwest) +"gnC" = ( +/obj/item/tool/mop{ + pixel_y = 22; + pixel_x = 2 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 17; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = -15; + pixel_y = 16 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"gnS" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 3; + pixel_y = -27 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"gnT" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 11 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"gnW" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/south_west) +"gob" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"goi" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"goj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"gom" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"goo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"goz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"goD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"goG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"goJ" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 16 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"goK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"goM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"goS" = ( +/obj/item/weapon/gun/pistol/holdout/custom, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"goW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"gpa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"gpb" = ( +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"gpg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"gpu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/north_west) +"gpv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"gpx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/colony/canister/alt_2{ + pixel_y = 9; + pixel_x = 6 + }, +/obj/item/prop/colony/canister/alt_1{ + pixel_x = 5; + pixel_y = 1; + dir = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"gpI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "pass_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"gpK" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/hangar/garage) +"gpU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"gpX" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"gqj" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname{ + dir = 1 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"gqt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"gqw" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_3{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"gqB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"gqP" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"gqT" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"gqV" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = -12 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"grc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + dir = 8; + pixel_x = -16 + }, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"gro" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/tcomms/lz1) +"grw" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"grB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"grC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southwest) +"grO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow/east, +/area/fire_colony/exterior/tcomms/lz2) +"grQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"grR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"grT" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/west) +"grY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"gsf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 12; + pixel_y = 3 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"gsg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"gsi" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform_decoration/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"gsq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"gss" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/south_west) +"gsv" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"gsx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/north) +"gsF" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 17; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"gsI" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"gsJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/west{ + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"gsT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south) +"gtg" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 8; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"gth" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"gtu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"gtI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/interior/seegson/ai_core/lobby) +"gtP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"gtQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/biogenerator, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"gtX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -9; + pixel_y = 16 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7 + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"guc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"gup" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -14; + pixel_y = 3 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 7; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"gut" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/southeast, +/area/fire_colony/interior/bar) +"guw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/north_west) +"gux" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"guE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"guH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"guI" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/prop/magazine/dirty, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/item/clothing/under/lasalle, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"guJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"guL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"guN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"guX" = ( +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"guZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -9; + pixel_x = 3 + }, +/obj/item/trash/burger/alt, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/south) +"gvc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"gvi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"gvj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/hydrant{ + pixel_y = 31; + pixel_x = 16 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/seegson/smelting) +"gvE" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/north_west) +"gvH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"gvL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "seeg_garage"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"gvN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"gvO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility/containment) +"gvX" = ( +/obj/structure/bed/chair/comfy/black{ + pixel_y = 19; + buckling_y = 19 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"gwh" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/strata/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"gwi" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"gwj" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"gwl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"gwq" = ( +/obj/item/tool/pen{ + pixel_x = 2; + pixel_y = -9 + }, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/hangar/flight_control) +"gwv" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"gww" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"gwD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/north) +"gwN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/north) +"gwP" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"gwV" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir"; + pixel_x = -1; + color = "#d3d3d3"; + pixel_y = -1; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/hospital) +"gwW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"gwY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"gxa" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"gxf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"gxg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway) +"gxi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"gxk" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"gxA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"gxF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = 15 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"gxI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/dorms/relaxation) +"gxJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"gxK" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"gxM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"gxO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south) +"gxV" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"gyd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"gyz" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_y = -2 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -2; + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"gyJ" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"gyM" = ( +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"gyV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"gzk" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"gzn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gzu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"gzw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"gzB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/southeast) +"gzG" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"gzI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gzO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"gzW" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 21; + pixel_y = 5; + buckling_x = 21; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = 9; + pixel_y = 17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"gzZ" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"gAe" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"gAg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/north_west) +"gAj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"gAl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/northwest) +"gAm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 14; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"gAp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"gAz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"gAB" = ( +/obj/structure/sign/safety/twentythree{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"gAI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"gAJ" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"gAX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"gBc" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"gBt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/north) +"gBv" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -6; + pixel_y = 30 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 6; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"gBw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"gBx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"gBz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"gBB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"gBC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"gBI" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"gBM" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/landing_pad_external) +"gBR" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"gBV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gBW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/hydroponics/science) +"gBX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side, +/area/fire_colony/exterior/underground/excavation/south) +"gCb" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"gCc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"gCe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"gCk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"gCy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -10; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"gCA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/container_yard) +"gCN" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad) +"gCS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"gDe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"gDj" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -11; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/south_west) +"gDt" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"gDv" = ( +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility/containment) +"gDx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"gDC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"gDD" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"gDG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north) +"gDI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"gDJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/suit/storage/CMB/trenchcoat/white, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"gDK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"gDL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"gDQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"gDU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"gDW" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"gEf" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/prop/colony/canister/alt_2{ + dir = 1; + pixel_y = 10 + }, +/obj/item/prop/colony/canister{ + dir = 1; + pixel_x = -1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"gEg" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "seeg_garage"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"gEm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"gEC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/west) +"gER" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"gEW" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility/containment) +"gEX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"gFd" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 21; + pixel_y = -15 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"gFg" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = -12 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"gFq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/underground/excavation/south) +"gFC" = ( +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"gFE" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/excavation/storage) +"gFI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gFP" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -1; + pixel_y = -17 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"gGa" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -9; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"gGe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"gGg" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"gGj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"gGv" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -2; + layer = 2.00 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"gGC" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/bottle/whiskey{ + pixel_x = -9; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/shaker{ + pixel_x = -4; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/bottle/rum{ + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"gGK" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"gGL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz2) +"gGT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"gGV" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"gGY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"gGZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"gHc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "joe_storage_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"gHk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"gHB" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"gHC" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north) +"gHI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/workers_decal{ + color = "#e8b867" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/omicron_facility/passthrough) +"gHK" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"gHN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"gHU" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/centrifuge{ + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"gId" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"gIf" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/mining_garage) +"gIo" = ( +/obj/effect/broken_tile/single{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"gIu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"gIx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"gIz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 17; + pixel_y = 15 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/relaxation) +"gIA" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"gID" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"gIF" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/interior/hangar/garage) +"gIG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"gIK" = ( +/obj/structure/cargo_container/lasalle/alt_1/right, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"gIQ" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/west) +"gIT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/west) +"gIU" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"gIY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"gJm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"gJp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"gJF" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 11; + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"gJM" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 10; + pixel_y = -18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"gJP" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"gJQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"gJR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"gJT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"gJU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"gKc" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"gKt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"gKv" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/pass) +"gKw" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"gKz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"gKA" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"gKD" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/west) +"gKE" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"gKI" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"gKS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/south_west) +"gKW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"gKX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"gLb" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"gLc" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"gLj" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan22" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"gLq" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + layer = 2.7; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4; + pixel_y = -16 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/smelting) +"gLr" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"gLu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/glasses/welding, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/mining_garage) +"gLz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"gLC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"gLE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"gLL" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"gLM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"gLQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"gLR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gLX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"gLZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"gMe" = ( +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"gMg" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"gMo" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -9; + pixel_y = -3 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/landing_pad_external) +"gMp" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/south_west) +"gMt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"gME" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 30 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"gMK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"gMP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"gNb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"gNe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"gNh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/almayer/aicore/glowing/no_build/ai_floor3, +/area/fire_colony/interior/seegson/ai_core) +"gNm" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"gNs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"gNM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"gNP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"gNT" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/smelting) +"gNV" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/structure/plasticflaps{ + color = "#a8acb5" + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"gNX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"gNZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"gOc" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 10 + }, +/obj/item/tool/warning_cone{ + pixel_x = -2 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"gOg" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"gOl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"gOp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"gOs" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 4; + pixel_y = 16 + }, +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"gOz" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"gOH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/secure_closet/seegson/security{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"gON" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 9; + pixel_y = 13 + }, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/south) +"gOO" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"gOS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"gOX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"gPb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"gPc" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"gPh" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -20; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"gPl" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"gPo" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"gPt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"gPu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"gPx" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_y = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"gPF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_y = 8; + pixel_x = -16 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/north) +"gPI" = ( +/obj/structure/window/framed/lava, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"gPQ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"gPZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/seegson{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/clock{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/tool/pen/blue{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/smelting) +"gQc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"gQf" = ( +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -13 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"gQh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner, +/area/fire_colony/exterior/clearing/north_east) +"gQi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/maintenance_jack, +/turf/open/floor/corsat/solid/directions/northwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"gQk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"gQr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"gQB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar) +"gQF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/north) +"gQI" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/tcomms/lz2) +"gQJ" = ( +/obj/structure/closet, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"gQU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_y = -1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gQW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"gRh" = ( +/turf/open/slippery/hull/colorable/purple, +/area/sky) +"gRj" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"gRl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"gRq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"gRs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -21; + pixel_y = 5 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"gRt" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"gRv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"gRz" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"gRA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/floor/plating/burnt_platingdmg3, +/area/fire_colony/exterior/valley/north) +"gRE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"gRI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gRN" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"gRR" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/north) +"gRU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"gRY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"gSp" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_y = -8 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 12; + pixel_y = -21 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"gSs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"gSz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"gSC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"gSD" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"gSI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"gSK" = ( +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "blue"; + phone_id = "Flight Control Office" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hangar/flight_control) +"gSM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"gSQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/clearing/south_west) +"gSX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"gTh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/landing_pad) +"gTl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/northwest) +"gTn" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"gTo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"gTs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/seegson/smelting) +"gTz" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18; + layer = 3.20 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"gTE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"gTP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"gTV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"gUa" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/red_bulb/red_bulb2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"gUd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"gUe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"gUj" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"gUp" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"gUC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"gUG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"gUN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -15; + pixel_y = -6 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"gUP" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"gUS" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"gUV" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"gUX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"gVh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"gVn" = ( +/obj/structure/window/framed/lava, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/flight_control) +"gVt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north_east) +"gVy" = ( +/obj/structure/platform/metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"gVz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"gVB" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"gVC" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"gVG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"gVM" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"gWd" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 9; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"gWh" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"gWo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"gWp" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_3{ + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"gWs" = ( +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "hydro_bio_dome" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/science) +"gWy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"gWC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"gWH" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"gWL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"gWM" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"gWS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"gXc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"gXu" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"gXB" = ( +/obj/structure/bed/chair/bolted{ + dir = 1; + pixel_y = 13; + buckling_y = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"gXC" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"gXH" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"gXJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"gXP" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"gXX" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/dorms/relaxation) +"gYb" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/epsilon_facility/containment) +"gYk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/watatsumi/left, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"gYr" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/excavation/storage) +"gYt" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_engi_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"gYu" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"gYx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"gYB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/paper{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/paper{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/tool/pen/multicolor/fountain{ + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"gYJ" = ( +/obj/structure/surface/table/reinforced/black{ + layer = 2.4 + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184" + }, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"gYN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"gYS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/valley/north) +"gZc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"gZh" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"gZi" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"gZx" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -1; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3/northwest, +/area/fire_colony/interior/omicron_facility/hospital) +"gZE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"gZR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"gZS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"hal" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/south) +"has" = ( +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"hau" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"haL" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 10; + pixel_y = -3 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"haV" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"haW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hba" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"hbb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"hbc" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"hbg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/engineer/floor_edge/floor_edge_8, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"hbi" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"hbl" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"hbq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"hbs" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"hbv" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -10; + pixel_y = 6 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/excavation/south) +"hbA" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/storage/pouch/survival/full/lasalle, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"hbC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/pass) +"hbD" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"hbP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/south) +"hbU" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 12; + pixel_y = 31 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"hbX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_middle/north, +/area/fire_colony/exterior/clearing/north_east) +"hcg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"hch" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/single{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"hcp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"hcq" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + pixel_y = 1; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"hcu" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"hcI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"hcM" = ( +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/mining_garage) +"hcR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"hcT" = ( +/obj/item/tool/shovel, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"hcU" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility) +"hcV" = ( +/obj/structure/prop/huge_mining_machine/refinery/invun{ + icon_state = "press_machine_off" + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"hcY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north_east) +"hdj" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/blue4/north, +/area/fire_colony/interior/dorms/south) +"hdm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = -6 + }, +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"hdp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/epsilon_facility) +"hds" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"hdt" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_x = 1; + pixel_y = 21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8; + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/obj/item/storage/pill_bottle/bicaridine/skillless{ + pixel_x = -4; + pixel_y = 22 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"hdv" = ( +/obj/item/clothing/accessory/limb/skeleton/head/spine{ + pixel_x = -28; + pixel_y = 15; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/torso{ + pixel_x = -27; + pixel_y = 12; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/l_leg{ + pixel_x = -32; + pixel_y = 12; + color = "#858680" + }, +/obj/item/weapon/energy/sword{ + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"hdF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hdH" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"hdJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"hdQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"hdT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"hdU" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"heb" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"hed" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_f) +"heh" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 1; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"hek" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"hes" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/caves/south_west) +"heG" = ( +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/south) +"heK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"heP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -2; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/container_yard) +"heV" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/relaxation) +"heZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/north_east) +"hfy" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_end"; + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"hfC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"hfH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"hfI" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = -13; + pixel_y = 2 + }, +/obj/item/clock{ + pixel_x = 4; + pixel_y = 14; + layer = 3.4 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hangar/flight_control) +"hfN" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/southeast) +"hfP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"hfQ" = ( +/obj/structure/bed/stool{ + pixel_x = -4; + pixel_y = 17 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 20; + layer = 3.2 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"hfR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"hgb" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"hgd" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hgi" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"hgD" = ( +/turf/closed/wall/engineer_ruins/smooth_3, +/area/fire_colony/exterior/underground/excavation/south) +"hgE" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/beta) +"hgI" = ( +/obj/item/bedsheet/colorable{ + dir = 1; + pixel_y = 10; + color = "#8a827b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"hgO" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"hhc" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"hhd" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"hhh" = ( +/obj/structure/closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/suit/storage/CMB/trenchcoat/white, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/south) +"hhi" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"hhp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/north_east) +"hhq" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"hhs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"hhx" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"hhz" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"hhA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/warning_cone/red, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"hhB" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"hhL" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/obj/effect/landmark/yautja_teleport, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"hhO" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -12; + pixel_y = -4 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"hhP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"hhX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"hic" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"hie" = ( +/obj/structure/platform/metal, +/obj/structure/inflatable/black{ + layer = 3.6 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 18; + pixel_y = -34 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"hij" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"hil" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -3; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hip" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 24; + pixel_y = -15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/west) +"hiv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"hix" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"hiE" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/west{ + layer = 3.11 + }, +/obj/structure/platform/metal/strata/east{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"hiI" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"hiJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"hiL" = ( +/obj/item/tool/weldingtool/simple, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"hiN" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/decal/warning_stripes/worn{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/north) +"hiZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"hjn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south) +"hjq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"hjE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/lava_bridge) +"hjK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/north_east, +/area/fire_colony/exterior/clearing/south_west) +"hjT" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northeast) +"hka" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"hkc" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"hkl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/underground/excavation/south) +"hkn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"hkr" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"hkw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south) +"hkx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hkF" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"hkI" = ( +/obj/effect/lava/edges/overlay, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"hkV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/plating/platingdmg1, +/area/fire_colony/exterior/valley/north) +"hld" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"hlf" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"hlm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hlt" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"hlJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"hlM" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"hlN" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hlT" = ( +/obj/effect/broken_tile/single{ + pixel_x = 1; + pixel_y = -4 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"hlV" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"hlW" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"hma" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"hmb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"hmg" = ( +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/powercell, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"hmh" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"hms" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hmH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"hmK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"hmS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"hmZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"hne" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"hnf" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"hng" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/seegson/smelting) +"hnB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"hnF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north) +"hnT" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"hnU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"hoe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"hoj" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_5{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"hok" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/seegson/smelting) +"hol" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"hop" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat{ + layer = 4.12; + pixel_x = 2; + pixel_y = 17 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"hoA" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/shower{ + dir = 4; + pixel_x = -2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_f) +"hoG" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"hoJ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"hoL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"hoM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"hoO" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"hoR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"hpa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -12; + pixel_y = -3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hpe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"hpf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"hps" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 10; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north) +"hpD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"hpF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"hpH" = ( +/obj/structure/sign/safety/bathmens{ + name = "men's dorm semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a men's dorm."; + pixel_x = 6; + pixel_y = 31; + color = "#73bee1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"hpI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/south) +"hpK" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"hpL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"hpO" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"hpY" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"hqk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"hql" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"hqn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"hqF" = ( +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"hqH" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"hqM" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/cup_plant/cup_plant_1{ + pixel_y = 7 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"hqR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"hqU" = ( +/obj/item/tool/warning_cone/red, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"hqW" = ( +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/mining_garage) +"hqZ" = ( +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"hra" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility) +"hre" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hrh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"hri" = ( +/obj/structure/surface/rack{ + color = "#98a3ab" + }, +/obj/item/tool/wet_sign, +/obj/item/tool/wet_sign{ + pixel_y = 2; + pixel_x = -3 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_m) +"hrl" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -14; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"hrq" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_y = 28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"hrB" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"hrH" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hrJ" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hrN" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"hrQ" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"hrS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"hsb" = ( +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/landing_pad_external) +"hsc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hsg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"hsl" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/north) +"hsq" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/excavation/south) +"hsI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"hsR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"htb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"hte" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/container_yard) +"hti" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"htj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"htt" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"htN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"htO" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"htS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/pouch/flamertank, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/weapon/gun/flamer/survivor, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"htT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south) +"htW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/valley/southwest) +"hud" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"huf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"huh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"hus" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"huw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/north) +"huA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"huE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"huG" = ( +/obj/structure/stairs/rock/engineer_temple, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"huP" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"huR" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"huW" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"huZ" = ( +/obj/structure/machinery/seed_extractor{ + pixel_y = 31; + density = 0; + pixel_x = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/north) +"hvb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"hvc" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"hve" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"hvj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"hvm" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"hvn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hvw" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"hvI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"hvM" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = -9; + pixel_x = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"hvQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"hvS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"hvW" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"hwi" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"hwj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_x = 1; + pixel_y = 41 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16; + layer = 4; + icon_state = "water_cooler_alt" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 8; + pixel_y = 21 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"hwm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"hwn" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"hwq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"hwr" = ( +/obj/structure/girder/displaced{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north_east) +"hww" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = -6 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"hwA" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"hwC" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"hwI" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"hwM" = ( +/obj/structure/bed/chair, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"hwP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"hwR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"hwT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"hxd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/weapon/shield/riot{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/weapon/shield/riot{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/weapon/classic_baton/alt{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"hxf" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"hxs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"hxx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"hxE" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"hxG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"hxN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"hxT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/offices) +"hxU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"hxW" = ( +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"hyd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"hyk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/relaxation) +"hyG" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/single{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"hyI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/relaxation) +"hyM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"hyN" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/south) +"hyZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"hzd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"hze" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"hzf" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/pass) +"hzg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"hzi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/dorms/north) +"hzk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/box/emps{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/explosive/grenade/empgrenade{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/structure/machinery/power/apc/fully_broken/no_cell/north, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"hzo" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/west) +"hzt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"hzI" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"hzK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -10; + pixel_x = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"hzL" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 16 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -12; + pixel_y = 8 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/fire_colony/interior/bar/canteen) +"hzN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"hAf" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"hAh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"hAq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = 9; + pixel_y = 21 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"hAA" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 30 + }, +/obj/structure/machinery/big_computers/computerblack/computer3, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hangar/flight_control) +"hAH" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/red/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"hAL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"hAM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"hBd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"hBe" = ( +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"hBp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/north_east) +"hBq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"hBA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 15; + pixel_x = -8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"hBB" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 5 + }, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"hBG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/floor/plating/burnt_platingdmg3, +/area/fire_colony/exterior/valley/north) +"hBH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"hBP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -33; + pixel_x = 5 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining) +"hBT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"hBW" = ( +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"hBY" = ( +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southwest) +"hCc" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"hCe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hCl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"hCr" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"hCt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"hCu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/southeast) +"hCJ" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"hCM" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"hCQ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"hCX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "lz2_flight_control"; + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/flight_control) +"hCZ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hDa" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"hDb" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"hDd" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 8; + pixel_y = -16 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"hDe" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 3 + }, +/obj/item/paper{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"hDf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"hDr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"hDC" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hDD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"hDK" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 12; + pixel_y = -4 + }, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -10; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hDM" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"hDN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/hangar) +"hDO" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"hDR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"hDW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hEa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"hEb" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush3"; + pixel_y = 2; + color = "#578c3a" + }, +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"hEd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"hEm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door_control{ + id = "lb_hangar_1"; + pixel_y = 32; + pixel_x = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hEr" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"hEu" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"hEx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"hEE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"hEI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"hER" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"hEX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"hEY" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17; + density = 0 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17; + density = 0 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -2 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"hEZ" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"hFc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"hFl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "yellow"; + phone_id = "Habitation Complex - North" + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"hFx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/west) +"hFz" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -2; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"hFD" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"hFG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/southeast) +"hFL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"hFR" = ( +/obj/structure/platform_decoration/stone/engineer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = 19 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"hGk" = ( +/turf/open/floor/strata/sand3/northeast, +/area/fire_colony/interior/hangar/beta) +"hGo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"hGv" = ( +/obj/structure/cargo_container/seegson/alt/left, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"hGx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"hGC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"hGE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"hGG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south) +"hGR" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/north) +"hGW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"hGZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"hHd" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = -2; + pixel_y = 2; + layer = 2.8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -12; + layer = 2.9 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/north) +"hHg" = ( +/obj/structure/flora/tree/alien/tree_8, +/obj/effect/decal/cleanable/blood{ + pixel_x = -11; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hHi" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"hHn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"hHu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hHy" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"hHB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hHE" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"hHM" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single, +/area/fire_colony/exterior/underground/excavation/north) +"hHN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"hHP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"hHT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"hHW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering) +"hHY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"hId" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"hIk" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "lb_hangar_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"hIr" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hIu" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"hIy" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"hIz" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4; + icon_state = "grime1" + }, +/obj/effect/decal/strata_decals/grime/grime1, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_f) +"hIB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"hIC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hIE" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/exterior/clearing/north) +"hIH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hII" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"hIV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"hJe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/almayer/black2/west, +/area/fire_colony/interior/seegson/ai_core) +"hJg" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hJh" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/epsilon_facility) +"hJi" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"hJq" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"hJr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hJs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"hJw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"hJA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"hJH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"hJI" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"hJO" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"hKc" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"hKl" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing/floor{ + pixel_x = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"hKq" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -11; + pixel_y = 11 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"hKv" = ( +/obj/structure/prop/roof/glass{ + color = "#716c71"; + icon_state = "glass_roof_2" + }, +/obj/structure/prop/roof/glass{ + icon_state = "glass_3" + }, +/turf/open/slippery/hull/colorable/purple/tiles, +/area/sky) +"hKG" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"hKI" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"hKJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hKM" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"hKN" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"hKY" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/southwest, +/area/fire_colony/interior/bar) +"hLd" = ( +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"hLe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"hLh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"hLr" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north_east) +"hLx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"hLy" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"hLB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"hLF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"hLN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"hLQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"hLV" = ( +/obj/structure/prop/fence/slim/blue, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"hMf" = ( +/obj/structure/machinery/fuelcell_recycler/full, +/obj/structure/machinery/light{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/platebot, +/area/fire_colony/interior/seegson/engineering/generator_room) +"hMh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"hMk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"hMn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"hMo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"hMB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 13; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"hMV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"hMZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"hNe" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/clearing/south_west) +"hNi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"hNn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/south_west) +"hNo" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_y = 14 + }, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"hNq" = ( +/turf/open/slippery/hull/colorable/purple/connection/east, +/area/sky) +"hNs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"hNt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"hNw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = -24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"hND" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_3{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"hNF" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"hNS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"hNV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/security) +"hNX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"hNY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"hOa" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"hOb" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north_east) +"hOe" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital"; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"hOk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_dir/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"hOl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/dorms/south) +"hOo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/south) +"hOq" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 32 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"hOr" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/north) +"hOs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = -4; + layer = 2.7; + buckling_x = -4; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"hOt" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_y = 10; + pixel_x = 2 + }, +/obj/item/clothing/glasses/regular/hippie{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/science) +"hOA" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -39; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"hOC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"hOD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/mining_garage) +"hPl" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"hPq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"hPv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/south_west) +"hPw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"hPy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hPA" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security) +"hPK" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"hPQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway_north) +"hPS" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"hPV" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/trash/burger/alt, +/obj/item/reagent_container/food/snacks/sosjerky{ + pixel_x = -9; + pixel_y = 7 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"hQv" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"hQy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/disposals) +"hQV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"hQX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"hRg" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway_north) +"hRh" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"hRk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hRn" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"hRv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"hRy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"hRH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/north) +"hRN" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"hRO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 6; + pixel_y = -8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hRQ" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"hRT" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"hSl" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"hSy" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"hSE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/north) +"hSH" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"hSO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 18; + pixel_y = -19 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"hTb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"hTf" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = 12; + pixel_y = 4; + layer = 3.4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"hTg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"hTq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"hTw" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"hTD" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"hTE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"hTQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"hTY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"hTZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar) +"hUh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad_external) +"hUk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hUu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/hangar/garage) +"hUv" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -14; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"hUJ" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/smelting) +"hUL" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"hUT" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security) +"hUV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"hUW" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"hVc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"hVp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"hVv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -5; + pixel_y = -4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"hVA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"hVC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"hVE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"hVW" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"hWD" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"hWF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"hWI" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"hWX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"hXa" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end" + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"hXc" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"hXj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"hXt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"hXw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 6 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"hXx" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"hXM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/west) +"hXN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/offices) +"hXQ" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/north) +"hXV" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"hXW" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"hYb" = ( +/obj/item/tool/shovel, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"hYd" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"hYt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/floor/plating/platingdmg1, +/area/fire_colony/exterior/valley/north) +"hYA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"hYC" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"hYE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"hYF" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"hYJ" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"hYM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/north) +"hYN" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"hYW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hYZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hZb" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"hZc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"hZk" = ( +/obj/item/clothing/glasses/science/blue, +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"hZp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"hZD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"hZF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"hZU" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north) +"hZW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"iai" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"iam" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -11; + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"ian" = ( +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"ias" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"iau" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"iay" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"iaA" = ( +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/north) +"iaB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"iaL" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/north_east) +"iaT" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/epsilon_facility) +"ibc" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 1; + pixel_y = 18 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 7; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"ibf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"ibs" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"ibB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"ibC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/backpack/satchel/hyd{ + pixel_y = 5 + }, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"ibP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/mining) +"icd" = ( +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"icf" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"icm" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"icB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"icE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"icJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/west, +/area/fire_colony/interior/bar) +"icO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"icR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"icY" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"ido" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"idu" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"idv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"idA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/disposal{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4; + color = "#858680" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"idB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/south_west) +"idG" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility/containment) +"idJ" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"idO" = ( +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/hangar/garage) +"ied" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/colony/canister/alt_1{ + pixel_x = -4; + pixel_y = 19; + dir = 1 + }, +/obj/item/prop/colony/canister/alt_2{ + pixel_x = -6; + dir = 1; + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + pixel_x = -25 + }, +/turf/open/fire_colony/asteroid/directions, +/area/fire_colony/exterior/valley/north) +"ieh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"iei" = ( +/obj/item/reagent_container/food/snacks/meatpie{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/kitchen/tray, +/obj/item/reagent_container/food/snacks/grilledcheese{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/tool/kitchen/rollingpin{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"iej" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"iem" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"iep" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + icon_state = "working_joe_storage_bluebag2_alt"; + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"ieu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"iex" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -10; + pixel_y = 19 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"iez" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 7; + pixel_y = -5 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ieA" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 11; + name = "rubber mat"; + pixel_y = 9 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"ieD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/north) +"ieG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/south) +"ieH" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"ieJ" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 5; + pixel_y = 18 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/seegson/smelting) +"ieY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"ifd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"ifq" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/north_east) +"ifs" = ( +/obj/effect/broken_tile/angle{ + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"ifx" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/glass/beaker/bluespace{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"ify" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/omicron_facility/lobby) +"ifz" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -3 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"ifK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"ifL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"ifN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/southeast) +"ifO" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/west) +"ifQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"ifX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"ifY" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/decal/warning_stripes/worn{ + dir = 6 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/north) +"ifZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"igc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + pixel_y = 14; + buckling_y = 14; + layer = 3.4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"igi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"igk" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -4; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"igr" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/mask/rebreather, +/obj/item/clothing/mask/rebreather, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"igw" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"igG" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = -10 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"igK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"igR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"ihc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ihk" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"ihs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = -7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ihw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"ihJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"ihK" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"ihL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"ihO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"ihQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"ihR" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"ihU" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"ihV" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"ihW" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/pickaxe, +/obj/item/tool/pickaxe, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"iib" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"iie" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"iil" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"iin" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"iio" = ( +/obj/structure/machinery/light/blue, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"iip" = ( +/obj/structure/largecrate/random/case, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 17; + layer = 3.5 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 8; + layer = 3.55 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"iiE" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"iiF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iiH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"iiU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"iiV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north) +"ijb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/valley/west) +"ijf" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ijh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ijv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"ijA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"ijR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/south_west) +"ijU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/mining_garage) +"ijY" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"ikc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad_external) +"ike" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/shovel, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/north) +"ikg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ikh" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"iko" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"ikp" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 4; + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"ikt" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"ikz" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ikF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"ikJ" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/sign/poster/blacklight{ + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"ikR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"ikW" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"ikY" = ( +/obj/structure/cargo_container/lasalle/alt_1/right{ + layer = 3.01 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"ikZ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"ile" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = 5; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"ilm" = ( +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 10; + pixel_y = 19 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ilu" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southeast) +"ilv" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ilx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"ilT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"imf" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"imq" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"imy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"imS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"ink" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/valley/north) +"int" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"inx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"inE" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_y = 1 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"inJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"inK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"inL" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"inY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"iog" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 13; + pixel_y = -17 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"ioi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"iok" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"iop" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"ioq" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_end"; + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iox" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"ioD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "excavation_outpost" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"ioF" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"ioM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"ioR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"ipc" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/south) +"ipe" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -16; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"ipj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"ipw" = ( +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/north) +"ipK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ipQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"ipS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"iqd" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"iqf" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/surface/table/reinforced/black, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/item/tool/pen/blue{ + pixel_y = -1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"iqi" = ( +/obj/structure/machinery/door_control{ + id = "storage_1"; + name = "Storage Unit Lock"; + normaldoorcontrol = 1; + pixel_x = -24; + req_access_txt = "100"; + specialfunctions = 4 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"iql" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"iqm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iqp" = ( +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 18 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/northwest) +"iqy" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lasalle_merc_armory" + }, +/obj/effect/landmark/nightmare{ + insert_tag = "armory" + }, +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security/armory) +"iqD" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 3 + }, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"iqF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southeast) +"iqR" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/south_west) +"iqU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"iqX" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"irb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"irh" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"irj" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"irn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"irp" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"iru" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + pixel_y = 22 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"irv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"irx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"irH" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"irS" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/underground/excavation/south) +"irY" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ish" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"isn" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"isq" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"ist" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/platingdmg1, +/area/fire_colony/exterior/clearing/south_west) +"isC" = ( +/obj/structure/window/reinforced{ + dir = 1; + color = "#ff6548" + }, +/obj/structure/surface/rack{ + color = "#818793"; + layer = 3.4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"isH" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/attachment, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb/m3717, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"isI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"isL" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3, +/area/fire_colony/exterior/underground/excavation/north) +"isY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ita" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"ite" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"its" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad_external) +"itv" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"itG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"itQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"itY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"itZ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 1; + pixel_y = -11 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"iua" = ( +/turf/open/slippery/hull/colorable/purple/connection/north, +/area/sky) +"iub" = ( +/obj/structure/prop/roof/glass{ + icon_state = "glass_3" + }, +/obj/structure/prop/roof/glass{ + color = "#716c71"; + icon_state = "glass_roof_2" + }, +/turf/open_space, +/area/sky) +"iud" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"iuq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"ius" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "hydro_bio_dome_2" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/science) +"iuv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"iux" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"iuI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"iuP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"iuR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/surface/table/reinforced/black, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"iuS" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 5; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"iuT" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/south_west) +"ivd" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway) +"ivg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"ivh" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"ivi" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ivs" = ( +/obj/structure/closet/secure_closet/brig{ + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"ivx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"ivz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 11; + pixel_y = 10 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"ivB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"ivD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/west) +"ivG" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#a44e24"; + pixel_x = -5; + pixel_y = 11 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"ivH" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/landing_pad) +"ivM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -4; + pixel_x = 2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"ivO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north) +"ivR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"iwc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"iwd" = ( +/obj/structure/machinery/vending/coffee{ + pixel_y = 11; + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"iwf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"iwy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"iwz" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"iwE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"iwK" = ( +/obj/structure/machinery/computer/objective{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#65656a" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"iwT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"iwY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south) +"ixc" = ( +/obj/structure/bed/stool{ + pixel_x = 8; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"ixe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"ixD" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"ixI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north_east) +"ixO" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#212121" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"ixV" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 13; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ixX" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_6, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/north) +"iye" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/northeast, +/area/sky) +"iyg" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"iyi" = ( +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/north{ + pixel_x = 14; + pixel_y = 31 + }, +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 2; + pixel_y = 31 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"iyj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"iyq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"iyN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"iyX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"iyY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"iyZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -12; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"izb" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"izd" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"izf" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_y = 7 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"izu" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"izA" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"izI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"izJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 13; + pixel_y = -24 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"izP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"izS" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"izY" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"iAb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"iAq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"iAr" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"iAs" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"iAu" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"iAv" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iAE" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -6; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"iAH" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -40; + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/paper/crumpled, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"iAP" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"iAT" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"iAW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iAY" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 3; + pixel_y = 19 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"iBb" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -4; + pixel_y = -11 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"iBi" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"iBp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/dorms/north) +"iBs" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"iBt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + pixel_x = 16; + pixel_y = 2 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"iBG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"iBK" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iBM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/south) +"iBR" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/obj/structure/machinery/light{ + dir = 4; + pixel_y = 16 + }, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"iBV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/window/reinforced{ + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/storage/fancy/vials/random{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"iCb" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/relaxation) +"iCd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"iCf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"iCl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"iCm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"iCv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"iCx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"iCz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"iCJ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/closet{ + pixel_x = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"iCK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"iCR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal/east, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"iCV" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/obj/item/reagent_container/food/drinks/drinkingglass/soda{ + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"iDc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"iDe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"iDf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"iDl" = ( +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -8; + pixel_y = -13; + layer = 2.99 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"iDm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 1; + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"iDt" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle{ + pixel_x = -7; + pixel_y = 1; + layer = 3 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iDw" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"iDD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"iDO" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north_east) +"iDX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"iEc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"iEh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"iEl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"iEo" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/north) +"iEr" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 2; + pixel_y = 5 + }, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hangar/flight_control) +"iEv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"iEE" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -9; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"iEK" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -14; + pixel_y = -35 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"iEM" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"iFc" = ( +/obj/effect/decal/hybrisa/workers_decal{ + color = "#e8b867"; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_dir/southwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"iFl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"iFp" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"iFw" = ( +/obj/structure/bed/chair/comfy/stool{ + dir = 8; + pixel_x = -8; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"iFO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"iFP" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/ai_core/lobby) +"iFR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"iFU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"iGa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"iGj" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/single{ + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"iGn" = ( +/obj/item/tool/surgery/circular_saw, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/retractor, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/surgery/hemostat, +/obj/item/tool/surgery/scalpel, +/obj/item/device/autopsy_scanner, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"iGr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"iGt" = ( +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"iGI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"iGP" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/bag/ore, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"iGQ" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation{ + dir = 4 + }, +/obj/item/stack/sheet/pyrotrinium{ + pixel_y = 6 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"iGW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"iHb" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"iHd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"iHi" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"iHj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"iHm" = ( +/obj/structure/bed/chair/comfy/beige{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"iHo" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"iHp" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"iHq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"iHu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_garage) +"iHG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"iHI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"iHP" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -1; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"iHW" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -8 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"iHY" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 18; + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north) +"iIb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south) +"iIe" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"iIj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"iIm" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"iIs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/southwest) +"iIu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southwest) +"iIv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"iIx" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 9; + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"iIy" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/item/tool/shovel{ + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/north) +"iIF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"iIG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"iII" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north) +"iIM" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"iIN" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"iIS" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat, +/area/fire_colony/exterior/landing_pad) +"iJi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"iJs" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"iJC" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/brown{ + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/tcomms/lz2) +"iJW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"iKb" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"iKe" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"iKg" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"iKl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/office/light, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"iKp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/offices) +"iKq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"iKv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"iKH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/west) +"iKL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"iKM" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/underground/excavation/south) +"iLa" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iLc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/ai_core/lobby) +"iLi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"iLu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 6; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"iLw" = ( +/obj/structure/machinery/seed_extractor{ + pixel_y = 31; + density = 0; + pixel_x = 16 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"iLE" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"iLG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"iLJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iLK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"iLP" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"iLR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"iLS" = ( +/obj/structure/platform/stone/engineer/north, +/obj/effect/spawner/random/goggles/lowchance, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"iLT" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"iMc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"iMf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"iMp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + pixel_y = 21; + pixel_x = 16 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"iMq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"iML" = ( +/obj/item/tool/warning_cone/red, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"iMM" = ( +/obj/structure/fence/slim/blue, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"iMP" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"iMR" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"iMX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"iMZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"iNc" = ( +/obj/structure/platform/stone/engineer/east, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"iNg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/item/maintenance_jack, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/mining) +"iNi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"iNl" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"iNs" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining) +"iNt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"iNG" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/structure/flora/bush/ausbushes/var3{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"iNK" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/west) +"iNQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"iNW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + dir = 4; + pixel_x = 5; + pixel_y = 2; + layer = 3 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"iNY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"iOg" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"iOn" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"iOH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"iOP" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"iOU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"iPb" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"iPh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"iPv" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"iPy" = ( +/obj/structure/prop/ice_colony/surveying_device, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"iPC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"iPD" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/seegson/engineering/generator_room) +"iPM" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"iPT" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 4; + pixel_x = -8; + pixel_y = 4; + buckling_x = -8; + buckling_y = 4 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"iPY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"iQk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"iQl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"iQn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"iQo" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/offices) +"iQt" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -6; + pixel_y = 15 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"iQv" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"iQL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"iQT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"iQU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"iQX" = ( +/obj/structure/bed/hybrisa/dingy{ + dir = 1; + pixel_y = 10 + }, +/obj/item/bedsheet/colorable{ + dir = 1; + pixel_y = 10; + color = "#818793" + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 28 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"iRa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"iRb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"iRc" = ( +/obj/item/tool/shovel, +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"iRd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iRf" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"iRn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"iRx" = ( +/obj/structure/cargo_container/lasalle/alt_1/right, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"iRz" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -14; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"iRA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/excavation/south) +"iRB" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -6; + pixel_y = 7; + layer = 3.6 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -7; + pixel_x = 3 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"iRD" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/north) +"iRJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"iRL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iRM" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"iRQ" = ( +/obj/item/tool/shovel/spade, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_5{ + pixel_x = -16; + pixel_y = 5; + color = "#726f7a" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"iRW" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"iSi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"iSz" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_3{ + pixel_y = 3 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"iSC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"iSE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"iSI" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"iSO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/sheet/glass/large_stack{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/stack/sheet/metal/large_stack{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/synthetic_storage) +"iSP" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"iSQ" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/structure/platform/metal/strata/west{ + layer = 3.11 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"iSS" = ( +/obj/item/storage/toolbox/emergency{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"iST" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"iSY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/landing_pad_external) +"iTa" = ( +/obj/structure/machinery/door_control{ + id = "joe_storage_1"; + name = "garage shutter control"; + pixel_y = -30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door_control{ + id = "joe_storage_1"; + name = "garage shutter control"; + pixel_y = -19 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"iTf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"iTi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"iTk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"iTo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/hangar) +"iTu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"iTP" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#a96d4c"; + pixel_y = -20; + layer = 2.99 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"iTQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"iTR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"iUa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"iUh" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iUk" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iUs" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/closet/firecloset/alt/full{ + pixel_x = -4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"iUv" = ( +/obj/effect/broken_tile/double{ + dir = 1 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"iUN" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"iUS" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 25; + pixel_x = -7 + }, +/turf/open/floor/strata/lightblue3/northwest, +/area/fire_colony/interior/hydroponics/science) +"iUW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"iUY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/southwest) +"iVc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"iVe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southwest) +"iVp" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"iVx" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"iVB" = ( +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"iVC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"iVF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"iVK" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_y = -16; + pixel_x = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"iVO" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"iVV" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar/canteen) +"iVZ" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"iWb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"iWc" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -5; + pixel_y = -15 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/south_west) +"iWe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/clearing/south_west) +"iWp" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"iWt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"iWx" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/lava_bridge) +"iWB" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_y = -16; + pixel_x = -8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"iWE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"iWK" = ( +/obj/structure/machinery/door/window/northleft{ + color = "#718184" + }, +/obj/structure/surface/table/reinforced/black{ + layer = 2.4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"iWM" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"iXa" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iXd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz2) +"iXe" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"iXj" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -9; + pixel_y = -19 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"iXl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"iXx" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"iXz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_one) +"iXB" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/fire_colony/exterior/clearing/south) +"iXG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"iXJ" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/caves/north_west) +"iXK" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"iXM" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"iXT" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"iXU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"iXW" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 5; + pixel_y = 23 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"iYb" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital) +"iYd" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"iYj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"iYw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"iYD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"iYQ" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/container_yard) +"iYR" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = -5; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"iYT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"iYW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"iZc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/south) +"iZe" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"iZm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"iZq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"iZs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"iZw" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"iZy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"iZB" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -31; + pixel_x = 3 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"iZH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"iZI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"iZS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"iZT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"iZZ" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 9; + pixel_y = -13 + }, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/interior/excavation/storage) +"jae" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/spacecash/c1, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"jaf" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/pass) +"jah" = ( +/obj/structure/fence/slim/blue, +/obj/effect/landmark/nightmare{ + insert_tag = "lasalle_merc_omicron" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"jam" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"jao" = ( +/obj/item/tool/shovel, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"jav" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"jax" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/tcomms/lz2) +"jaA" = ( +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southwest) +"jaE" = ( +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"jaH" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"jbb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/interior/seegson/operations) +"jbi" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"jbl" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"jbo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north_east) +"jbp" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"jbr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"jbt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"jbu" = ( +/obj/item/tool/warning_cone/blue{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"jby" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"jbI" = ( +/obj/structure/inflatable/door/black, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"jbO" = ( +/obj/structure/cargo_container/seegson/white/mid{ + color = "#94bece"; + layer = 3.01 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"jbW" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"jbX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/mining) +"jci" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"jcn" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -24; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"jcs" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jcw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jcA" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -12; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"jdi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"jdr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"jdI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"jdQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northwest) +"jdW" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"jdX" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -11; + pixel_y = 30 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"jen" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/north_west) +"jeo" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_m) +"jew" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -9; + pixel_y = -10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"jeG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"jeM" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"jeU" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/pyrotrinium, +/obj/item/stack/sheet/pyrotrinium{ + pixel_y = 5 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"jeV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"jeY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"jfj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"jfk" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/west) +"jfl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"jfq" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"jfv" = ( +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle"; + pixel_x = -27; + pixel_y = -14 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"jfA" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/south_west) +"jfB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"jfC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"jfD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/accessory/patch/seegson, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"jfO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"jfT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -26; + pixel_y = -9 + }, +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/clearing/south_west) +"jfU" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jfV" = ( +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"jfX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"jgc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_y = -4 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -12; + pixel_y = 10 + }, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 2; + pixel_y = 32 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"jgf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jgj" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 18; + pixel_y = -19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/west) +"jgn" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/relaxation) +"jgp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"jgq" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = -16; + pixel_y = -1; + color = "#cfd5d5" + }, +/turf/open/slippery/hull/tiles/east, +/area/sky) +"jgt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"jgy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jgz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"jgA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"jgI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -14; + pixel_x = 7 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"jgN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"jgX" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"jhb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"jhc" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 6; + pixel_y = 15 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 8; + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital) +"jhi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"jhw" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"jhA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"jhB" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_end"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"jhL" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"jhP" = ( +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/machinery/door_control{ + id = "hangar_ice_2"; + name = "hangar shutter control"; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"jhV" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"jhY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"jiB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/west) +"jiE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"jiU" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north_east) +"jjj" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jjk" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"jjp" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northwest) +"jjJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/hybrisa/coffee_machine/alt{ + pixel_x = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"jjK" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"jjP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"jjX" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"jka" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -2; + layer = 2.00 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"jkm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south) +"jks" = ( +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 30; + color = "#967743" + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"jkA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jkH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"jkN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 12; + pixel_y = 10; + buckling_x = 7; + buckling_y = 10 + }, +/obj/item/tool/mop{ + pixel_x = -10; + pixel_y = 22 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = -1; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"jkV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north_east) +"jkX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/hangar) +"jkY" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 16; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"jla" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/cliff) +"jlf" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"jlg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"jlt" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jlw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"jlx" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"jly" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jlz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"jlG" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north_east) +"jlJ" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"jlL" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/valley/north) +"jlN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"jlO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"jlT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"jlY" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -12; + pixel_y = -7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jmq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"jmB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"jmC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"jmE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"jmJ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"jmT" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"jnz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jnB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 4; + pixel_x = 1; + pixel_y = 3; + layer = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"jnD" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"jnE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"jnI" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/storage/pouch/firstaid/full/pills{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = 17; + pixel_y = 2 + }, +/obj/structure/machinery/door_control{ + pixel_x = 10; + pixel_y = -4; + id = "hospital" + }, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"jnO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"jnW" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jop" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"jos" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"joF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"joO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"joT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"joW" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1{ + pixel_x = 2; + pixel_y = -10 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 9; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jpc" = ( +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"jpk" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"jpt" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_m) +"jpx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"jpC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"jpK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"jpO" = ( +/obj/structure/platform_decoration/stone/engineer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"jpS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/hydroponics/science) +"jqa" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jqj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"jqH" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"jqP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"jqS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"jqT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"jqW" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/relaxation) +"jqY" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"jqZ" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -9; + pixel_y = 21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"jra" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/hangar/garage) +"jri" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jrm" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"jrn" = ( +/obj/structure/flora/alien/bluegrass/bluegrass_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jrt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"jrB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"jrE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"jrI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south) +"jrO" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/item/roller/bedroll/comfy/pink, +/obj/item/bedsheet/bedroll/pink, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"jrP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/mining_garage) +"jrY" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24; + layer = 2.00 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_7, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"jrZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northwest) +"jsa" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"jsu" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"jsv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"jsB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"jsK" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_8"; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"jsO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"jtk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"jtC" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"jtE" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"jtG" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jtK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/northwest) +"jtL" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/landing_pad) +"jtR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jtX" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"jtY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"jtZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"jub" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"juh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door_reinforced, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"juk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/north) +"jun" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"jup" = ( +/turf/open/slippery/hull/colorable/teal/corner/east, +/area/sky) +"juq" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"jus" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/operations) +"juz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"juA" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"juH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south) +"juI" = ( +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"jvj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"jvr" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"jvt" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jvG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"jvK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"jvL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"jvS" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = 18 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"jvY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 11; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jvZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"jwm" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -9; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"jwu" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"jww" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 27; + pixel_y = -1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jwC" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_2{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"jwJ" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"jwK" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"jwP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"jwS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/caves/south_west) +"jxb" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"jxe" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"jxu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"jxG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/west) +"jxH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"jxI" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"jxK" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"jxM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow/east, +/area/fire_colony/exterior/tcomms/lz2) +"jxU" = ( +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"jxY" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"jxZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"jyi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"jyk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"jyq" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"jyr" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"jyw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"jyD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"jyJ" = ( +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/catwalk/catwalk_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jyO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"jyT" = ( +/obj/structure/stairs/rock/engineer_temple, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"jyU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jze" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"jzg" = ( +/obj/structure/noticeboard{ + pixel_y = 34; + pixel_x = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 35; + icon_state = "notices_3"; + desc = null; + name = "sticky notes"; + pixel_x = -7 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -7; + pixel_y = 17; + density = 0 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 8; + pixel_y = 17; + density = 0 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hangar/flight_control) +"jzp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"jzu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/panelscorched, +/area/fire_colony/exterior/valley/north) +"jzz" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"jzA" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"jzH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"jzO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"jzS" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 8; + pixel_y = -7 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway_north) +"jAk" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -9; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -5 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/disposals) +"jAw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jAF" = ( +/obj/structure/largecrate/random/mini/med{ + pixel_x = -8; + pixel_y = 27 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"jAG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"jAJ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"jAM" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut/platform_right, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"jAP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"jAQ" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"jAU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"jAV" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"jAW" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/trash/cigbutt, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"jAX" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/south) +"jBf" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"jBr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_1"; + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"jBw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"jBL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"jBN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"jBP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + layer = 2.98 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"jBR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"jBW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"jBX" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -21 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"jCd" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clipboard{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/paper{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"jCg" = ( +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/science) +"jCh" = ( +/obj/structure/machinery/weather_siren{ + dir = 1; + pixel_x = 16 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"jCi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"jCj" = ( +/obj/item/tool/pen, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"jCr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"jCx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"jCH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"jCI" = ( +/obj/structure/sign/safety/two{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"jCO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/north) +"jCR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/south_west) +"jCU" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 27; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jCX" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"jCY" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"jDf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southwest) +"jDg" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"jDh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"jDp" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jDy" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -1; + pixel_y = 19 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"jDR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"jDU" = ( +/obj/structure/filtration/machine_32x64/destructible, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/west) +"jDW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"jEb" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"jEi" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"jEt" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -1; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"jEC" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"jED" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"jEK" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jEN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"jEO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/underground/caves/north_west) +"jER" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"jES" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/west) +"jEW" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"jEZ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"jFg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/hangar) +"jFh" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = 9; + pixel_y = 26 + }, +/obj/structure/lz_sign/seegson_sign/damaged{ + layer = 3.2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"jFn" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"jFq" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/item/trash/hotdog/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"jFr" = ( +/obj/item/tool/pen, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"jFu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"jFw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"jFA" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northwest) +"jFE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"jFG" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"jFL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"jFR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/plating/burnt_platingdmg3, +/area/fire_colony/exterior/valley/north) +"jFS" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"jFY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"jGf" = ( +/obj/structure/closet/emcloset, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_m) +"jGo" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"jGr" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2; + layer = 4.12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"jGs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"jGv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"jGx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"jGC" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"jGH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"jGM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"jGQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"jGT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"jHc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/north_east, +/area/fire_colony/exterior/clearing/south_west) +"jHl" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"jHm" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/northwest) +"jHr" = ( +/obj/item/device/flashlight{ + pixel_y = 9 + }, +/obj/effect/spawner/random/attachment, +/obj/structure/surface/table/reinforced/prison{ + color = "#65656a" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"jHA" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway) +"jHG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jHI" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/north) +"jHR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"jHU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"jId" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jIg" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"jIo" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"jIp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"jIq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"jIO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"jIS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 14; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jIU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"jIW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"jIX" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jJc" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"jJe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"jJg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"jJh" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/fire_colony/interior/bar/canteen) +"jJp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_y = -23; + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"jJx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"jJB" = ( +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + layer = 2.9 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"jJD" = ( +/obj/item/tool/warning_cone{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"jJK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/landing_pad_external) +"jJO" = ( +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"jJR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"jJS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/light/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"jJU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jJW" = ( +/turf/open/slippery/hull/colorable/purple/dir/east, +/area/sky) +"jJY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"jKh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"jKi" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 7; + pixel_y = -24 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jKk" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility/containment) +"jKl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"jKo" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 9; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"jKy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"jKG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"jKJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"jLg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southwest) +"jLn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/blackgoocontainer/submerged{ + dir = 8; + pixel_x = -10 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"jLs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/pass) +"jLD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"jLF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/platebot, +/area/fire_colony/exterior/clearing/south) +"jLG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"jMj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northeast) +"jMq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"jMt" = ( +/obj/item/stool{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -35; + pixel_x = 12 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"jMA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"jMG" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"jMJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/mining_garage) +"jMO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"jMR" = ( +/obj/structure/bed/hybrisa/dingy{ + dir = 1; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hefa_cult_decals/d32{ + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -13 + }, +/obj/item/toy/crayon/purple{ + pixel_x = 21; + pixel_y = -14; + color = "#818793" + }, +/obj/effect/landmark/corpsespawner/colonist/random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"jMS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"jNd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"jNh" = ( +/obj/structure/closet/secure_closet/brig{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/security) +"jNt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"jNu" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 11; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jNw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"jNU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northwest) +"jNV" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/far, +/obj/item/stack/sheet/metal{ + amount = 25; + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/goggles/lowchance, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"jOb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"jOh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jOj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -17; + pixel_y = -28 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_4"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"jOw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/north_west) +"jOE" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/north) +"jOI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/south) +"jOP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"jPa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"jPg" = ( +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"jPl" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = -3; + layer = 3 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat{ + layer = 4.12; + pixel_x = 2; + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"jPx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"jPA" = ( +/obj/structure/fence/slim/blue, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jPB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"jPD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"jPN" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"jPT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"jQj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"jQn" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 4; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jQx" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jQA" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -9; + pixel_y = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jQD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"jQN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"jQP" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"jRb" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/north) +"jRh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/seegson/smelting) +"jRk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"jRs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/northwest, +/area/fire_colony/interior/dorms/offices) +"jRt" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"jRN" = ( +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle3"; + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle4"; + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/lava/edges/overlay, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"jRR" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"jSa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/pass) +"jSg" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"jSj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 1; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"jSl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"jSo" = ( +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 2; + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 14; + pixel_y = 32 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"jSG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"jSI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"jTm" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"jTC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"jTO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jTQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/north) +"jUg" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"jUh" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/pouch/autoinjector, +/obj/item/reagent_container/syringe{ + pixel_y = 19 + }, +/obj/item/reagent_container/syringe{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"jUy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"jUH" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north_east) +"jUQ" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 9 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"jVa" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jVc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/pass) +"jVh" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jVs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/south_west) +"jVF" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security) +"jVP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"jVS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"jVY" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"jWi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"jWp" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = 15 + }, +/obj/structure/prop/hybrisa/misc/blood{ + pixel_x = -24; + pixel_y = 10 + }, +/obj/effect/landmark/corpsespawner/upp_spy, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"jWs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jWz" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"jWD" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -11; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"jWH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"jWS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/south) +"jWV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"jWX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"jWZ" = ( +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad) +"jXf" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"jXl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"jXp" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/valley/northwest) +"jXr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"jXs" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/structure/sign/poster/ad{ + pixel_y = 33 + }, +/obj/structure/sign/poster/ad{ + pixel_x = -10; + pixel_y = 37 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"jXw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"jXx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"jXA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"jXG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"jXH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jXI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"jXM" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"jYg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"jYq" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/north) +"jYt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"jYu" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -6; + pixel_y = -1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"jYA" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jYF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"jYU" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"jYY" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/omicron_facility/lobby) +"jZc" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 15; + pixel_y = 23 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"jZf" = ( +/obj/structure/bed/chair/comfy/teal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"jZi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"jZj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"jZk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"jZs" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"jZt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"jZx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"jZE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south) +"jZF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"jZP" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital"; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"jZW" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/north) +"kaf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/operations) +"kap" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/hangar) +"kaq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"kav" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/offices) +"kaF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"kaJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"kaP" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"kaR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"kbc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"kbe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"kbg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"kbj" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_f) +"kbw" = ( +/obj/structure/machinery/door_control{ + id = "joe_storage_2"; + name = "garage shutter control"; + pixel_y = -30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door_control{ + id = "joe_storage_2"; + name = "garage shutter control"; + pixel_y = -19 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"kby" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"kbB" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 19; + pixel_y = 18 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"kbH" = ( +/obj/structure/blackgoocontainer{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"kbK" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"kbN" = ( +/obj/structure/prop/huge_mining_machine/conveyor{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"kbQ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"kbZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"kci" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"kcn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"kcq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"kcu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"kcy" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining_garage) +"kcz" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -9 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"kcD" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1{ + pixel_x = 4; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"kcR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"kcT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"kds" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/seegson/smelting) +"kdw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"kdJ" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"kdN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_y = 15; + pixel_x = -1 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 13; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"kdQ" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"kdS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"kdV" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 19 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"kdW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"keh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"kej" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"kek" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"kem" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case/double{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/epsilon_facility) +"kez" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"keA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south) +"keB" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southwest) +"keM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"keT" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/briefcase/flap{ + pixel_x = -2; + pixel_y = 19 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"keU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"kfb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/hybrisa/coffee_machine/alt{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/security) +"kfj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northwest) +"kfq" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"kfx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"kfB" = ( +/obj/structure/cargo_container/seegson/white/left{ + color = "#94bece" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"kfK" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_m) +"kfL" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -21; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 32; + pixel_y = 7 + }, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/seegson/smelting) +"kfP" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = -9 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -5; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"kfQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"kfS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"kfW" = ( +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/clearing/south) +"kfX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north_east) +"kgc" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"kge" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northwest) +"kgf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"kgC" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"kgQ" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/paper/crumpled, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/epsilon_facility) +"kgS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"khj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"khl" = ( +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"khp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"khq" = ( +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"khs" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/item/tool/pen, +/obj/item/tool/pen{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = -33; + pixel_y = 15 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"khv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"khy" = ( +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_m) +"khB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"khD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"khK" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/smelting) +"kic" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -3; + pixel_y = 12 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"kin" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075" + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"kit" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"kiv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility) +"kiE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"kiF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/north) +"kiN" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"kiZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -11; + pixel_y = 16 + }, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/seegson/smelting) +"kje" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"kjg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"kjh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/northwest) +"kji" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"kjj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"kjo" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"kjp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"kjr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"kjt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_y = -6 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 1; + pixel_y = 33 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"kjC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"kjF" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"kjM" = ( +/obj/structure/closet, +/obj/item/device/flashlight/lantern/alt, +/obj/item/explosive/plastic{ + desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4"; + name = "Mining explosives" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"kjT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"kjU" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/light/small/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"kjV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"kka" = ( +/obj/structure/cargo_container/grant/left{ + layer = 3.01 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"kkb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -22; + pixel_y = 5; + buckling_x = -22; + buckling_y = 5 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"kkk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/southeast) +"kks" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_y = 14 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"kku" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"kkw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/north) +"kkF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"kkM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform_decoration/metal/lava_metal/west, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"kkN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/handful/shotgun/buckshot{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/strata/blue4/east, +/area/fire_colony/interior/dorms/south) +"kkY" = ( +/obj/structure/flora/tree/alien/tree_5{ + pixel_x = -17; + pixel_y = 17 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/north) +"kkZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"kli" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"klp" = ( +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"klu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"klw" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"kly" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"klX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"kmd" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"kmg" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"kmk" = ( +/turf/open/slippery/hull/colorable/teal/dir/southwest, +/area/sky) +"kmp" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"kmt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"kmC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/hallway_north) +"kmI" = ( +/obj/structure/machinery/light/small/blue, +/obj/structure/largecrate/random/case, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 8 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"kmJ" = ( +/obj/structure/largecrate/random/mini/med{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"kmV" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -1; + pixel_y = 27 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"kmY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/south_west) +"kne" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform_decoration/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"knj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 12 + }, +/obj/item/hybrisa/misc/trash_bag_full_prop, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"kno" = ( +/obj/structure/closet/firecloset/alt/full, +/obj/item/storage/firstaid/fire{ + pixel_y = 1 + }, +/obj/item/tool/extinguisher/mini, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_f) +"knw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"kny" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/northwest) +"knD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"knT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"knU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/north) +"kob" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/seegson/alt/right{ + layer = 2.98 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"kog" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"koy" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"koE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southwest) +"koP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"kpb" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/west) +"kpd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southwest) +"kpm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"kpp" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"kpq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"kpr" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stool{ + pixel_x = -8; + pixel_y = 20 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"kps" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"kpv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"kpw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 6; + pixel_y = -16 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"kpx" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/valley/northwest) +"kpG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/west) +"kpM" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/lava_bridge) +"kpW" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north_east) +"kpX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"kqb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"kqg" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"kql" = ( +/turf/open/slippery/hull/colorable/purple/corner, +/area/sky) +"kqo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"kqs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"kqD" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"kqL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"kqR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"kqU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"kqZ" = ( +/obj/effect/decal/lasalle_bio/worn{ + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northwest, +/area/fire_colony/interior/omicron_facility/lobby) +"krf" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"krg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"kri" = ( +/obj/structure/sign/safety/biolab/alt{ + pixel_x = -17; + pixel_y = -2 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = -17; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"krn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/south_west) +"krA" = ( +/obj/structure/inflatable/door/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/valley/northwest) +"krE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"krF" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/north) +"krK" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 26 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south) +"krP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"krT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/mining_garage) +"krU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"krW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"krX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"ksa" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"ksb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"ksg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"ksk" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"ksq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ksx" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ksF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"ksL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"ksQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ksT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"ksU" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/interior/seegson/smelting) +"ksV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/hangar) +"ktc" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"kth" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"ktj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"ktp" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"kts" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"ktv" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ktG" = ( +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital) +"ktJ" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/interior/hangar/garage) +"ktL" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"ktM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"ktP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ktT" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"ktY" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/smelting) +"kun" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/relaxation) +"kuo" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"kus" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -12; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"kuI" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"kvf" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"kvk" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"kvp" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -2; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"kvu" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#7d747d" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"kvv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"kvw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"kvx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"kvC" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"kvK" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"kvN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"kvQ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/fire_colony/interior/bar/canteen) +"kvY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 6 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"kwe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/pass) +"kwh" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_y = -16; + pixel_x = -8 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"kwr" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 9; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = -7; + pixel_y = 16; + layer = 3.4 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"kwu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/bag/ore, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/mining_garage) +"kwx" = ( +/turf/open/slippery/hull/colorable/teal/tiles2, +/area/sky) +"kwA" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/dorms_f) +"kwE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"kwK" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -8; + pixel_y = -19 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"kwN" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/tcomms/lz2) +"kwO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 19; + pixel_y = 3 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"kwQ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"kwR" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"kwX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + pixel_y = 19; + buckling_y = 19 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"kxa" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 6; + pixel_y = 17 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 4; + icon_state = "bigrollerempty_up" + }, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"kxf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/curtain/colorable_transparent{ + color = "#434343"; + name = "plastic flaps" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"kxj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"kxw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer/research/containment/floor1, +/area/fire_colony/interior/epsilon_facility/containment) +"kxy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"kxD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"kxL" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"kxU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"kyb" = ( +/obj/item/trash/buritto/alt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/north) +"kyk" = ( +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"kyn" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"kyt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/cliff) +"kyx" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"kyG" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + locked = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"kyM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"kyU" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"kyZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"kzb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"kzc" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"kzo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northeast) +"kzx" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"kzE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"kzK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/north_west, +/area/fire_colony/exterior/clearing/south_west) +"kzL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"kzO" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"kzP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"kzW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"kAk" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 30 + }, +/obj/structure/machinery/big_computers/computerblack/computer4, +/obj/structure/machinery/door_control{ + pixel_x = 10; + pixel_y = -4; + id = "ex_6" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hangar/flight_control) +"kAB" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -39; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"kAC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"kAD" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"kAH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"kAJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"kAV" = ( +/obj/effect/sentry_landmark/lz_2/top_right, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"kBc" = ( +/obj/structure/machinery/washing_machine{ + pixel_x = 4; + pixel_y = 16; + density = 0 + }, +/obj/structure/machinery/washing_machine{ + pixel_x = 4; + pixel_y = 31; + density = 0 + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#8a7b82"; + pixel_x = 5; + pixel_y = -15 + }, +/obj/structure/bed/stool{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_f) +"kBi" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_end"; + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"kBo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"kBs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"kBu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southwest) +"kBy" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"kBz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"kBB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"kBD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"kBL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"kBO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"kBR" = ( +/obj/structure/roof/hybrisa/lattice_prop/lattice_4{ + layer = 2 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"kBW" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/item/tool/warning_cone, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"kCg" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"kCl" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"kCm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"kCr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"kCA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 3; + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"kCE" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/machinery/space_heater/radiator{ + dir = 8; + pixel_y = 11 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"kCI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"kCL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"kCR" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"kCS" = ( +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -10; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/omicron_facility/hospital) +"kCU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"kCX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"kDp" = ( +/obj/structure/inflatable/popped/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/underground/caves/north_west) +"kDr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"kDz" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"kDI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"kDJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"kDO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/valley/north) +"kDQ" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"kDW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"kEc" = ( +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/science) +"kEg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/hallway) +"kEh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"kEm" = ( +/obj/structure/cargo_container/seegson/white/mid{ + color = "#94bece"; + layer = 3.01 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"kEr" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/north) +"kEs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"kEu" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"kEw" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"kEF" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -11; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"kEL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"kEQ" = ( +/obj/effect/broken_tile/single, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = -3 + }, +/obj/effect/broken_tile/single{ + pixel_y = 16 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"kEV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/nightmare{ + insert_tag = "lasalle_merc_insert" + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"kEY" = ( +/obj/effect/lava/engineer/floor_edge/corner{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"kFh" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"kFs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/pass) +"kFz" = ( +/obj/structure/bed/chair/comfy/black{ + pixel_y = 14; + buckling_y = 14; + layer = 3.4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"kFO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/south_west) +"kFY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"kGq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"kGr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north_east) +"kGB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hybrisa/misc/fake/pipes/pipe5{ + dir = 8; + pixel_y = -1; + color = "#858680" + }, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_y = 4 + }, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"kGC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"kGF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"kGH" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30; + pixel_x = 11 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"kGJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clock{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"kGW" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/south) +"kHa" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/south) +"kHj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/north) +"kHm" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"kHs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"kHx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"kHE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south) +"kHP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"kHS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"kIa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"kIe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"kIg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"kIj" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"kIl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"kIA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"kIB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"kID" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -6; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"kIH" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/mining_garage) +"kII" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"kIJ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"kIM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/west) +"kIS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north) +"kIW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"kIX" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 20; + dir = 1 + }, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital) +"kJa" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/lobby) +"kJc" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"kJf" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"kJg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"kJi" = ( +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle_combined4"; + pixel_y = -15 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -11; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"kJl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/interior/seegson/ai_core/lobby) +"kJr" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"kJx" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/north) +"kJN" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/south_west) +"kJU" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/pass) +"kJY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"kKd" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#a96d4c" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"kKj" = ( +/obj/item/tool/warning_cone{ + pixel_x = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/north) +"kKl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"kKm" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"kKo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"kKv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining) +"kKx" = ( +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"kKy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"kKz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"kKB" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"kKD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/paper/crumpled{ + pixel_x = -11; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -2; + pixel_x = -2 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"kKI" = ( +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"kKO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"kKQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/fancy/vials/random{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 5 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"kKR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -9; + pixel_y = -19 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south_west) +"kKT" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + dir = 1; + pixel_x = 3; + pixel_y = 2; + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"kKU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"kLe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"kLj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"kLp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"kLr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -7; + pixel_x = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"kLt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"kLw" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"kLB" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/working_joe/corpse/body_parts/tubes{ + dir = 8; + pixel_x = 20; + pixel_y = -4 + }, +/obj/effect/working_joe/corpse/body_parts/synth_heads{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/almayer/black2/east, +/area/fire_colony/interior/seegson/ai_core) +"kLJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"kLN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "seeg_garage_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"kLX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"kMa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"kMb" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"kMc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/north_east) +"kMi" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/clearing/south_west) +"kMk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"kMm" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"kMo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"kMr" = ( +/obj/item/tool/shovel{ + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"kMt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/obj/item/trash/burger/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"kMu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -10; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"kMz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"kMB" = ( +/obj/item/paper/crumpled, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"kME" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"kMH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/mining_garage) +"kMO" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/landing_pad_external) +"kMP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"kMX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"kMZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 8; + pixel_x = 9 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"kNf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"kNs" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 9; + pixel_y = -16 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"kNt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"kNv" = ( +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_1{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"kNw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southeast) +"kNB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"kNC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"kNL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"kNV" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"kOb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"kOd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/engineering) +"kOm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"kOp" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/southeast) +"kOr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"kOt" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/eat, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"kOv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"kOH" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 6 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"kOM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3, +/area/fire_colony/exterior/underground/excavation/south) +"kOR" = ( +/obj/structure/machinery/door_control{ + id = "pass_3"; + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"kOY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"kPf" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"kPi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"kPm" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"kPp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat/solid/directions/west, +/area/fire_colony/interior/dorms/north) +"kPt" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 11; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"kPy" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = -1; + pixel_y = -3; + layer = 3 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_1{ + layer = 4.12; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"kPz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad_external) +"kPF" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/ai_core/lobby) +"kPM" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"kPU" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility) +"kPV" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"kQi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"kQn" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"kQo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"kQu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"kQv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northwest) +"kQA" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 18; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"kQE" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"kQF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/clearing/south) +"kQH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"kQI" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"kQJ" = ( +/obj/structure/machinery/light, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"kQN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"kQO" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -14; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"kQR" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"kQY" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/northwest) +"kRa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"kRd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southeast) +"kRh" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"kRl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"kRo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"kRB" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 15; + pixel_y = 17 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"kRE" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"kRJ" = ( +/obj/structure/platform/stone/engineer/north, +/obj/structure/platform/stone/engineer/east, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"kSh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"kSj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"kSo" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"kSq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/tcomms/lz2) +"kSr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"kSu" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"kSv" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/west) +"kSw" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/item/paper{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"kSJ" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"kSN" = ( +/obj/structure/flora/tree/alien/tree_5{ + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"kSS" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"kSU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + pixel_y = 1; + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"kSZ" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -16; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"kTi" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"kTj" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"kTo" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"kTv" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"kTz" = ( +/turf/open/floor/almayer/research/containment/corner3, +/area/fire_colony/interior/epsilon_facility/containment) +"kTA" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 7; + pixel_y = -9 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"kTG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"kTK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/south) +"kTO" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"kTQ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -6; + pixel_x = -1 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"kTV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"kTY" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"kUf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"kUh" = ( +/obj/structure/inflatable/door/black, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/excavation/storage) +"kUt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/disposals) +"kUw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/omicron_facility/lobby) +"kUy" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 7; + pixel_y = -9 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"kUG" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 9; + pixel_y = -27 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"kUH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"kUI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"kUJ" = ( +/obj/structure/platform_decoration/stone/engineer, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -4; + pixel_y = -14 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"kUL" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"kUS" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/structure/sign/poster/blacklight{ + pixel_y = 32 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"kUW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south) +"kVc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_engi_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"kVg" = ( +/obj/structure/machinery/light{ + pixel_x = 16 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"kVl" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"kVp" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"kVy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"kVz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"kVG" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"kVH" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"kVK" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/offices) +"kVL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"kVS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"kVW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"kVX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"kWb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/colony/canister/alt_1{ + pixel_x = 2; + pixel_y = 23 + }, +/turf/open/floor/platebot, +/area/fire_colony/exterior/clearing/south) +"kWp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"kWq" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"kWt" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"kWu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/epsilon_facility) +"kWw" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -6; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"kWO" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"kWQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"kWU" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"kWZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"kXp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/southeast) +"kXE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"kXG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/underground/caves/north_west) +"kXH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"kXI" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"kXM" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"kXN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"kXX" = ( +/obj/structure/largecrate/random/barrel/green{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/north) +"kYd" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"kYh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/north) +"kYq" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"kYs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"kYA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"kYD" = ( +/obj/structure/platform/metal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"kYI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"kYN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"kZh" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"kZm" = ( +/obj/structure/cargo_container/seegson/mid{ + pixel_y = -7 + }, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + pixel_x = -6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"kZv" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"kZM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"kZV" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lab" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"las" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"law" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"laz" = ( +/obj/structure/sign/safety/twentytwo{ + pixel_x = 8; + pixel_y = 30; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"laA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/solid/directions/northwest, +/area/fire_colony/interior/dorms/north) +"laK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"laU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"lbf" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"lbg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lbt" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"lbu" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue4/east, +/area/fire_colony/interior/dorms/south) +"lbv" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"lbz" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"lbK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"lbL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southwest) +"lbS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"lbV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility/containment) +"lcf" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 6; + pixel_y = 23 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"lcg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lch" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"lci" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"lcl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"lcr" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/machinery/disposal{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/trunk{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"lcv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"lcE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"lcG" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lcR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/paper/crumpled, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"lcT" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17; + density = 0 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17; + density = 0 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -19 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"lda" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ldb" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"ldg" = ( +/obj/vehicle/train/cargo/engine, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"ldm" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"ldp" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "docstripingdir"; + pixel_x = 1; + color = "#d3d3d3"; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"lds" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -16 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 5; + pixel_y = 14; + layer = 3.2 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"ldA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/water, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"ldE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 1; + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ldN" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 32; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"ldO" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 3; + pixel_x = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"ldP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"leg" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lej" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/inflatable/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lel" = ( +/obj/item/tool/wet_sign{ + pixel_x = 7; + pixel_y = 21; + layer = 3.5 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"len" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/machinery/door_control{ + id = "hydro_bio_dome_1"; + pixel_y = -19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"ler" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"lez" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"leD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"leG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"leI" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"leK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/north_east) +"lfb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"lff" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/north_west) +"lfj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"lfn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"lfr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"lfv" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"lfB" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"lfK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"lfM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/north) +"lfS" = ( +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"lga" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"lgx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"lgy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"lgz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"lgA" = ( +/obj/structure/cargo_container/lasalle/left, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"lgG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/south_west) +"lgM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"lgQ" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"lgS" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "docstripingdir"; + pixel_x = 1; + color = "#d3d3d3"; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"lgW" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"lgZ" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"lha" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"lhg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/mining_garage) +"lhi" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lhv" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"lhz" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/machinery/door_control{ + id = "lb_hangar_2"; + pixel_y = -18; + pixel_x = 1 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"lhU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"lia" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"lid" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"lii" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"lil" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/excavation/storage) +"lim" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/north_east, +/area/fire_colony/exterior/clearing/pass) +"lin" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"liD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"liK" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"liZ" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"lja" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ljd" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"lji" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"ljp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"ljt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ljx" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"ljB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"ljC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"ljJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ljN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_y = -6; + pixel_x = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ljR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"ljV" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/lz_sign/seegson_sign/damaged_ash{ + layer = 3.2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"ljX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"ljZ" = ( +/obj/structure/sign/safety/eighteen{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"lkb" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"lko" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"lks" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"lkE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lkF" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/working_joe/corpse/body_parts/tubes, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/smelting) +"lkN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"lkO" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"lkP" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/north) +"lkV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"llg" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"lli" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"llv" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"llM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"llN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/south_west) +"llU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4; + pixel_y = 10 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"lmd" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"lmg" = ( +/obj/structure/lz_sign/lasalle_bionational_sign{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -15; + pixel_y = 10; + layer = 2.9 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -15; + pixel_y = 1; + layer = 2.9 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"lmi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"lmm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"lms" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 22 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"lmw" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/lava_bridge) +"lmy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"lmB" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 7; + pixel_x = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"lmN" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"lmT" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"lmV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"lna" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"lnh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"lni" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/tool/warning_cone/blue{ + pixel_x = -1; + pixel_y = 26 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"lnk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"lnp" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"lnq" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/omicron_facility/lobby) +"lnA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/north) +"lnI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/north_west) +"lnN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"lnQ" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"lnS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"lnT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/west) +"lnV" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"lnZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single, +/area/fire_colony/exterior/clearing/south_west) +"lol" = ( +/obj/structure/cargo_container/lasalle/alt_1/mid{ + layer = 3.01 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"lop" = ( +/obj/structure/prop/huge_mining_machine/smelter/invun{ + dir = 1; + icon_state = "smelter_machine_off" + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/smelting) +"loz" = ( +/obj/item/paper_bin, +/obj/item/tool/stamp, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"loB" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility/containment) +"loP" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"loV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"lpa" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_3{ + pixel_y = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"lpb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/west) +"lpe" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/omicron_facility/hospital) +"lpj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/southwest) +"lpp" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"lpq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"lpr" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"lps" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"lpw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"lpK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"lpP" = ( +/obj/item/paper/crumpled{ + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/machinery/photocopier/alt, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"lqn" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"lqu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/smelting) +"lqv" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_x = -4; + pixel_y = 17 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"lqB" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lqD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/solid/directions/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"lqH" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4; + color = "#858680" + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"lqJ" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"lqN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"lqV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"lqW" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet2_black"; + pixel_x = 12; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/south) +"lqY" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"lqZ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"lrk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northeast) +"lrt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/blackgoocontainer/submerged{ + dir = 9; + pixel_x = 7; + pixel_y = 4 + }, +/obj/structure/blackgoocontainer/submerged{ + pixel_y = -8; + icon_state = "blackgoocontainer5"; + dir = 4; + pixel_x = -1 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"lrv" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"lrD" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"lrE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/lobby) +"lrG" = ( +/obj/structure/largecrate/random/barrel/medical{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/clearing/south_west) +"lrJ" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/hangar) +"lrK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"lrL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"lrM" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"lrN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/north) +"lrS" = ( +/obj/structure/inflatable/popped/door/black, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"lrY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"lsc" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -31; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"lse" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 4 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"lsh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lso" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"lss" = ( +/turf/open/slippery/hull/colorable/purple/connection_middle, +/area/sky) +"lsx" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"lsH" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 3; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"lsU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south_west) +"lth" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"lti" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"lto" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"ltp" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"ltF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"ltG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"ltH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"ltU" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"luc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"lud" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"lue" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"lup" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"lur" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"lus" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"lut" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"luB" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"luE" = ( +/obj/structure/machinery/autolathe, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/synthetic_storage) +"luG" = ( +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 23 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = -7; + pixel_y = 23 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 4; + pixel_x = -12 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"luK" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/tcomms/lz2) +"luR" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/smelting) +"luT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/pass) +"luY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"lva" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/landing_pad_external) +"lvd" = ( +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"lvg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"lvh" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/ai_core/lobby) +"lvl" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#9a9181"; + pixel_x = -3 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"lvp" = ( +/obj/item/tool/pickaxe/silver, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"lvq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway) +"lvr" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lvF" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -3; + pixel_y = 13 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"lvS" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/northeast) +"lvW" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken/north, +/area/fire_colony/interior/dorms/south) +"lwa" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lwe" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/north) +"lwo" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"lwx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/container_yard) +"lwC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"lwE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"lwP" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"lwT" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"lwY" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"lxd" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"lxf" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/tool/scythe, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/north) +"lxm" = ( +/obj/structure/platform/stone/engineer/north, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"lxy" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = -8; + pixel_y = 18 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"lxz" = ( +/obj/structure/flora/tree/alien/tree_4{ + pixel_x = -44; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"lxD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"lxG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lxI" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"lxJ" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"lxK" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/north_west) +"lxL" = ( +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"lxQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"lxU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/caves/south_west) +"lxY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/bathwomens{ + name = "women's dorm semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a women's dorm."; + pixel_x = 8; + pixel_y = 31; + color = "#73bee1" + }, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -17; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_x = -1; + pixel_y = 12 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"lyc" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -11; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"lyf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -12; + pixel_x = -4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lyg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"lyn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"lyu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"lyB" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/checkpoint) +"lyD" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"lyG" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northwest) +"lyK" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"lzk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"lzm" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -13; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/southwest) +"lzx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"lzC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"lzM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"lzP" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/c_tube, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"lzR" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"lzU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"lzV" = ( +/obj/structure/flora/tree/alien/tree_4{ + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"lzX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"lAf" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = -28; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/storage/fancy/vials/random{ + pixel_x = -4; + pixel_y = 20; + layer = 3.3 + }, +/obj/item/clothing/glasses/science/blue, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"lAt" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 30; + pixel_x = 1; + layer = 2.9 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 13; + pixel_y = 30; + layer = 2.9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lAw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"lAy" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"lAF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/south_west) +"lAK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"lBb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"lBg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"lBi" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"lBj" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/northwest) +"lBl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"lBp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"lBx" = ( +/obj/structure/window/reinforced{ + color = "#718184" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"lBA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"lBB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"lBC" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 17; + pixel_y = 23 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"lBE" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/excavation) +"lBH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"lBI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"lBN" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"lBV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"lBZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"lCt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"lCF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"lCI" = ( +/obj/structure/platform_decoration/stone/engineer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"lCM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"lCN" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 13; + pixel_x = -15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"lCQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/solid/directions/west, +/area/fire_colony/interior/dorms/north) +"lCR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"lCS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + pixel_x = 16 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/seegson/smelting) +"lCV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"lCX" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lCY" = ( +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"lDa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"lDz" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_y = 8; + pixel_x = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lDD" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"lDL" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"lDR" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 5; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/south_west) +"lDV" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"lDY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/blackgoocontainer/submerged{ + dir = 1; + pixel_x = -14; + pixel_y = 15 + }, +/obj/structure/blackgoocontainer/submerged{ + dir = 9; + pixel_x = -5; + pixel_y = 4; + layer = 3.01 + }, +/obj/item/tool/shovel/spade{ + pixel_x = -10; + pixel_y = -12 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"lEa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"lEe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/landmark/corpsespawner/working_joe/fireproof, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"lEh" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south) +"lEj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"lEk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southeast) +"lEr" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -10; + pixel_y = -9 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -8; + pixel_y = -13 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"lEs" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"lEu" = ( +/obj/structure/largecrate/random/barrel/blue{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"lEA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"lEI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"lEK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"lEL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"lEW" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark, +/obj/item/tool/minihoe, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"lFe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"lFf" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/northwest) +"lFk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"lFx" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/tcomms/lz2) +"lFL" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 4; + layer = 3; + color = "#a5adbc"; + pixel_x = 2 + }, +/obj/item/weed_extract{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/weed_extract{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"lFT" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"lGt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"lGD" = ( +/obj/item/tool/wet_sign{ + layer = 6; + pixel_y = -2; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/dorms/north) +"lGG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"lGP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"lGQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = -8; + pixel_y = 19 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"lGS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/offices) +"lGT" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 5; + pixel_y = 16 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"lGU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"lGV" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"lHj" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"lHn" = ( +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south) +"lHq" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway) +"lHs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"lHB" = ( +/obj/effect/decal/large_stain{ + color = "#212121" + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"lHE" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"lIa" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"lIc" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#434b54" + }, +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#7b8a82"; + pixel_x = 4; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"lId" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/overlay, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"lIh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/hangar) +"lIp" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"lIt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"lIu" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"lIz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"lIF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/platform/metal/strata, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"lII" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"lIM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"lIP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lIQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"lIU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"lIW" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"lIX" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = 5 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"lJj" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = -5 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 17; + pixel_x = -12 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"lJr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/container_yard) +"lJx" = ( +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + layer = 2.9 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"lJA" = ( +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"lJC" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"lJF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/mining_garage) +"lJQ" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"lJR" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/landing_pad_external) +"lJW" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_6{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"lJY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"lKc" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"lKd" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -1; + pixel_y = 13 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 4; + density = 0; + layer = 3.01 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"lKe" = ( +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"lKg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"lKi" = ( +/obj/structure/sign/safety/fire_haz{ + color = "#967743"; + pixel_x = 14; + pixel_y = 32 + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 2; + pixel_y = 32; + color = "#967743" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"lKl" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"lKm" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"lKq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"lKs" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/underground/caves/north_west) +"lKB" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"lKC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"lKG" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"lKI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"lKJ" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -12; + pixel_y = 15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"lKR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lKV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/working_joe/corpse/body_parts/gibs, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"lKW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"lKY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/landing_pad_external) +"lLl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"lLo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/mining) +"lLr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"lLx" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_garage) +"lLU" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"lLW" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"lMg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"lMo" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush3"; + pixel_y = -7; + color = "#578c3a"; + pixel_x = -13 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"lMs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"lMt" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"lMu" = ( +/obj/item/paper/crumpled, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"lMw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/hydroponics/science) +"lMx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south) +"lMy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"lMA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"lMI" = ( +/obj/item/shard, +/obj/item/weapon/broken_glass, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"lMO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"lMP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/security) +"lMU" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"lMW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 30; + color = "#967743" + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"lNn" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 4; + pixel_x = -8; + pixel_y = 4; + buckling_x = -8; + buckling_y = 4 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"lNo" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"lNt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"lNu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"lNv" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"lNA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"lNE" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"lNG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"lNI" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_end"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"lNQ" = ( +/obj/structure/machinery/door/airlock/almayer/autoname, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"lOl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/northwest) +"lOu" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + dir = 4; + id = "ex_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"lOz" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lOK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/west) +"lOO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"lOR" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"lOX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lOZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -7 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"lPc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"lPi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"lPo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/valley/west) +"lPr" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"lPC" = ( +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"lPU" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"lPW" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lQh" = ( +/obj/structure/platform/metal, +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lQk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"lQn" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"lQw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"lQz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"lQI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"lQK" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lQL" = ( +/obj/structure/platform/stone/lava/north, +/obj/item/trash/eat{ + pixel_x = 8; + pixel_y = -5 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"lQO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"lQP" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/excavation/south) +"lQV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"lRd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"lRh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"lRj" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"lRq" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"lRr" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + layer = 2.9 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"lRx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 1; + pixel_x = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"lRM" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar) +"lRN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"lRW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/valley/southwest) +"lRY" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"lSb" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 9 + }, +/obj/item/spacecash/ewallet{ + pixel_x = -7; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"lSc" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"lSi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"lSm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"lSr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"lSt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"lSu" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"lSz" = ( +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"lSA" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/storage_unit/s_caves) +"lSC" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/fire_colony/interior/epsilon_facility/containment) +"lSE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"lSF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"lSG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"lSM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"lSO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"lSS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"lSU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"lTa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = -4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"lTg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"lTl" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"lTs" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -14; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"lTt" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/overlay, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"lTv" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"lTw" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 4; + pixel_x = -3; + pixel_y = 1; + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lTE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 8; + pixel_x = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lTF" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/relaxation) +"lUh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"lUi" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"lUj" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"lUA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"lUD" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/hallway_north) +"lUG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"lUI" = ( +/turf/open/slippery/hull/colorable/purple/full, +/area/sky) +"lUK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/north_west) +"lUM" = ( +/obj/item/trash/cigbutt, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"lUN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -19; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lVa" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"lVc" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"lVf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"lVk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/dorms/south) +"lVp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"lVt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"lVu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"lVv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"lVw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lVA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_f) +"lVN" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/west) +"lVS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"lVW" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"lWa" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lWf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"lWi" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"lWm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"lWu" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -10; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"lWB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/spray/hydro{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_container/spray/hydro{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"lWG" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"lWN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"lWO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"lWP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lWQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"lWT" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"lWU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"lWW" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"lXd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"lXf" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/north) +"lXj" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/exterior/tcomms/lz2) +"lXk" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"lXl" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lXm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south) +"lXv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"lXB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"lXM" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"lXQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"lYh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"lYk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"lYq" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"lYr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"lYv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"lYy" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"lYF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"lYL" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/reagent_container/glass/beaker{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/reagent_container/glass/beaker{ + pixel_x = 6; + pixel_y = 13 + }, +/obj/item/storage/box/autoinjectors, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/epsilon_facility) +"lYP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"lYR" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/smelting) +"lYZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"lZh" = ( +/obj/structure/machinery/door_control{ + pixel_x = -9; + pixel_y = -4; + id = "ex_4"; + name = "excavation south - west - remote door-control" + }, +/obj/structure/machinery/door_control{ + pixel_x = 1; + pixel_y = -4; + id = "ex_5"; + name = "excavation north - remote door-control" + }, +/obj/structure/machinery/door_control{ + pixel_x = 10; + pixel_y = -4; + id = "ex_6"; + name = "south western caves - LZ1 - remote door-control" + }, +/obj/structure/machinery/big_computers/computerblack/computer5{ + name = "excavation lockdown control computer"; + layer = 2.98 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"lZi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/underground/caves/north_west) +"lZo" = ( +/obj/structure/cargo_container/lasalle/left, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"lZp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/seegson/smelting) +"lZD" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/south_west) +"lZF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"lZK" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/smelting) +"lZY" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"lZZ" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway) +"maa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"mab" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"mad" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/west, +/area/sky) +"mag" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"mah" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"mak" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"maq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"max" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"maC" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/hangar/garage) +"maE" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"maI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"maP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north_east) +"maX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/mining_north_west) +"mba" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/excavation/south) +"mbE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"mbF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/blackgoocontainer/submerged{ + pixel_y = 4; + icon_state = "blackgoocontainer5"; + dir = 1; + pixel_x = -2 + }, +/obj/structure/blackgoocontainer/submerged{ + dir = 5; + pixel_x = -9; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"mbK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"mbN" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"mbS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/south) +"mbU" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/south) +"mbX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"mcd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"mcf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"mch" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mcq" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"mct" = ( +/obj/structure/machinery/weather_siren{ + pixel_y = 21 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"mcv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_y = -3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"mcC" = ( +/obj/structure/window/framed/lava/reinforced/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility) +"mcE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"mcT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/survivor_spawner, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mda" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"mdc" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_y = 31; + pixel_x = 17 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mds" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering) +"mdt" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/form_printer{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/item/tool/pen/blue{ + pixel_x = -3; + pixel_y = -14 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"mdy" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"mdB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north) +"mdG" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"mdL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"mdP" = ( +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"mdQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"mdY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"mea" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"meg" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"meh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"mek" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"met" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"mev" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/dorms/dorms_m) +"mey" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"meC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"meD" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_y = 7 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"meM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"meT" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/epsilon_facility) +"meU" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"meX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"mfw" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"mfy" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"mfC" = ( +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"mfK" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"mfQ" = ( +/obj/item/tool/warning_cone/blue{ + pixel_x = -14; + pixel_y = 19 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"mfS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/tcomms/lz2) +"mfT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"mfV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"mgd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"mgf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"mgy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/pass) +"mgA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"mgL" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 11; + pixel_y = -4 + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mgU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"mhd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"mhk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/overlay, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"mhl" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"mhp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/landing_pad_external) +"mhr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"mhs" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -3; + pixel_y = 14 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_5"; + pixel_x = 16; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"mhH" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mhJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"mhN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mhU" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"mhZ" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mit" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"mix" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"miH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering) +"miN" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 10; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_br"; + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"miU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"mjd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"mjj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"mjk" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mjl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"mjq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility) +"mju" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"mjK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"mjM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"mjU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"mkc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"mkd" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"mkj" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"mko" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/landing_pad) +"mkq" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci{ + pixel_x = 8; + pixel_y = 23 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/south, +/area/fire_colony/interior/bar/canteen) +"mks" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"mku" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"mkA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"mkC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"mkH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 1; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mkO" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mkU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"mkY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"mlc" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"mlf" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -17; + pixel_y = -28 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south) +"mlp" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/south_west) +"mls" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/landing_pad) +"mlu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"mlA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"mlM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"mlN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/mining) +"mlT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"mlW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"mlY" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"mmf" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mmm" = ( +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northwest) +"mmo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 2; + pixel_y = 13 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 1; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"mmy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/mining_north_west) +"mmA" = ( +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/clearing/south_west) +"mmB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -9; + pixel_y = 26 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mmI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"mmK" = ( +/obj/item/stock_parts/matter_bin/adv{ + pixel_x = -15; + pixel_y = 14 + }, +/obj/item/stock_parts/matter_bin/adv{ + pixel_y = 17; + pixel_x = -3 + }, +/obj/item/device/implanter/subdermal_armor, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/pen{ + pixel_x = 2; + pixel_y = -13 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"mmL" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"mmO" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"mmP" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"mmU" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"mmX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"mnj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"mnH" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"mnN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mnX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"mob" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -11; + pixel_y = 23 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"mog" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/south_west) +"mop" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"moW" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/relaxation) +"mps" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_1{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"mpu" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"mpB" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"mpD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"mpG" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"mpI" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"mpJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mpQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mpT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + dir = 8; + layer = 3 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"mpY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/north_west) +"mqj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"mqt" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mqy" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mqz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mqN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"mqS" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"mqT" = ( +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/north_east) +"mqV" = ( +/obj/effect/lava/edges/overlay, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3{ + pixel_x = -3; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"mrf" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility/containment) +"mrg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"mrl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"mrm" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/south_west) +"mrq" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"mry" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway_north) +"mrB" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"mrD" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8; + pixel_x = -1; + pixel_y = -16 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/obj/item/tool/mop{ + pixel_x = -10; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 2; + pixel_y = 14 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_f) +"mrL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/landing_pad) +"mrM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 2 + }, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/tcomms/lz1) +"mrO" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"mrU" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north_east) +"msl" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_inner_t_right" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"msn" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"mso" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"msp" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/engineering/generator_room) +"msr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"msz" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -11; + pixel_y = 16 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = -10 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"msD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"msE" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/device/radio{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hangar/flight_control) +"msF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3, +/area/fire_colony/exterior/underground/excavation/south) +"msH" = ( +/obj/item/paper{ + pixel_y = 2; + pixel_x = -3 + }, +/obj/item/stool{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/smelting) +"msP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"msU" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/southeast) +"msW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway) +"mta" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/hangar/alpha) +"mto" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 4; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"mtS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -2; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"mua" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"muc" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"muo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"mup" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"muq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/engineering/generator_room) +"mur" = ( +/obj/structure/flora/tree/alien/tree_6{ + pixel_y = -19 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"muw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/blended/open{ + name = "Sealed Lockdown" + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mux" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = 2 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"muz" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"muB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/north_west) +"muD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"muF" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46"; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"muL" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"muR" = ( +/obj/structure/machinery/door_control{ + id = "storage_2"; + pixel_y = 29 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"muW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"mve" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/clearing/south_west) +"mvn" = ( +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/mining) +"mvo" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -18; + pixel_y = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"mvr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 12; + pixel_x = 14 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"mvs" = ( +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"mvx" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"mvE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/relaxation) +"mvJ" = ( +/obj/structure/machinery/door_control{ + id = "lb_hangar_1"; + pixel_y = -18; + pixel_x = 1 + }, +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/clearing/south_west) +"mvM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"mvR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/operations) +"mvS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"mvX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/north) +"mvY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"mwe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"mwh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mwq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mwv" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"mwz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"mwD" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/single{ + pixel_x = 16; + pixel_y = -2 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = -8; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"mwH" = ( +/obj/structure/cargo_container/grant/rightmid{ + layer = 3.01 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"mwI" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_y = -4 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -6; + pixel_y = 13 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"mwT" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + layer = 2.7; + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"mxb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"mxc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"mxg" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway) +"mxh" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"mxi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/fire_colony/interior/bar/canteen) +"mxk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"mxm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"mxp" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mxu" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/item/roller/bedroll/comfy, +/obj/item/bedsheet/bedroll/blue, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"mxF" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"mxN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"mxR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_m) +"mxU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"mxY" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"myb" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"myg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"myq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"myr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-y"; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"mys" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"myv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"myx" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -6; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south) +"myz" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/valley/west) +"myB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/north_west) +"myC" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 3; + pixel_y = 11 + }, +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -1 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"myN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/container_yard) +"myT" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 18 + }, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/epsilon_facility) +"myU" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/underground/excavation/south) +"myX" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -8; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"mzm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46"; + pixel_y = -5; + pixel_x = 1 + }, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"mzo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/excavation/south) +"mzt" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_1" + }, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/interior/seegson/smelting) +"mzu" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"mzA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/northeast) +"mzI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"mzK" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"mzO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -9; + pixel_y = -19 + }, +/obj/item/tool/screwdriver/tactical, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"mzS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"mzV" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"mzW" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"mAa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"mAc" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"mAd" = ( +/obj/structure/machinery/light/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mAe" = ( +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"mAm" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_y = 9 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"mAq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 2; + name = "rubber mat"; + pixel_y = 8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"mAz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -14; + pixel_y = 16 + }, +/obj/item/ammo_casing, +/turf/open/floor/corsat/solid/directions/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mAD" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/blue3/southeast, +/area/fire_colony/interior/dorms/offices) +"mAT" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"mBe" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/pickaxe, +/obj/item/clothing/mask/rebreather{ + pixel_x = -12; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mBn" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"mBs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#7d747d"; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/north) +"mBu" = ( +/obj/structure/sign/safety/six{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"mBv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"mBy" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/northeast) +"mBD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mBE" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"mBQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"mBZ" = ( +/obj/structure/prop/invuln/dense/excavator/yellow{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"mCd" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mCf" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"mCj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/disposals) +"mCn" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/tcomms/lz2) +"mCA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/north) +"mCB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"mCE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northwest) +"mCH" = ( +/obj/structure/machinery/optable{ + pixel_y = 6; + layer = 2.81; + buckling_y = 6 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"mCL" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/landing_pad) +"mCP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"mCR" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"mCS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"mCV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"mDb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mDi" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"mDo" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = -7; + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mDp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/excavation) +"mDA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"mDF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"mDI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"mDK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"mDQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"mDS" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"mDY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"mEg" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/lavendergrass{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + pixel_x = 30; + pixel_y = 5 + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"mEn" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"mEo" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"mEp" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#a96d4c" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/north) +"mEq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door_reinforced, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility/containment) +"mEr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"mEt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"mEA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"mEI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"mEJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"mEN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"mEP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"mEQ" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = -1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"mER" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/pass) +"mEU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "yellow"; + phone_id = "Aerodrome - Hangar - Hallway" + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"mFa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"mFb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"mFc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"mFj" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"mFs" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"mFw" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"mFA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north_east) +"mFC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"mFD" = ( +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south) +"mFH" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_f) +"mFM" = ( +/obj/structure/machinery/big_computers/computerwhite/computer3, +/obj/structure/noticeboard{ + pixel_y = 34; + pixel_x = 5 + }, +/obj/structure/noticeboard{ + pixel_y = 35; + icon_state = "notices_4"; + desc = null; + name = "sticky notes"; + pixel_x = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"mFZ" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"mGe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"mGy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"mGE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"mGL" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mGM" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mGQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"mGU" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/east{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"mGV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/platform/metal/strata/north, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"mGW" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"mGZ" = ( +/turf/open/slippery/hull/colorable/teal/dir/north, +/area/sky) +"mHc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/hangar/hallway) +"mHl" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 11; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"mHz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"mHB" = ( +/obj/structure/machinery/door_control{ + id = "pass_3"; + pixel_y = -19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/southwest) +"mHJ" = ( +/turf/open/floor/almayer/research/containment/entrance, +/area/fire_colony/interior/epsilon_facility/containment) +"mHK" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining) +"mHM" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"mHU" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mHZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mIa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"mIc" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_5, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/north) +"mIg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/offices) +"mIq" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"mIr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"mIu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mIy" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"mIC" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"mIG" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"mIM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"mIP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north) +"mJc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mJg" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"mJi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"mJl" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"mJo" = ( +/obj/structure/bed/stool{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"mJq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mJy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"mJI" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"mJJ" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 10; + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mJN" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mJU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mJZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mKd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"mKi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mKp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mKz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"mKE" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 14; + pixel_y = 31 + }, +/obj/structure/sign/safety/north{ + pixel_x = 2; + pixel_y = 31 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"mKH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mKS" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"mKY" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_6, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"mKZ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -8; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mLv" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"mLz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_6{ + pixel_x = 3; + pixel_y = 8; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mLE" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"mLG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"mLH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner, +/area/fire_colony/exterior/valley/north) +"mLM" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north_east) +"mLS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mLY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"mMb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -25; + pixel_y = -4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"mMg" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"mMq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"mMr" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"mMx" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"mMz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_6" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"mMC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/north) +"mMM" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt, +/area/sky) +"mMP" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"mMR" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"mMX" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 7; + pixel_y = -13 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"mNb" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -17; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south_west) +"mNe" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/fire_colony/interior/epsilon_facility/containment) +"mNt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"mNz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mNF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"mNS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"mNT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mOc" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"mOd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mOt" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/west) +"mOA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"mOE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"mOF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/science) +"mOG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -17; + pixel_y = 23 + }, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e"; + pixel_y = 2 + }, +/obj/structure/barricade/wooden{ + layer = 4.11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"mOK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/chem_dispenser/corpsman{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"mOO" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/tcomms/lz2) +"mOS" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"mPc" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"mPe" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/computer/cameras{ + dir = 8; + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -6; + pixel_y = 19 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"mPh" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"mPm" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"mPn" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"mPy" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"mPB" = ( +/obj/structure/platform_decoration/stone/engineer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"mPC" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/smelting) +"mPF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"mPJ" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -14; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_1"; + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"mPN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/light/spot/blue{ + pixel_x = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"mPS" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"mQb" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -22; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/underground/excavation/south) +"mQd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = 13 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -22 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"mQe" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital) +"mQm" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/west) +"mQo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mQC" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mQF" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue4/east, +/area/fire_colony/interior/dorms/south) +"mQH" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mQN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northwest) +"mQT" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mQV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/exterior/clearing/north) +"mQX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_4"; + dir = 8 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/e_valley_1) +"mRb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/west) +"mRd" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -14; + layer = 2.7; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"mRg" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"mRj" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"mRr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"mRu" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -9; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mRB" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"mRG" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/relaxation) +"mRJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/hangar) +"mRN" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mRV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"mRX" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"mSf" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"mSu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"mSC" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/pills/lowchance, +/obj/item/tool/wet_sign{ + pixel_y = 16 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_m) +"mSF" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"mSI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/sheet/cardboard{ + layer = 2.9 + }, +/obj/item/tool/weldpack{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"mSK" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/trash/tray{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 28; + pixel_y = 16 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"mST" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"mSX" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"mTe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"mTh" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"mTi" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"mTj" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/southeast, +/area/sky) +"mTp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/north) +"mTx" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17; + density = 0 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17; + density = 0 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hangar/flight_control) +"mTy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 12 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/seegson/operations) +"mTz" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2{ + layer = 4.12; + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"mTB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -25; + pixel_y = -2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"mTE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"mTL" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"mTT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"mTV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mUh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"mUj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"mUn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"mUo" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"mUp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -3; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mUq" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"mUu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + pixel_y = 22 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"mUB" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"mUF" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"mUM" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"mUV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"mUZ" = ( +/obj/item/reagent_container/robodropper, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"mVq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 10; + pixel_x = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"mVE" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"mVF" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/item/storage/firstaid/fire/empty{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = -3 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"mVI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"mVL" = ( +/obj/structure/machinery/door/window/northright{ + color = "#718184" + }, +/obj/structure/surface/table/reinforced/black{ + layer = 2.4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"mVM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"mVP" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/paper{ + layer = 2.9; + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/tool/pen/multicolor/fountain, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"mVR" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/clearing/north_east) +"mVU" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 8; + pixel_y = 32; + color = "#967743" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"mVW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining_garage) +"mVZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"mWa" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"mWy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mWA" = ( +/obj/structure/machinery/landinglight/delaythree, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"mWZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south_west, +/area/fire_colony/exterior/clearing/pass) +"mXc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"mXd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/trash/tray{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/poster/pinup{ + pixel_x = -11; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"mXt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"mXx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"mXy" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"mXA" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"mXH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"mXI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"mXP" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"mXX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"mXY" = ( +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/mining) +"mYe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"mYk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"mYl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"mYt" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"mYv" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/dorms/dorms_f) +"mYD" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/south_west) +"mYH" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"mYK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/south) +"mYR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/container_yard) +"mYS" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering) +"mYU" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -14; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"mYW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"mZd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/sentry_landmark/lz_1/bottom_left, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"mZf" = ( +/obj/structure/closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/obj/item/storage/bag/ore, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/mining) +"mZh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/working_joe/corpse/lower{ + dir = 8; + pixel_x = 19; + pixel_y = -1 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"mZl" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"mZx" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/excavation) +"mZE" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"mZG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south) +"mZL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway_north) +"mZR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"mZS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"mZW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"mZX" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"mZZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"nab" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"nae" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"nag" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stool{ + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/seegson/smelting) +"nas" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + layer = 2.9 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hydro_bio_dome_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/science) +"nat" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/west) +"naw" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"naz" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_y = -5 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"naJ" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital) +"naM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/interior/hangar/garage) +"naU" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + layer = 2.00 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -16; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"naV" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"naZ" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northwest) +"nbd" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north_east) +"nbk" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"nbB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"nbJ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -6; + pixel_y = -24 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 12; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"nbP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"nbQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"nbT" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 16; + pixel_y = 19 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"ncd" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/north) +"ncf" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"ncv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"ncw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"ncy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"ncD" = ( +/obj/structure/window/reinforced{ + dir = 1; + color = "#ff6548" + }, +/obj/structure/surface/rack{ + color = "#818793"; + layer = 3.4 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"ncE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"ncQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"ncR" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"ncV" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/underground/caves/north_west) +"ndc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ndd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"ndm" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/sign/flag/simple/ancient_torn/ancient_torn_1{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = -8 + }, +/obj/structure/platform/stone/engineer/north, +/obj/structure/blackgoocontainer{ + pixel_x = -7; + pixel_y = 5; + density = 0; + layer = 3.6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ndu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ndw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ndz" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"ndC" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = -10 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ndJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"ndM" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southwest) +"ndN" = ( +/obj/structure/inflatable/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"ndS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"ndU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/southeast) +"nev" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"new" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"neB" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 4; + pixel_x = -8; + pixel_y = 4; + buckling_x = -8; + buckling_y = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 4; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"neG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"neN" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"neO" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -9; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"neS" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"neZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/south_west) +"nfc" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"nfh" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 13; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -7; + pixel_y = 17 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"nfi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/north) +"nfj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"nfo" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/item/clothing/accessory/patch/seegson, +/obj/item/clothing/suit/armor/vest/seegson_security, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/seegson, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"nfp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/lava_bridge) +"nfw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"nfP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/excavation/south) +"ngh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"ngi" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"ngk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"ngl" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"ngw" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ngE" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"ngG" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north_east) +"ngJ" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 10; + pixel_x = 5 + }, +/obj/item/storage/pill_bottle/packet/tricordrazine{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"ngM" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 10; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"ngT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ngU" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"ngZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"nhj" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -10; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"nhl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/exterior/landing_pad) +"nho" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"nhC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/closed/wall/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"nhF" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"nhK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/south) +"nhU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"nhV" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32; + pixel_x = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"nhZ" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"nia" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 19 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"nib" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/operations) +"nid" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"nii" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"nim" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"nix" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"niy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -1 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -1; + pixel_y = 15 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"niz" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"niN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"niU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"niW" = ( +/obj/structure/machinery/landinglight, +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"niX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"nja" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"nje" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -16; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"njf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"njm" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/powercell, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"njp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/solid/directions/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"njq" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"njv" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"njx" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"njF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"njR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"njT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"njY" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_y = 9 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"njZ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/objective{ + dir = 8; + pixel_y = 14 + }, +/obj/structure/machinery/computer/objective{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/fire_colony/interior/seegson/ai_core) +"nkc" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"nkt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"nkC" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"nkD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/tool/mop{ + pixel_y = 22; + pixel_x = -9 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"nkH" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"nkJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/west) +"nkN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "seeg_garage"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"nlh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"nlj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"nlk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"nll" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 23; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nly" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + layer = 3 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"nlE" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"nlQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"nlR" = ( +/obj/structure/machinery/door_control{ + id = "storage_5"; + pixel_y = -24 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/interior/storage_unit/e_valley) +"nma" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -5; + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nmt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"nmz" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"nmC" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"nmD" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/north) +"nmE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"nmI" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 4; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"nmJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/shower{ + pixel_y = 21 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_f) +"nmK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"nmT" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"nmV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"nnc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"nne" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"nnk" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -12; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"nnq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"nnr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"nnw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 8 + }, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"nnx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north) +"nnK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"nnN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/medical{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"noa" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"noc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"noh" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_hori1_black"; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32; + pixel_x = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/south) +"noj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/north_west) +"nop" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"nos" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "excavation_outpost" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"noA" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"noB" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"noC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"noH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"noJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"noP" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/smelting) +"noQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/west) +"noY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"npa" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_2" + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/interior/seegson/smelting) +"npb" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"npf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/science) +"npg" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/seegson/engineering/generator_room) +"npn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/north) +"npt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"npE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"npG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"npJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"npQ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"npV" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"npY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"nqg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/mining) +"nqp" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"nqq" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"nqy" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"nqz" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"nqA" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"nqV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"nqW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"nqX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway) +"nqY" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/working_joe/corpse/body_parts/tubes{ + dir = 1; + pixel_x = -5 + }, +/obj/effect/working_joe/corpse/body_parts/tubes{ + pixel_x = -5; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/blended/aicore/open{ + layer = 2; + name = "Sealed Lockdown" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/seegson/ai_core) +"nrb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northwest) +"nre" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/window/reinforced{ + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"nrl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/ai_core/lobby) +"nry" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"nrB" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -3; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"nrE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"nrI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"nrL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"nrN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"nrU" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 8; + pixel_y = 23 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"nrW" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -19; + pixel_y = 30 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"nrX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"nrY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"nsa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"nsg" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/north) +"nsl" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"nso" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"nsr" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"nss" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"nsw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"nsI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"nsJ" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"nsQ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"nsS" = ( +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"ntb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/west) +"ntg" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_6" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"ntl" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#818e9a" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"ntp" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ntr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"ntG" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"ntY" = ( +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/hangar/garage) +"nuk" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"nus" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/south_west) +"nuC" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"nuE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"nuJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"nuN" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north) +"nuW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"nvd" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -11; + pixel_y = -21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/north_east) +"nvp" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"nvL" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"nvM" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nvQ" = ( +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"nvS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"nvV" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"nvW" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/trash/tray, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -11; + pixel_y = 13 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/item/tool/kitchen/utensil/spoon{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"nvX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"nwi" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nwk" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nwp" = ( +/obj/effect/decal/seegson/small/worn{ + pixel_x = 17; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northwest, +/area/fire_colony/interior/mining) +"nwq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"nwr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8; + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"nwI" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"nwK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"nwL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"nwN" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/north) +"nwZ" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"nxi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"nxk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"nxn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"nxu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/landingzone{ + pixel_x = 2; + pixel_y = 30 + }, +/obj/structure/sign/safety/east{ + pixel_x = 14; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"nxx" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"nxy" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"nxF" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northeast) +"nxK" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 6; + layer = 2.9 + }, +/obj/item/stack/sheet/wood{ + pixel_y = -1; + layer = 2.9 + }, +/obj/item/device/binoculars/civ{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"nxM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"nxS" = ( +/obj/structure/prop/roof/glass{ + color = "#716c71"; + icon_state = "glass_roof_2" + }, +/obj/structure/prop/roof/glass{ + icon_state = "glass_3" + }, +/turf/open_space, +/area/sky) +"nyc" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"nye" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"nyo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -22; + pixel_y = 5; + buckling_x = -22; + buckling_y = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"nyD" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"nyF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"nyG" = ( +/obj/item/stool{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"nyK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"nyM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"nyN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"nyS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"nyU" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"nyY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"nzc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"nzk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"nzn" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 4; + pixel_x = -8; + pixel_y = 4; + buckling_x = -8; + buckling_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"nzw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"nzC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"nzK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"nzR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/north) +"nzY" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/smelting) +"nAd" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/underground/caves/north_west) +"nAg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nAi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"nAq" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"nAr" = ( +/turf/open/slippery/hull/colorable/teal/dir/west, +/area/sky) +"nAE" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 19; + pixel_y = -3 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"nAG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"nAQ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"nAZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + pixel_x = 16 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"nBa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"nBd" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"nBe" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6; + buckling_y = 6 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 2 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"nBf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"nBi" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 14; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"nBr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"nBy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"nBz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"nBB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"nBC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"nBI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"nBX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"nBY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"nCj" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"nCl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"nCq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"nCz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"nCP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"nCQ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"nCR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"nCS" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/item/clothing/head/welding, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"nDf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/south) +"nDi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"nDr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/north_east) +"nDy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"nDB" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"nDH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"nDK" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"nDL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"nDN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/mining) +"nDS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/clearing/south_west) +"nDT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"nDU" = ( +/obj/structure/machinery/vending/cigarette{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"nEa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"nEb" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"nEi" = ( +/obj/structure/sink{ + pixel_y = 22; + pixel_x = 1 + }, +/obj/item/clothing/mask/surgical, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital) +"nEk" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/north) +"nEl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/north) +"nEr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"nEz" = ( +/obj/structure/transmitter/save_station/colony_net{ + phone_category = "Colony-Net Emergency Line"; + phone_color = "blue"; + phone_id = "Omicron Facility" + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"nEA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_y = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"nEK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"nEL" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"nEN" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"nEO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"nEU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"nEV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"nFa" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"nFb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"nFn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"nFq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"nFu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"nFF" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"nFH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"nFV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -9; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/hangar/garage) +"nFW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"nFX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/northwest) +"nGc" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"nGj" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"nGk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"nGp" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = -25 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 22 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"nGu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"nGx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"nGA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northwest, +/area/fire_colony/interior/bar) +"nGH" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nGI" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"nHi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"nHo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"nHq" = ( +/obj/structure/stairs/perspective/ramp{ + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"nHs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"nHx" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"nHH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"nHL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/south_west) +"nHP" = ( +/obj/structure/prop/engineer_ruins/pillars/tall, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2{ + layer = 4.12; + pixel_x = 1; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"nHW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nHY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/weldingtool/simple, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"nHZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 19; + pixel_x = -7 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 11 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"nIc" = ( +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"nIk" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"nIn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"nIq" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -9; + pixel_y = -19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/pass) +"nIv" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -11; + pixel_y = 29 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"nIy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"nIC" = ( +/obj/item/tool/warning_cone{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"nIF" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -3; + pixel_y = -18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/north) +"nIL" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"nIU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"nIY" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nIZ" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"nJb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"nJc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/clearing/south_west) +"nJf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -9; + pixel_y = -4 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 7 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/south) +"nJg" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"nJl" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_7{ + pixel_x = 3; + pixel_y = 4; + color = "#726f7a" + }, +/obj/structure/blackgoocontainer{ + pixel_x = 9; + pixel_y = 9; + density = 0 + }, +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 13; + pixel_x = -8; + density = 0 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"nJm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north_east) +"nJq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"nJv" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 11; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nJE" = ( +/obj/effect/broken_tile/single{ + pixel_x = 2; + pixel_y = 8; + layer = 2.01 + }, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/relaxation) +"nJL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"nJT" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"nKb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"nKe" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"nKm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"nKr" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 20 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"nKz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"nKC" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"nKD" = ( +/obj/item/ammo_magazine/pistol/holdout{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"nKH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"nKN" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"nKT" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"nKU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/floor/platingdmg1, +/area/fire_colony/exterior/clearing/south_west) +"nLn" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"nLp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"nLw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/engi_upgrade_kit{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stack/cable_coil/orange{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/synthetic_storage) +"nLx" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/glass/fertilizer/ez{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/reagent_container/glass/fertilizer/l4z{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/item/reagent_container/glass/fertilizer/rh{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/spray/plantbgone{ + pixel_x = 4; + pixel_y = -9 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"nLz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/clearing/south_west) +"nLD" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"nLJ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -15; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"nMa" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/north, +/area/fire_colony/interior/bar) +"nMd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"nMg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/structure/filingcabinet{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"nMh" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"nMq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"nMD" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"nMR" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"nMT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/engineer_ruins/pillars/short{ + pixel_x = 5; + pixel_y = -5; + layer = 4.10; + bound_height = 64 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"nNd" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_3, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/north) +"nNf" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"nNn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/trash/hotdog/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"nNs" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/northwest) +"nND" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"nNE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"nNJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"nNQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_24"; + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"nOe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/southeast, +/area/fire_colony/interior/hangar/security/armory) +"nOl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"nOo" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"nOr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/disposals) +"nOG" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/structure/sign/poster/blacklight{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"nOH" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"nOI" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/interior/seegson/smelting) +"nOJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"nOL" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/north) +"nOM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"nOU" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -11; + pixel_y = 8; + icon_state = "water_cooler_alt" + }, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/south) +"nOW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"nOY" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"nOZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"nPi" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "excavation_outpost" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation) +"nPo" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"nPt" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e"; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"nPw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/southeast) +"nPz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southeast) +"nPG" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"nPI" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/underground/excavation/south) +"nPQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/shower{ + dir = 1 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_f) +"nQd" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/smelting) +"nQf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_3{ + pixel_x = -5 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"nQn" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"nQq" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"nQA" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"nQU" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/south) +"nQY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"nQZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"nRa" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"nRb" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablepool{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/fire_colony/interior/bar) +"nRg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"nRh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"nRs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"nRC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = 20 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"nRH" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"nRI" = ( +/obj/structure/machinery/door_control{ + id = "seeg_garage_1"; + pixel_y = 32 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_garage) +"nRY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"nRZ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"nSa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"nSc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"nSj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"nSk" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"nSn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"nSq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"nSx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"nSA" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"nSC" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/lobby) +"nSD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"nSQ" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"nSR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north_east) +"nTk" = ( +/obj/structure/stairs/rock/engineer_temple, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"nTt" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"nTy" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"nTI" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining) +"nTK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"nTN" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/offices) +"nTO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"nTU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"nTX" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"nUi" = ( +/obj/structure/tunnel{ + id = "east_cargo_tunnel" + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/caves/north_west) +"nUn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"nUq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"nUs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"nUw" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"nUA" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"nUD" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"nUL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"nUN" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"nVb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate/smooth_dir/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"nVA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"nVG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"nVK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"nVN" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"nVQ" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"nVR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = 26 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"nVS" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/smelting) +"nWv" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"nWA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"nWC" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"nWK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"nWL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/blackgoocontainer{ + pixel_x = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"nWU" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"nXc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"nXe" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"nXk" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"nXo" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"nXq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"nXs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"nXu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"nXz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"nXC" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"nXD" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 22 + }, +/obj/structure/sign/safety/ammunition{ + name = "armory semiotic"; + desc = "Semiotic Standard denoting the nearby presence of an armory."; + pixel_x = 15; + pixel_y = 32 + }, +/obj/structure/machinery/door_control{ + pixel_x = 23; + pixel_y = 4; + id = "seeg_armory" + }, +/obj/item/tool/warning_cone/red, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"nXF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 24; + pixel_x = -7 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -26; + pixel_y = -14 + }, +/turf/open/floor/strata/blue3/southwest, +/area/fire_colony/interior/dorms/offices) +"nXG" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"nXK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"nXO" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"nXR" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = -16; + pixel_x = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"nYh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/south_west) +"nYl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway_north) +"nYy" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"nYA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/clearing/north_east) +"nYK" = ( +/obj/structure/fence/slim/blue, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"nYP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"nYX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"nZc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south) +"nZf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"nZh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north_east) +"nZi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"nZj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"nZn" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 11 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"nZN" = ( +/obj/structure/cargo_container/watatsumi/left, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"nZV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/item/frame/rack{ + color = "#818793" + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"nZY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"oad" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oae" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"oah" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"oai" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"oaj" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"oak" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/metal/large_stack, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"oal" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"oaG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"oaL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"oaM" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -12; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/goggles/lowchance, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"oaN" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oaR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"oaV" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"oba" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"obb" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"obf" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/offices) +"obk" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"obv" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"obG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/corsat/solid/directions, +/area/fire_colony/interior/seegson/ai_core/lobby) +"obJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"obR" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/excavation/storage) +"obT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/dorms_f) +"obW" = ( +/obj/structure/machinery/door/airlock/almayer/autoname, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"obY" = ( +/turf/open/slippery/hull/colorable/purple/connection, +/area/sky) +"ocg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"oci" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"oct" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"ocO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/north_east) +"ocV" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"odh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"odl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"odn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + layer = 4.12 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"odo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "excavation_outpost" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"odE" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"odF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"odH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/south) +"odJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"odL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"odM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"odR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"odS" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"odZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"oef" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/south_west) +"oeg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"oej" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/folder/black{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/paper{ + pixel_y = 7; + pixel_x = 7 + }, +/obj/item/folder/white, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"oep" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north) +"oer" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"oeu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"oev" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"oex" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north_east) +"oez" = ( +/turf/open/slippery/hull/colorable/purple/dir, +/area/sky) +"oeD" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"oeK" = ( +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y"; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"oeM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"oeR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"oeV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"oeW" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"oeX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"ofc" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ofe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"ofl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"ofn" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"ofB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"ofE" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ofG" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"ofH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"ofM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"ofN" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northwest) +"oge" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"ogg" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "green"; + phone_id = "Xenoflora Research Complex - Relaxation Module" + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"ogk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 2; + pixel_y = -12 + }, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/north) +"ogm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"ogn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"ogs" = ( +/obj/structure/inflatable/door/black, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ogu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ogB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"ogG" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"ogN" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/stool{ + pixel_x = -6; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"ogQ" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/hallway_north) +"ogR" = ( +/obj/structure/sign/safety/synth_storage{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"ogT" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ogX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"ogZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/underground/caves/south_west) +"ohb" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"ohh" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"ohj" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"ohn" = ( +/obj/effect/decal/lasalle_bio/worn{ + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northwest, +/area/fire_colony/interior/epsilon_facility) +"ohs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"oht" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/clearing/south_west) +"ohu" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_y = 7 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"ohx" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/valley/northwest) +"ohM" = ( +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/north) +"ohU" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"ohV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oic" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/operations) +"oip" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"oiu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"oiJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"oiT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"oiU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/hangar/garage) +"oiW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "pass_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"ojk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"ojm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ojn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"ojo" = ( +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northwest) +"oju" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"ojv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"ojE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"ojL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"ojM" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ojQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ojR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"ojZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"oki" = ( +/obj/structure/largecrate/random/barrel/medical{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"okq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/floor/plating/burnt_platingdmg3, +/area/fire_colony/exterior/valley/north) +"okr" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"oks" = ( +/obj/item/trash/cigbutt, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"okJ" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -14 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/south) +"okW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ola" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south) +"olb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"olk" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/item/tool/shovel, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"oll" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/inflatable/popped/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"oln" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/caves/south_west) +"olo" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ols" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"olt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_2, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"olu" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"olA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/clearing/north_east) +"olE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north) +"olN" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"ome" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"omh" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony{ + dir = 2; + locked = 1 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 4; + pixel_y = 24 + }, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"omn" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/east{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"omq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"omA" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"omB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"omF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"omH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"omR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ono" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"onq" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 3 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"onv" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"onw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"onx" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/excavation) +"onz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/north) +"onC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"onH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/underground/caves/south_west) +"onM" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -12; + pixel_y = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"ooh" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"oom" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"ooo" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southeast) +"oox" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"ooZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"opb" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"opf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"opq" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"ops" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"opz" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"opM" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"opX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/disposal{ + pixel_x = -1; + pixel_y = 12; + density = 0 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/trunk{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"oqq" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"oqu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/disposals) +"oqz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"oqC" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"oqP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"oqS" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -4; + pixel_y = 12 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -11; + pixel_x = 5 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"oqY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"ora" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"orj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"orm" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"oro" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"orA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 18 + }, +/obj/structure/largecrate/random/case/double{ + pixel_x = -1 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"orH" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"orV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/surgery/hemostat{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/tool/surgery/scalpel/laser{ + pixel_y = -3 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"osi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oso" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/north) +"osp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/mining_garage) +"osr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"osy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -15; + pixel_y = 20 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"osD" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"osF" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"osN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"osR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"osV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"otc" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"otj" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"oto" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 3; + pixel_x = 5 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"otv" = ( +/turf/closed/wall/engineer_ruins/hull, +/area/fire_colony/exterior/cliff) +"otA" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"otC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"otF" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"otH" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"otK" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"otL" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "seeg_garage_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining_garage) +"otQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"oud" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"oum" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"ouo" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"ouD" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"ouE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"ouG" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -37; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ouH" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side, +/area/fire_colony/exterior/underground/excavation/south) +"ouS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = 15; + pixel_x = -6 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"ovb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"ovc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 14 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ovi" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ovt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"ovB" = ( +/obj/item/clothing/accessory/limb/skeleton/r_leg{ + pixel_x = 10; + pixel_y = 11; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/r_leg{ + pixel_x = 7; + pixel_y = 3; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/l_leg{ + pixel_x = 2; + pixel_y = 3; + color = "#858680" + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/clothing/mask/gas/clown_hat{ + pixel_x = 5; + pixel_y = 22; + layer = 4; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/l_hand{ + pixel_x = 10; + pixel_y = 5; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/r_foot{ + pixel_x = 1; + pixel_y = -4; + color = "#858680" + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/cliff) +"ovE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"ovF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"ovJ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"ovN" = ( +/obj/structure/platform/metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ovW" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/north) +"ovY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/seegson/smelting) +"owi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"owu" = ( +/obj/item/tool/warning_cone/blue, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"owx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"owz" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/west) +"owB" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/northwest, +/area/sky) +"owJ" = ( +/obj/structure/flora/tree/alien/tree_3{ + pixel_x = -14; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"owQ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"owY" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/tcomms/container_one) +"owZ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = -1; + pixel_y = 29 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_x = -1; + icon_state = "blacksensor_comp1_off" + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/seegson/ai_core/lobby) +"oxa" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/ai_core/lobby) +"oxb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oxc" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_4"; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"oxf" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"oxg" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"oxu" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"oxB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"oxD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"oxH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"oxI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north_east) +"oxL" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"oxU" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"oxV" = ( +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/north) +"oyc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"oyh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/decal/cleanable/blood{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"oyk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/pen{ + pixel_x = 4 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"oyl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"oyr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/north_east) +"oyt" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"oyw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"oyy" = ( +/turf/open/slippery/hull/colorable/teal/corner/north, +/area/sky) +"oyA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/north_east) +"oyL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case/double{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/bodybag/tarp/reactive{ + pixel_y = 18 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"oyM" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 16; + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"oyT" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"oze" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"ozk" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ozl" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"ozo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"ozr" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ozw" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"ozI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"ozL" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"ozS" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"ozV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ozW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"oAg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"oAl" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"oAq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"oAr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"oAs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"oAF" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"oAJ" = ( +/obj/item/trash/tray{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/trash/tray{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"oAQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/hangar) +"oAV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north_east) +"oBj" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 6 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south) +"oBm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"oBn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"oBo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"oBp" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"oBF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"oBP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/north) +"oCs" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"oCt" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"oCv" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/relaxation) +"oCC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northeast) +"oCH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"oCQ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"oCU" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 62; + pixel_y = 13 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oCW" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"oCY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oDe" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/sheet/pyrotrinium{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/smelting) +"oDk" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = -19 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"oDn" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"oDo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"oDu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"oDE" = ( +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 9; + density = 0; + layer = 3.01 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/platform/stone/engineer, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"oDI" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"oDN" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility/containment) +"oDZ" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"oEb" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -13 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway) +"oEd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"oEg" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/northwest) +"oEl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"oEE" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/tcomms/container_one) +"oEG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north_east) +"oEI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"oEP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"oEW" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/west) +"oEY" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"oFe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/south) +"oFf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -2; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"oFn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/north) +"oFp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"oFr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south) +"oFz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"oFB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"oFD" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"oFE" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 2; + pixel_y = 32 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"oFI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"oFX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"oGb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"oGj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"oGr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"oGs" = ( +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"oGF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"oHc" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"oHe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -4; + pixel_x = -2 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"oHo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"oHs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"oHA" = ( +/obj/effect/broken_tile/single{ + pixel_x = 16 + }, +/obj/effect/broken_tile/angle{ + pixel_x = -16; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = -12; + pixel_y = 14 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"oHE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"oHF" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oHJ" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering/generator_room) +"oHY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"oHZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"oIj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"oID" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"oIG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"oIH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"oIM" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/obj/structure/platform/metal/strata/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"oIU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"oJe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/south) +"oJo" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000; + pixel_x = 1; + pixel_y = 17; + density = 0 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -35; + pixel_x = 23 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"oJp" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"oJq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"oJF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"oJN" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"oJQ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"oJV" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"oKt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/green{ + pixel_x = 3 + }, +/obj/item/tool/warning_cone/green{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/disposals) +"oKH" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"oKL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"oKP" = ( +/turf/open/slippery/hull/colorable/purple/tiles, +/area/sky) +"oKS" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"oKW" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"oLd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"oLf" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/excavation) +"oLh" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 6; + pixel_y = 24; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"oLj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"oLl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"oLp" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/north) +"oLq" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/pass) +"oLs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"oLv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"oLy" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/ore_box/alt{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"oLA" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"oLB" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"oLE" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"oLH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"oLK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"oLL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 14; + pixel_y = 25 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -10; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"oLP" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/northwest) +"oLU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southwest) +"oMb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"oMf" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"oMj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"oMl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#9a9181"; + layer = 4.01; + pixel_y = 6 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oMp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/clearing/south) +"oMq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"oMy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/epsilon_facility) +"oMD" = ( +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_f) +"oML" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"oMW" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -51; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"oMY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"oNd" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"oNi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/north) +"oNj" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"oNk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"oNr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"oNw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"oNA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"oNJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"oNQ" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = 11 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"oNY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/southeast) +"oNZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"oOa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"oOb" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -23; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"oOd" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"oOh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"oOk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"oOn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"oOu" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_1" + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/interior/seegson/smelting) +"oOA" = ( +/obj/effect/lava/edges/overlay, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"oOH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"oOM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = -10 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oOP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"oOT" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"oOW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"oPe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"oPg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"oPh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_6" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"oPx" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 8; + pixel_x = 8; + pixel_y = 4; + buckling_x = 8; + buckling_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"oPD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/pyrotrinium, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"oPF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"oPP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"oPX" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_middle/north, +/area/fire_colony/exterior/clearing/south_west) +"oQg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"oQq" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"oQt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"oQC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/solid/directions/northeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"oQJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/sentry_landmark/lz_1/bottom_left, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"oQL" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"oRd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"oRg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"oRj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oRx" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital) +"oRA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/north) +"oRG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/weather_siren{ + pixel_y = 22 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"oRN" = ( +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/seegson/smelting) +"oRQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southeast) +"oRY" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/north) +"oSb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"oSf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"oSh" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"oSi" = ( +/obj/structure/flora/tree/alien/tree_4{ + pixel_x = -15; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"oSo" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"oSv" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"oSy" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"oSB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_6{ + pixel_y = 3 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"oSC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oSD" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"oSJ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"oTd" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/south_west) +"oTf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"oTk" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"oTu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/excavation/south) +"oTy" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/hallway) +"oTz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"oTE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"oTF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"oTI" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"oTP" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"oTS" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"oTU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/hangar) +"oTX" = ( +/obj/effect/broken_tile/single{ + pixel_y = 16 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 8; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"oTZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"oUb" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/mining) +"oUj" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/beta) +"oUn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/north) +"oUp" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"oUv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"oUN" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/working_joe/corpse/body_parts/tubes{ + dir = 1; + pixel_x = -4; + pixel_y = -11 + }, +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/smelting) +"oUO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"oUT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"oVa" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"oVc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/excavation) +"oVg" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/lava/catwalk/catwalk_2, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/lava_no_burn, +/area/fire_colony/exterior/clearing/pass) +"oVq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"oVF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"oVJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"oVK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"oVQ" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"oVU" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"oVX" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"oVY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"oWl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 17; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"oWC" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"oWH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"oWV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"oWY" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 4; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"oXi" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"oXk" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"oXr" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"oXw" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"oXE" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 3; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"oXR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"oXZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/south) +"oYd" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"oYe" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"oYi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"oYk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"oYy" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 4 + }, +/obj/item/toy/crayon/mime{ + color = "#ce29a5"; + pixel_x = 14; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/sign/goldenplaque{ + desc = "Thanks to everyone who helped out with the map. Special thanks to BOBAMA, Nemesis, Cuberound and the legend Dimdimich1996. Thanks to everyone else who helped contribute as well, you know who you are..."; + name = "wall scribbles"; + pixel_y = 31; + icon = 'icons/obj/items/paper.dmi'; + icon_state = "paper_stamp-clown"; + color = "#cecece"; + pixel_x = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/cliff) +"oYF" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 4; + id = "seeg_armory" + }, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"oYG" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -2; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"oYI" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/south) +"oYN" = ( +/obj/structure/machinery/door_control{ + id = "storage_3"; + name = "Storage Unit Lock"; + normaldoorcontrol = 1; + req_access_txt = "100"; + specialfunctions = 4; + pixel_y = 29 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/interior/storage_unit/n_caves) +"oYO" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"oYT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"oYX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"oZo" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/underground/excavation/south) +"oZq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/hallway) +"oZr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"oZu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"oZv" = ( +/obj/structure/fence/slim/blue, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"oZw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/pass) +"oZx" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"oZN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/south, +/area/fire_colony/exterior/clearing/south_west) +"oZR" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -8; + pixel_y = 12; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"oZT" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pag" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"pau" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"paG" = ( +/obj/structure/sign/safety/one{ + pixel_x = 8; + color = "#73bee1"; + pixel_y = 31 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"paI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"paK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/northwest) +"paL" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 4; + pixel_x = 1; + pixel_y = 3; + layer = 3 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"paP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"paX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/north) +"pbc" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"pbe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"pbf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/start/working_joe/colony, +/obj/effect/landmark/late_join/working_joe/colony, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"pbi" = ( +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/item/reagent_container/glass/fertilizer/rh{ + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"pbl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"pbp" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 15; + pixel_y = -5 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pbw" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"pbx" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"pbG" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"pbO" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"pbR" = ( +/obj/structure/sign/safety/six{ + color = "#73bee1"; + pixel_x = 8; + pixel_y = 31 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"pbU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/north_west) +"pbX" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_inner_t_left" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"pbY" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"pbZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"pce" = ( +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"pcm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"pcq" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"pcr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"pcy" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/slippery/hull/colorable/purple/corner/north, +/area/sky) +"pcC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility/containment) +"pcM" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"pcQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/pen, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hangar/flight_control) +"pcV" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility/containment) +"pcX" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"pdb" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"pde" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -5; + pixel_y = 18 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"pdh" = ( +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"pdj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"pdt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/exterior/clearing/north) +"pdF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"pdT" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#818e9a"; + layer = 2.99 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"pec" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"pek" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -4; + pixel_y = 22 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"peq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"pet" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/west) +"pev" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"pey" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"peB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"peF" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"peJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"peL" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/south) +"peU" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/accessory/patch/lasalle, +/obj/item/storage/belt/gun/flaregun{ + pixel_y = 8 + }, +/obj/item/storage/belt/gun/flaregun, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"peW" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = 11; + pixel_x = -3 + }, +/obj/structure/platform_decoration/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"peY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"pfe" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"pfh" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"pfi" = ( +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = -7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"pfk" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/cliff) +"pfn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/dorms/north) +"pfF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pfM" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"pfS" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/clearing/south_west) +"pgi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"pgj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"pgk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"pgv" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 7; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering) +"pgH" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = -23 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"pgI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"pgO" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"pgT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"pgZ" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"phg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northeast, +/area/fire_colony/interior/omicron_facility/lobby) +"phl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"php" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"phA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"phB" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"phC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"phM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"phN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/valley/northwest) +"phR" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"phT" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -35; + pixel_x = 15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/radio/headset{ + pixel_x = -13; + pixel_y = -6 + }, +/obj/structure/machinery/door_control{ + layer = 3.2; + pixel_x = -9; + pixel_y = 28; + id = "lz2_flight_control" + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"phU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -11; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"phY" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"pip" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/landing_pad) +"pit" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"piC" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 15; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"piG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"piH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/tree/alien/tree_3{ + pixel_x = -46; + pixel_y = -12 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"piK" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"piL" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"piZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/west) +"pja" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"pjc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"pjg" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"pjD" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"pjH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3; + pixel_y = 15 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -8; + pixel_y = -15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pjJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"pjK" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"pjO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/pass) +"pjQ" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pkg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"pkj" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"pkk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"pkp" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"pkt" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"pky" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/machinery/photocopier, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"pkH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"pkK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"pkY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north_east) +"pld" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"pll" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"plp" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"pls" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"plx" = ( +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/omicron_facility/hospital) +"plz" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"plA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"plB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 1; + pixel_x = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/northwest, +/area/fire_colony/interior/dorms/offices) +"plD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"plE" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"plH" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_p) +"plJ" = ( +/obj/item/tool/warning_cone/blue{ + pixel_x = -12; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/tool/warning_cone/blue{ + pixel_x = -2 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"plL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"plM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"plU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/exterior/landing_pad) +"plY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/dorms/south) +"pmb" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"pmj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"pmk" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = -3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"pmm" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"pmo" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/north, +/area/sky) +"pms" = ( +/obj/structure/machinery/vending/cigarette/koorlander{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"pmA" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"pmC" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"pmG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"pmI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"pmL" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -10; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"pmQ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/excavation) +"pmY" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"pnn" = ( +/obj/item/shard, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"pnr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/clearing/pass) +"pns" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"pnt" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"pnD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/south_west) +"pnT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/valley/southwest) +"pnW" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_ai_1"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/ai_core/lobby) +"pod" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"pof" = ( +/obj/structure/machinery/light/small/blue, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/epsilon_facility/containment) +"poh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"pol" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"pom" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"poo" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -8; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"pot" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"poD" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"poE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"poM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"poT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"poW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/southwest) +"poZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ppb" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"ppo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"ppp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"pps" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"ppt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"ppA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"ppF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"ppG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ppJ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"ppO" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"ppQ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ppW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/epsilon_facility/containment) +"ppZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"pqa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/vending/snack/generic{ + pixel_y = 16; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"pqe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/fire_colony/interior/bar/canteen) +"pqh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/underground/excavation/south) +"pqj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pql" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pqp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/warning_cone/red{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"pqq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north) +"pqs" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"pqx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"pqE" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"pqK" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"pqN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -33; + pixel_x = 22 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/excavation) +"pqO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"pqQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"pra" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"prd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"prf" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/southeast) +"prk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"prl" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"prr" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/south) +"prt" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"prw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/container_yard) +"prH" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"prM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"prX" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"psb" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"pss" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = 21 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = -7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"psy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"psz" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar/canteen) +"psA" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"psL" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"psN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/wirecutters/tactical, +/turf/open/floor/prison/cell_stripe/west, +/area/fire_colony/exterior/container_yard) +"psS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/north) +"psT" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"psV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"pta" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/excavation) +"ptc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/relaxation) +"ptd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/clearing/south_west) +"ptg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ptn" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ptp" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ptw" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"ptA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ptB" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -16; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"ptF" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ptM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"ptV" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"pud" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"pue" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"pun" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"puy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/smelting) +"puA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"puJ" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"puK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/empty, +/turf/open/floor/platebot, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"puQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/broken_tile/angle{ + pixel_x = -7; + pixel_y = -14; + layer = 2.01 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"puV" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"puW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"pvl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"pvm" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"pvo" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pvp" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"pvr" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pvv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"pvx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"pvD" = ( +/obj/item/ammo_magazine/pistol/holdout{ + pixel_x = 11; + pixel_y = -14 + }, +/obj/item/circuitboard{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"pvF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"pvV" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"pvY" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pvZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"pwe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 4; + pixel_x = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"pwf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"pwg" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"pwl" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_3" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"pwo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/operations) +"pwv" = ( +/obj/structure/machinery/computer/arcade/green_stripe{ + pixel_x = -6; + pixel_y = 18; + density = 0 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/south) +"pwy" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"pwA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/east, +/area/fire_colony/interior/dorms/north) +"pwD" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/kitchen/tray{ + pixel_y = 7; + color = "#a5adbc"; + pixel_x = 3 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"pwO" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"pwP" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"pwR" = ( +/obj/structure/reagent_dispensers/tank/fuel{ + pixel_y = 3 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -8; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"pwV" = ( +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"pwX" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sink{ + dir = 1; + pixel_x = 17; + pixel_y = -8 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"pxa" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/valley/northeast) +"pxb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"pxc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side, +/area/fire_colony/exterior/underground/excavation/south) +"pxl" = ( +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/south) +"pxo" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"pxp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"pxr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"pxv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"pxw" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"pxx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"pxH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"pxY" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/generator_room) +"pye" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/landing_pad) +"pyi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"pym" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"pyn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"pyF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/storage/fancy/vials/random{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"pyL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/northwest) +"pyY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"pzb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/south) +"pzd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/south) +"pzh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/hydroponics/science) +"pzn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -1; + pixel_y = -8 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"pzy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"pzE" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"pzK" = ( +/obj/item/trash/hotdog/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/fire_colony/interior/bar/canteen) +"pzV" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"pAl" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 20 + }, +/obj/item/stool{ + pixel_x = 7 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"pAq" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/cliff) +"pAt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"pAz" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"pAE" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/pass) +"pAG" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"pAH" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"pAM" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"pAT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"pBa" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"pBd" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"pBj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"pBn" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -9; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pBr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/exterior/landing_pad) +"pBt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"pBC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"pBK" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -12; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"pBM" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"pBR" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southwest) +"pBT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"pBU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_x = 7; + pixel_y = -10 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"pBV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"pCb" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"pCe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/underground/caves/south_west) +"pCr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -14; + pixel_y = -17 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/clearing/south) +"pCt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"pCu" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"pCv" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"pCA" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"pCF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/pass) +"pCI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/east, +/area/fire_colony/exterior/clearing/north) +"pCJ" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = -3 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"pCY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"pDb" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -33; + pixel_x = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"pDc" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"pDd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"pDe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow, +/area/fire_colony/exterior/tcomms/lz2) +"pDA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"pDB" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"pDC" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southwest) +"pDD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pDE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"pDG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/relaxation) +"pDO" = ( +/obj/structure/cargo_container/lasalle/alt_1/left, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"pDQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"pDR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 13; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"pDX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"pEd" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/southeast) +"pEm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"pEn" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 2; + pixel_y = -24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red, +/obj/item/tool/warning_cone/red{ + pixel_y = 4 + }, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 14; + pixel_y = -24 + }, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/west) +"pEq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/north, +/area/fire_colony/interior/dorms/dorms_m) +"pEA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"pED" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"pEF" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"pEG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"pEM" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"pET" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"pEZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"pFb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bottle{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"pFf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 6; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"pFs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"pFu" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pFv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"pFN" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/weapon/gun/rifle/w_ek_17, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"pFP" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/cup_plant/cup_plant_2{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"pFQ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/engineering) +"pFR" = ( +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"pFV" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_y = 8; + pixel_x = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pFZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"pGe" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"pGh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"pGj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"pGk" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pGt" = ( +/obj/item/tool/warning_cone/blue, +/obj/item/tool/warning_cone/blue{ + pixel_y = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"pGv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"pGw" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"pGy" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"pGD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"pGE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbroke{ + pixel_x = -13; + pixel_y = 32 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32; + pixel_x = 12 + }, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"pGM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"pGN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"pGO" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"pGR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"pHb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"pHg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"pHk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"pHl" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"pHp" = ( +/turf/open/slippery/hull/colorable/teal/dir, +/area/sky) +"pHq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"pHr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"pHw" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"pHC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"pHE" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pHG" = ( +/obj/structure/machinery/floodlight/landing/floor{ + pixel_x = 16 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"pHR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/south_west) +"pHY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pIb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"pIc" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/northwest) +"pIh" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/landing_pad) +"pIt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"pIw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"pIH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/south, +/area/fire_colony/exterior/clearing/south_west) +"pIT" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/offices) +"pJk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"pJl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"pJm" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pJn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"pJy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"pJA" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"pJB" = ( +/obj/item/stool{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"pJN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"pJY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"pKg" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_end"; + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"pKn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"pKr" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pKA" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"pKF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"pKH" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/smelting) +"pKQ" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"pKS" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/largecrate/random/case{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"pLf" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"pLp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway) +"pLs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/northwest) +"pLv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"pLx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"pLy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"pLA" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -5 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"pLM" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"pLZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/north_west) +"pMh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"pMl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/north_east, +/area/fire_colony/exterior/clearing/south_west) +"pMs" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"pMv" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/southwest) +"pMS" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/offices) +"pMT" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/slippery/hull/colorable/purple/dir, +/area/sky) +"pNg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"pNh" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pNk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"pNq" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"pNu" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"pNv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 2; + pixel_y = -37 + }, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"pNz" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"pNH" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"pNI" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"pNL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"pNM" = ( +/obj/structure/cargo_container/lasalle/alt_2/mid, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pOi" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -24; + pixel_y = -12 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"pOp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/toy/bikehorn{ + color = "#858680"; + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/cliff) +"pOr" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"pOv" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"pOA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"pOC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"pOP" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 10; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"pOV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"pPe" = ( +/obj/structure/sign/safety/eight{ + color = "#73bee1"; + pixel_x = 8; + pixel_y = 31 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"pPg" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"pPk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"pPw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -9; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"pPx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/pyrotrinium, +/obj/item/stack/sheet/pyrotrinium{ + pixel_y = 5 + }, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"pPA" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 8; + pixel_x = 8; + pixel_y = 4; + buckling_x = 8; + buckling_y = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"pPD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"pPK" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"pPZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"pQc" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 20 + }, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"pQd" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/hangar/garage) +"pQh" = ( +/obj/item/clothing/accessory/limb/skeleton/r_leg{ + pixel_x = 10; + pixel_y = 11; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/r_leg{ + pixel_x = 7; + pixel_y = 3; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/l_leg{ + pixel_x = 2; + pixel_y = 3; + color = "#858680" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"pQj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"pQr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"pQu" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + color = "#858680" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8; + color = "#858680" + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"pQw" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pQy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"pQD" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"pQE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pQJ" = ( +/obj/structure/blackgoocontainer{ + pixel_x = 6; + pixel_y = 2; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"pQK" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/tcomms/lz2) +"pQN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"pQO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"pQQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"pQR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"pQY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"pRd" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_y = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"pRg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/epsilon_facility) +"pRi" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -14; + pixel_y = -17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"pRy" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"pRB" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pRC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"pRD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/landing_pad_external) +"pRO" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"pRP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/dorms/offices) +"pRR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"pRX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"pSj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"pSn" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -16; + pixel_y = -4 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"pSD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"pSK" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + layer = 2.9 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "lz2_flight_control" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/flight_control) +"pSQ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"pSW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"pTe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/tcomms/lz1) +"pTh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"pTu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"pTx" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"pTD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/underground/caves/north_west) +"pTE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"pTP" = ( +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"pTY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"pUc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"pUg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/fire_colony/pyrotrinium_tray/tray_5, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"pUj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"pUl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/interior/hangar/garage) +"pUn" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"pUv" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -7; + pixel_y = -9 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/west) +"pUy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"pUF" = ( +/obj/structure/closet/crate/trashcart/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_x = 20; + pixel_y = 12 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/disposals) +"pUV" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"pVe" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_2"; + name = "hangar shutter control"; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -12 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"pVi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"pVu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/seegson/smelting) +"pVA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/container_yard) +"pVC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"pVH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"pVL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"pVM" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_y = 9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pVQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"pWd" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"pWj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"pWl" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"pWo" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/northwest) +"pWp" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/south) +"pWz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"pWA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"pWM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"pWQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"pWX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"pXc" = ( +/turf/open/slippery/hull/colorable/purple/connection_end/west, +/area/sky) +"pXj" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"pXr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"pXs" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"pXA" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 8; + pixel_y = 9 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"pXF" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_y = -1; + pixel_x = 3 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"pXT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/epsilon_facility) +"pXV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"pXW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"pYh" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"pYp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"pYq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"pYu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"pYI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"pYN" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"pYO" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/device/radio/marine{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"pYQ" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"pYU" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"pYW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"pZe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/seegson/smelting) +"pZl" = ( +/obj/structure/largecrate/random/case/double{ + pixel_y = -1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"pZw" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"pZy" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"pZB" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"pZI" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/south) +"pZL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 13; + pixel_y = -15 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"pZO" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -4; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"pZR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"pZU" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"pZZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/north) +"qab" = ( +/obj/structure/ore_box/alt, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"qai" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/curtain/colorable_transparent{ + color = "#434343"; + name = "plastic flaps" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qar" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"qav" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 8; + pixel_y = -1; + color = "#cfd5d5" + }, +/turf/open/slippery/hull/dir_alt/east, +/area/sky) +"qaw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"qaJ" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/omicron_facility/hospital) +"qaN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"qaP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"qaV" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"qaW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"qaX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"qaY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"qbc" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -10; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/pass) +"qbp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"qbs" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south) +"qbu" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/epsilon_facility/containment) +"qbE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -9; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"qbJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"qbS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qbX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/structure/barricade/wooden, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"qcd" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/north) +"qce" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"qcm" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"qcn" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"qcz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"qcF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"qcG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"qcH" = ( +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southwest) +"qcM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"qcP" = ( +/turf/open/floor/strata/altred3/northeast, +/area/fire_colony/interior/hangar/security/armory) +"qcQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"qcS" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_x = -3; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"qcX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -9; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"qcY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"qcZ" = ( +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -9; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"qda" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"qde" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"qdf" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"qdh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"qdj" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"qdw" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qdy" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/pass) +"qdA" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"qdB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"qdC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"qdE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"qdG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"qdH" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_2{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qdJ" = ( +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/lava_bridge) +"qdL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"qdS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"qdV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"qee" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"qek" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south_west) +"qel" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -18; + pixel_y = -6 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"qep" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"qer" = ( +/obj/structure/platform/metal, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/northwest) +"qeu" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/engineering) +"qev" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"qez" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/hallway) +"qeH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/north) +"qeQ" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "hangar_ice_2" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"qeU" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"qeV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"qfj" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"qfo" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 3; + pixel_y = -27 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/northeast) +"qfr" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qft" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"qfu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"qfB" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"qfM" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"qfO" = ( +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"qfQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/relaxation) +"qgi" = ( +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating, +/area/fire_colony/exterior/clearing/south) +"qgj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"qgn" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"qgv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"qgz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"qgA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"qgB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"qgI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/north_west) +"qgR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"qgZ" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"qhg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"qhi" = ( +/obj/structure/machinery/weather_siren{ + pixel_y = 22; + pixel_x = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"qhn" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"qho" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"qhq" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8; + pixel_y = -1 + }, +/obj/item/paper/crumpled{ + pixel_x = 13; + pixel_y = -8 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"qhs" = ( +/obj/structure/platform/metal/stair_cut/lava_metal_left, +/obj/structure/platform/metal/lava_metal, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_ew_full_cap"; + color = "#8c8c84"; + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"qht" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"qhv" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -17; + pixel_y = -15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/north) +"qhx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qhF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"qhL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/south_west) +"qhV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"qhY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 8; + pixel_x = -13; + pixel_y = 1 + }, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"qij" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 13 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"qiq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qiu" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qiv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"qiw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/southwest) +"qiO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"qiW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -25; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"qiY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"qiZ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"qjd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"qje" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qjr" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = 2 + }, +/obj/structure/machinery/light/small, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -21 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue4/west, +/area/fire_colony/interior/dorms/south) +"qjz" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qjA" = ( +/obj/structure/machinery/light/blue, +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warning_grate, +/area/fire_colony/exterior/tcomms/lz2) +"qjH" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -11; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"qjS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"qjZ" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"qkd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"qkh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"qki" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/south) +"qkk" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"qkp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"qkt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"qkx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"qkA" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"qkH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qkN" = ( +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/north) +"qkS" = ( +/obj/structure/largecrate/empty, +/obj/structure/machinery/light/small, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"qkW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"qkX" = ( +/obj/effect/sentry_landmark/lz_1/bottom_right, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/landing_pad_external) +"qla" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u, +/area/fire_colony/interior/seegson/operations) +"qls" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/far, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/reagent_container/glass/beaker/vial, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"qlz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"qlA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/southwest) +"qlB" = ( +/obj/structure/closet/firecloset/alt/full, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/excavation) +"qlF" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/north, +/area/fire_colony/interior/epsilon_facility) +"qlI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"qlQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"qmd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"qmf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qmj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/clearing/south_west) +"qmk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qmz" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"qmA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"qmH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"qmM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"qmO" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/operations) +"qmP" = ( +/obj/structure/bed/chair/comfy/stool{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/bar/canteen) +"qmQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.02 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qmY" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_y = 12 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qnc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"qnd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"qnn" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"qnp" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/slippery/hull/colorable/purple/dir/east, +/area/sky) +"qnt" = ( +/obj/structure/sign/safety/synth_storage{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"qnv" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"qnw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/box/botanydisk, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/science) +"qny" = ( +/obj/structure/platform/metal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/tcomms/container_two) +"qnz" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"qnB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"qnG" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"qnI" = ( +/obj/item/tool/shovel, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/excavation/south) +"qoi" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/light/small, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"qoj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = 21 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qol" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"qov" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"qox" = ( +/obj/structure/machinery/light, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/excavation) +"qoz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"qoJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qoK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"qoL" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"qoU" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north) +"qoV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"qpb" = ( +/obj/structure/machinery/door/window/brigdoor/westright{ + color = "#ff6548"; + dir = 1; + pixel_y = -10 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"qpe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south) +"qpk" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/offices) +"qpl" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/pass) +"qpo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"qpp" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single, +/area/fire_colony/exterior/underground/excavation/north) +"qpt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "storage_2"; + pixel_y = -19 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/interior/storage_unit/sw_valley) +"qpx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"qpz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"qpB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -20; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/southwest) +"qpE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"qpO" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3{ + pixel_x = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"qpP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/north) +"qpQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"qpR" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"qpU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"qqd" = ( +/obj/structure/platform/stone/engineer/north, +/obj/structure/prop/engineer_ruins/bench/bench_end{ + dir = 8; + pixel_x = -16; + pixel_y = 4; + layer = 3.01 + }, +/obj/item/clothing/head/bio_hood/lasalle{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qqg" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"qqj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qqk" = ( +/obj/structure/bed/chair/comfy/stool{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/bar/canteen) +"qqn" = ( +/obj/effect/working_joe/corpse/full/flipped{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/working_joe/corpse/body_parts/tubes{ + dir = 1; + pixel_y = -3 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"qqI" = ( +/obj/structure/platform/stone/engineer/north, +/obj/structure/platform/stone/engineer/west, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"qqO" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -4; + pixel_y = 17 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qqU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/excavation/south) +"qqW" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"qqY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 20 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"qqZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qrg" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/underground/caves/south_west) +"qrh" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 8; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"qrq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"qrt" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/clothing/mask/gas/pmc/lasalle, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"qrC" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"qrH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"qrK" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"qrL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"qrQ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/alpha) +"qrW" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"qsa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"qsb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north_east) +"qsf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"qsv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 13; + pixel_y = -17 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"qsx" = ( +/obj/item/stock_parts/matter_bin/super{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/matter_bin/super{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/glass/bottle{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"qsz" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -13; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qsF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"qsI" = ( +/obj/structure/bed/chair/comfy/stool{ + dir = 1; + pixel_x = -1; + pixel_y = 11 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = -18; + pixel_y = 18 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/sign/poster/propaganda{ + pixel_x = -2; + pixel_y = 33 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/south) +"qsJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"qsK" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/seegson/smelting) +"qsM" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"qsR" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 21; + pixel_y = 5; + buckling_x = 21; + buckling_y = 5 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"qsW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/warning_cone/red, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"qsY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"qti" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 10; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qtn" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"qto" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -11; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"qtq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"qtz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/item/trash/buritto/alt, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"qtP" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"qtQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northeast) +"qtS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"qtU" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/dorms/relaxation) +"qtY" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"qui" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -28; + pixel_y = -2 + }, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"qur" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 3; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qut" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"quy" = ( +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"quz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"quL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"quN" = ( +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/lava_bridge) +"quR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north_east) +"quS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"quY" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"qvb" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"qvd" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"qvf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southeast) +"qvg" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/tool/shovel/spade{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/item/tool/shovel/spade{ + pixel_x = -3; + pixel_y = -4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"qvw" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"qvx" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"qvA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"qvH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"qvP" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"qvU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"qvW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"qvY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"qwb" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"qwn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/excavation/south) +"qwt" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"qwB" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/head/welding, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"qwI" = ( +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"qwJ" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"qwN" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"qwR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"qwU" = ( +/obj/effect/broken_tile, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 1; + pixel_y = 12 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway_north) +"qxb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"qxd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"qxp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"qxP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"qxY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -5; + pixel_y = 15 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"qya" = ( +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"qyj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"qyk" = ( +/obj/structure/sign/safety/twenty{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/mop{ + pixel_x = -8; + pixel_y = 24 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"qyn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"qyp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"qyz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"qyB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"qyC" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 24; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south_west) +"qyK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qyL" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform_decoration/metal/almayer, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"qyN" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"qza" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qzc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/epsilon_facility) +"qzj" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"qzo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northeast) +"qzr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 4; + pixel_x = -3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"qzB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"qzH" = ( +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qzV" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qzZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/disposal{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/smelting) +"qAm" = ( +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"qAn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north_east) +"qAp" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_2, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/south) +"qAq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"qAw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/synth_storage{ + pixel_x = 8; + pixel_y = 31; + color = "#967743" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"qAx" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_y = 17; + pixel_x = 1 + }, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"qAK" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"qAN" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet2_black"; + dir = 1; + pixel_x = -12 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"qBk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"qBl" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qBq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"qBr" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"qBt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"qBv" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"qBw" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"qBy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"qBB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qBD" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"qBF" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"qBQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qBS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"qBY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qCb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"qCk" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"qCl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"qCq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/item/tool/screwdriver, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/seegson/engineering/generator_room) +"qCu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/buritto/alt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/relaxation) +"qCx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"qCy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northeast) +"qCz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"qCC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"qCF" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"qCK" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_x = -2; + pixel_y = -8 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"qCL" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -29; + pixel_y = 32 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -4; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qCN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south_west) +"qCV" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/machinery/floodlight{ + name = "Floodlight" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"qDd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"qDh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qDm" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qDq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"qDv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"qDz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_4" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"qDN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating, +/area/fire_colony/exterior/tcomms/lz2) +"qDT" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/west, +/area/fire_colony/interior/dorms/offices) +"qDU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qEl" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 32; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"qEm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qEu" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"qEw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -12 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"qEL" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qEM" = ( +/obj/structure/machinery/floodlight, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"qEP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"qFh" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"qFm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"qFn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"qFr" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/northwest) +"qFw" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/close{ + layer = 5 + }, +/obj/item/spacecash/c1{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"qFA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"qFJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"qFK" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"qFN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/machinery/door_control{ + id = "hydro_bio_dome"; + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/west) +"qFS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"qGa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"qGd" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + color = "#8c8c84" + }, +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"qGn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"qGs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"qGy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"qGz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"qGB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"qGV" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 18 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/north) +"qGW" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"qHa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/underground/caves/north_west) +"qHb" = ( +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/north) +"qHl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"qHq" = ( +/obj/structure/sign/safety/five{ + pixel_x = 7; + pixel_y = 31; + color = "#b47952" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"qHw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"qHx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"qHA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"qHJ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 16; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"qHL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/solid/directions/northwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"qHS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"qHU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/north_west) +"qIc" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"qId" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/warning_stripes/worn/stripes_double, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"qIp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"qIC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qIF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"qIM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"qIT" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"qJa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"qJc" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"qJi" = ( +/obj/structure/flora/tree/alien/tree_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"qJm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"qJq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"qJs" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"qJD" = ( +/obj/structure/bed/stool{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/structure/sign/safety/security{ + pixel_x = -18; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"qJK" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/attachment, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 2; + pixel_y = 30 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 30; + pixel_x = 14; + layer = 2.9 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"qJM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"qJW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3, +/area/fire_colony/exterior/underground/excavation/north) +"qKc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -5; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"qKi" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"qKl" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/north) +"qKm" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/west) +"qKs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"qKt" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_4" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"qKx" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/mop{ + pixel_x = -7; + pixel_y = 22 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"qKA" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = -7 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"qKB" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qKG" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/powerloader_wreckage/ft{ + pixel_x = -20; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"qKL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 2; + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"qKN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"qKU" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"qKW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"qKX" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"qLb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"qLe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qLg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"qLh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"qLk" = ( +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"qLn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/landing_pad) +"qLu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"qLx" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -2; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qLz" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"qLM" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 2; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"qLP" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"qMb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/excavation/south) +"qMn" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qMv" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"qMF" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"qMJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"qMM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/seegson/smelting) +"qMU" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"qMV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"qMZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/hangar/checkpoint) +"qNd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"qNf" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/weldpack{ + pixel_x = -2 + }, +/obj/item/tool/weldpack{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"qNi" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_y = -9 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"qNk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"qNu" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/obj/item/clothing/gloves/marine/lasalle_security, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"qNw" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"qNx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"qNy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"qND" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 10; + pixel_y = 20 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -12; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"qNF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"qNG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"qNI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"qNO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qNY" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"qNZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"qOb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/north) +"qOe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/north_west, +/area/fire_colony/exterior/clearing/south) +"qOh" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"qOu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46"; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"qOw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_3"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"qOE" = ( +/obj/structure/cargo_container/lockmart/mid, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"qOH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south) +"qOK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/hydroponics/north) +"qOM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qON" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"qPb" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"qPh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + dir = 4; + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/south) +"qPk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerwhite/computer3, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29; + pixel_x = 2 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"qPl" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"qPp" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"qPt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"qPy" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -9 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = -3 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"qPE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"qPJ" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 4; + pixel_y = 17 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"qPN" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"qPW" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = 2; + pixel_y = 29 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_x = 1; + icon_state = "blacksensor_comp1_off" + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/seegson/ai_core/lobby) +"qPZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"qQt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -5; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"qQC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north_east) +"qQE" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"qQG" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/excavation/south) +"qQI" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"qQJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_x = 1; + pixel_y = 17 + }, +/obj/structure/window/reinforced{ + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"qQK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north_east) +"qRg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/valley/southwest) +"qRh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"qRy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/clearing/south_west) +"qRA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"qRF" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/fancy/cigar/matchbook/brown{ + pixel_x = 5; + pixel_y = 18 + }, +/obj/item/clothing/accessory/patch/seegson, +/obj/item/ammo_magazine/handful/shotgun/incendiary, +/obj/item/storage/pill_bottle/packet/tricordrazine{ + pixel_x = 16; + pixel_y = -2 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"qRL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"qRY" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/n_caves) +"qSg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"qSx" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"qSA" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"qSG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/north) +"qSJ" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_6{ + pixel_x = -4; + pixel_y = -7 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"qSL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/landing_pad) +"qSV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"qTb" = ( +/obj/structure/machinery/hybrisa/coffee_machine/alt{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_x = 1; + pixel_y = 41 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/drinks/flask/barflask{ + pixel_x = 13; + pixel_y = -3 + }, +/turf/open/floor/strata/blue4, +/area/fire_colony/interior/dorms/south) +"qTc" = ( +/obj/structure/sign/safety/seventeen{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"qTf" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/valley/north) +"qTk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"qTs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"qTw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/south_west) +"qTE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"qTK" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 7; + pixel_x = 32 + }, +/obj/structure/sign/safety/flightcontrol{ + pixel_x = 32; + pixel_y = -5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"qTP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"qUe" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"qUg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"qUm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"qUt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"qUu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"qUv" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qUz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"qUB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 2 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"qUH" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qUJ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = -5 + }, +/obj/structure/sign/safety/synth_storage{ + pixel_x = 14; + pixel_y = 32; + color = "#967743" + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"qUS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"qUV" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"qUW" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 13; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"qUY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"qVc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"qVk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"qVo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"qVB" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -2; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"qVC" = ( +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle3" + }, +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle4" + }, +/obj/effect/lava/edges/overlay, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"qVD" = ( +/obj/structure/machinery/light/small/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"qVE" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"qVK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qVR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/northwest) +"qVS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"qVT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south_west) +"qVX" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"qWa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"qWq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"qWw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/northwest) +"qWA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"qWC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qWI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3, +/area/fire_colony/exterior/underground/excavation/north) +"qWL" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"qWM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle{ + pixel_x = -17; + layer = 3 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_y = -13 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"qXa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"qXc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qXh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4; + icon_state = "grime1" + }, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/item/reagent_container/glass/paint{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/tool/warning_cone/green{ + pixel_x = 4; + pixel_y = 17 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/disposals) +"qXp" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"qXu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/form_printer{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = -6; + pixel_y = -9 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"qXv" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_19"; + pixel_x = 7; + pixel_y = 18 + }, +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/south) +"qXB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"qXD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"qXN" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"qXR" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"qXS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"qXU" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/excavation) +"qXY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 16 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qXZ" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/item/tool/shovel/spade, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"qYa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/north) +"qYj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/hallway) +"qYm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"qYu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"qYw" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -22; + pixel_y = 27 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_x = -9; + pixel_y = 27 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/north_east) +"qYC" = ( +/obj/structure/prop/ice_colony/surveying_device{ + layer = 3.01; + pixel_x = -7; + pixel_y = 16 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"qYH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "lb_hangar_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"qYI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"qYJ" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/northwest) +"qYP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"qYS" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/pass) +"qYV" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"qYZ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"qZc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"qZd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"qZs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"qZu" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -18; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qZB" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"qZF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southeast) +"qZG" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"qZJ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"qZN" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"rac" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/floor/prison/yellow/west, +/area/fire_colony/exterior/tcomms/lz2) +"rai" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1; + locked = 1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"ran" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"ray" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"raI" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/north) +"raK" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + color = "#8c8c84" + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"raP" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 10; + pixel_y = -2 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = -11; + pixel_y = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"raS" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"raV" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"raX" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/dorms_m) +"raZ" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/smelting) +"rbh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/pass) +"rbo" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush3"; + pixel_y = -7; + color = "#578c3a"; + pixel_x = -13 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"rbr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"rbx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"rbz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"rbE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"rbI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"rbP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -18; + pixel_y = 19 + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/north) +"rbQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"rbR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/north) +"rbS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/tcomms/lz1) +"rbX" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/south_west) +"rbZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"rca" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"rcb" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rcj" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rcn" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#5e5e5e" + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"rcp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"rcr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north_east) +"rcy" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"rcz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"rcD" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"rcM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"rcQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = 15 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"rcR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/north) +"rcX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"rdc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"rdi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/corsat/solid/directions/northwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"rdl" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"rdn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"rdp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/underground/caves/south_west) +"rdz" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"rdD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"rdE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"rdQ" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"rdR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"rdT" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"rdU" = ( +/obj/structure/window/framed/lava, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar/canteen) +"rdZ" = ( +/obj/structure/prop/roof/glass{ + icon_state = "glass_3" + }, +/obj/structure/prop/roof/glass{ + color = "#716c71"; + icon_state = "glass_roof_2" + }, +/turf/open/space/basic, +/area/sky) +"rec" = ( +/turf/open/floor/almayer/research/containment/corner_var1/west, +/area/fire_colony/interior/epsilon_facility/containment) +"ree" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"ref" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + pixel_x = 16 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"reg" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -4; + pixel_x = -16; + layer = 2.9 + }, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = -16; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"rej" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"rex" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"rez" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"reB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"reH" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"reQ" = ( +/obj/effect/vehicle_spawner/rt01/decrepit{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"reW" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south) +"rfc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/northeast) +"rff" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"rfh" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"rfs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"rfy" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "hangar_ice_2" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"rfF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"rfM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"rfS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"rgo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north_east) +"rgu" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 8; + pixel_x = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"rgw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/cell_stripe/east, +/area/fire_colony/exterior/container_yard) +"rgA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"rgI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/weldingtool/simple, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/mining_garage) +"rgJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/north) +"rgK" = ( +/obj/effect/landmark/corpsespawner/colonist/random/burst, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southwest) +"rgQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rgT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"rhj" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"rhq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"rhw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/relaxation) +"rhx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/south_west, +/area/fire_colony/exterior/clearing/south_west) +"rhC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/effect/sentry_landmark/lz_1/bottom_right, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"rhH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"rhI" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rhK" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rhM" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1; + pixel_y = 9 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"rhT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"rid" = ( +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"rig" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 8; + pixel_y = -7; + layer = 2.01 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"riu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"riw" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"riA" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/crew_monitor{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_br"; + pixel_x = -16; + pixel_y = 7 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"riG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_9"; + pixel_x = -5; + pixel_y = 19 + }, +/obj/item/tool/shovel/spade{ + pixel_x = 15; + pixel_y = -1 + }, +/obj/item/reagent_container/glass/fertilizer/ez, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"riM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single, +/area/fire_colony/exterior/clearing/north_east) +"riN" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering/generator_room) +"riS" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"rjb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"rjd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"rjj" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"rjn" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"rjv" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"rjC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"rjI" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"rjQ" = ( +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/excavation/south) +"rjW" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"rkk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/disposals) +"rku" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"rkv" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"rkA" = ( +/obj/effect/broken_tile/angle{ + pixel_x = 11; + pixel_y = 12 + }, +/obj/effect/broken_tile, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"rkG" = ( +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"rkR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"rkU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"rkY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/excavation/south) +"rkZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case/small{ + pixel_y = 11 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 18 + }, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/epsilon_facility) +"rla" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/shower{ + dir = 8; + pixel_x = 2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/dorms/dorms_f) +"rlg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining_garage) +"rlk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"rll" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_4"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"rlp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"rlr" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/obj/item/device/radio{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"rlv" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"rlw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"rlB" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"rlJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"rlS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"rlY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 16; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rlZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"rma" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -10; + pixel_y = -6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"rmk" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"rmy" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"rmD" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rmR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"rmS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"rmV" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rnb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rnc" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/prop/invuln/working_joe/large_storage{ + dir = 1; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/grated/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"rnh" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 32; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"rnn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/dorms/north) +"rnB" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"rnC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rnE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"rnO" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility/containment) +"rnR" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"roq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"roB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/north) +"roC" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"roF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"roI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"roN" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/largecrate/random/case{ + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"roT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"roW" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"rpa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"rpd" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"rpe" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -35; + pixel_x = 26 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"rpi" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/container_yard) +"rpq" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"rpr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"rps" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"rpv" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"rpy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"rpA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northwest) +"rpD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/pass) +"rpG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"rpH" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/north) +"rpI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"rpK" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 4; + pixel_y = -17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"rpR" = ( +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rpS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"rpT" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = -11; + color = "#ff6548" + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/epsilon_facility) +"rpZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"rqa" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"rqb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = 16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"rqc" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 4; + pixel_x = -9; + layer = 3 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"rqd" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"rqe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"rqh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"rqw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6; + pixel_y = 17 + }, +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rqD" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = -7; + pixel_x = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"rqG" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"rqL" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 18 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/south) +"rqO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/south_west) +"rqR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/paper{ + pixel_y = 3; + pixel_x = -7 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/tool/pen{ + pixel_x = -9 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/science) +"rqU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/mining_garage) +"rqX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"rrg" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"rru" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"rrD" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rrH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"rrI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rrQ" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"rrT" = ( +/obj/structure/cargo_container/grant/left, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/container_yard) +"rrW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"rsa" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southwest) +"rsk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/nightmare{ + insert_tag = "lava_bridge_battle" + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"rsl" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/southwest) +"rss" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -5; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"rsv" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"rsA" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northwest) +"rsB" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"rsE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"rsH" = ( +/obj/structure/prop/engineer_ruins/pillars/tall, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_1{ + layer = 4.12; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"rsQ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/clothing/accessory/wrist/watch, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/fire_colony/interior/bar/canteen) +"rsR" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hangar/flight_control) +"rsU" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -23; + pixel_y = 17 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"rtb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"rtd" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 4; + pixel_y = 24 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rte" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"rtl" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"rtp" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"rtt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"rtv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"rtK" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/south) +"rtL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -10; + pixel_y = 3 + }, +/obj/effect/working_joe/corpse/alt_hazard/lower{ + dir = 4; + pixel_x = 5 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"rtO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"rtV" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"rtW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/ai_core/lobby) +"rud" = ( +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/south) +"ruk" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"run" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"rup" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -9; + pixel_y = 17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"ruz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"ruA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"ruK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/north_west) +"ruO" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/mining_garage) +"ruQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/south_west) +"ruS" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"ruU" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 12; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ruX" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"ruY" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + color = "#8c8c84" + }, +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ruZ" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 15; + layer = 3.9 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"rvc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"rve" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 16; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"rvl" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 7; + pixel_y = 17 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 17 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/science) +"rvz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/landing_pad_external) +"rvA" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"rvC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"rvG" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"rvJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"rvO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"rvP" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"rvR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"rvT" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"rwa" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rwb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"rwe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"rwg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"rwo" = ( +/turf/open/floor/almayer/research/containment/corner_var1/north, +/area/fire_colony/interior/epsilon_facility/containment) +"rww" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"rwJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"rwK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"rwQ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"rwV" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rxg" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"rxi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/north) +"rxk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"rxm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"rxw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"rxx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"rxE" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"rxI" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westright{ + color = "#6abaab" + }, +/obj/structure/machinery/door/window/eastleft{ + color = "#6abaab" + }, +/obj/item/device/flashlight/pen, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital) +"rxJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rxK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"rxQ" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northwest) +"rxS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 33; + pixel_y = -1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"rya" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"ryg" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"ryh" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -11; + pixel_y = 14 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 4; + pixel_y = -18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ryi" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"ryl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"rym" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ryz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"ryA" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = -10 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"ryF" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/interior/seegson/smelting) +"ryI" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ryK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"ryL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"ryR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"ryU" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/biolab/alt{ + pixel_x = 14; + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"rzb" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/tool/weldpack{ + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"rzk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"rzo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/pass) +"rzw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 22; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"rzx" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"rzz" = ( +/obj/structure/bed/chair/comfy/stool{ + dir = 8; + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"rzA" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"rzH" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/machinery/computer/objective{ + dir = 8; + pixel_x = -1; + pixel_y = -5; + layer = 3 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"rzM" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"rzN" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"rzY" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"rAb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/southeast) +"rAe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/relaxation) +"rAi" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"rAm" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad) +"rAz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"rAA" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"rAD" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"rAL" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"rAM" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/northwest) +"rAN" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/dark2, +/area/fire_colony/interior/disposals) +"rBg" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"rBi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"rBj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"rBk" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/south_west) +"rBt" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/storage_unit/n_caves) +"rBw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"rBy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29; + pixel_x = 16 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"rBD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rBG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"rBH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"rBP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"rCd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"rCk" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"rCl" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rCt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"rCC" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rCE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"rCN" = ( +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"rCQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"rCV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"rCY" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"rDi" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"rDl" = ( +/obj/effect/broken_tile/double, +/obj/effect/broken_tile/single{ + pixel_x = 16; + pixel_y = 19 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -14; + pixel_y = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"rDo" = ( +/obj/structure/platform/stone/engineer/west, +/obj/item/device/flashlight/lantern/alt, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"rDt" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"rDv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rDA" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11; + pixel_y = 5; + layer = 4 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8; + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"rDE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/south) +"rDG" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/northwest) +"rDJ" = ( +/obj/structure/prop/fence/slim/blue{ + icon_state = "special_brokenfence2" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"rDK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/mining) +"rDO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rDP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"rDV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"rEm" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + pixel_y = -2; + layer = 2.00 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"rEF" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"rEG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering) +"rEY" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hydroponics/south) +"rEZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"rFe" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"rFi" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = -12; + layer = 2.01 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"rFs" = ( +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"rFx" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"rFA" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"rFC" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"rFF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"rFI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/faxmachine{ + pixel_y = 5 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"rFL" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"rFO" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"rFR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 1; + pixel_y = 20 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"rFS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"rFT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stock_parts/matter_bin/super{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility/containment) +"rFX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"rGd" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#4e5849"; + layer = 2.01; + dir = 8; + pixel_y = -55; + pixel_x = 6 + }, +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/obj/item/attachable/attached_gun/extinguisher, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"rGi" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"rGj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -9; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"rGk" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"rGJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/southwest) +"rGL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"rGO" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"rGS" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"rGY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"rGZ" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/exterior/tcomms/container_one) +"rHa" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"rHb" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"rHd" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"rHk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rHl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"rHq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3/southeast, +/area/fire_colony/interior/omicron_facility/hospital) +"rHs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/tool/shovel, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rHw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"rHy" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"rHz" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"rHH" = ( +/obj/structure/sign/safety/fire_haz{ + color = "#967743"; + pixel_x = 2; + pixel_y = 31 + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 14; + pixel_y = 31; + color = "#967743" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"rHI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"rHN" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"rHQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south_west) +"rHY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"rIi" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -7; + pixel_y = 23 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"rIj" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"rIq" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"rIv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"rIG" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/bar/canteen) +"rIW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/exterior/landing_pad) +"rJi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -6; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"rJl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"rJq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/botany/editor{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"rJv" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"rJz" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"rJG" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"rJN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northeast, +/area/fire_colony/interior/mining) +"rJO" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"rJV" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar/canteen) +"rJZ" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 6 + }, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 10; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rKb" = ( +/obj/structure/machinery/computer/cameras{ + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/transmitter/save_station/colony_net{ + dir = 4; + pixel_x = -15; + pixel_y = 5; + phone_category = "Colony-Net Emergency Line"; + phone_color = "red"; + phone_id = "Excavation Checkpoint" + }, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"rKe" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"rKo" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"rKw" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 4 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"rKz" = ( +/turf/open_space, +/area/sky) +"rKA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/item/fire_colony/pyrotrinium_crystal/crystal_5, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/mining_garage) +"rKH" = ( +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"rKJ" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/taperecorder{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/item/device/taperecorder{ + pixel_y = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"rKR" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 9; + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley_1) +"rKS" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south_west) +"rKY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/attachable/bayonet/lb, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rKZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"rLa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"rLo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rLt" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/pass) +"rLB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"rLD" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_2" + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/interior/seegson/smelting) +"rLH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/pass) +"rLI" = ( +/obj/structure/window/framed/lava/reinforced/orange, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility) +"rLN" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/south) +"rLQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/south_west) +"rLR" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + pixel_y = -4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"rLT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"rLV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -3; + pixel_x = -9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"rLW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/south) +"rLX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rMi" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_y = -2; + pixel_x = 2 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"rMl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"rMm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"rMu" = ( +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/mining) +"rMx" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/south_west) +"rMz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"rMC" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"rMI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"rMU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"rMX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"rNk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/item/fire_colony/pyrotrinium_crystal{ + dir = 4; + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"rNm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"rNp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"rNz" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/cargo_container/seegson/white/left{ + color = "#94bece" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"rNC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"rNJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/relaxation) +"rNV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"rNX" = ( +/obj/structure/machinery/door_control{ + id = "pass_2"; + pixel_y = -19 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 16; + pixel_y = 3 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"rNY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"rOc" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"rOi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/hydroponics/science) +"rOj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"rOr" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/north) +"rOt" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"rOu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rOv" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"rOI" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"rOJ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"rOQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"rOU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"rPb" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/valley/southwest) +"rPc" = ( +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rPf" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/north) +"rPi" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/excavation) +"rPp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"rPt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"rPw" = ( +/obj/effect/lava/edges/overlay, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"rPA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rPG" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/var3{ + pixel_x = -2; + pixel_y = 24 + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"rPK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway) +"rPO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/north) +"rPT" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/bionational_closet, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/excavation) +"rPV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 8; + pixel_x = -8; + pixel_y = 10; + layer = 3.01 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"rPW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"rPY" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility) +"rQe" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"rQf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"rQg" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_1" + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/interior/seegson/smelting) +"rQn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"rQo" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"rQr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/north) +"rQs" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"rQy" = ( +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/tool/kitchen/knife{ + pixel_x = -8 + }, +/obj/item/tool/kitchen/knife/butcher, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"rQz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/pickaxe, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"rQD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"rQE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -21; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/container_yard) +"rQG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = 5; + pixel_y = 17 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"rQN" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"rQP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"rQQ" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility/containment) +"rQT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south) +"rQX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/west) +"rRe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south) +"rRi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"rRk" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/science) +"rRp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"rRC" = ( +/obj/structure/window/framed/lava/reinforced/orange, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility) +"rRG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"rRR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"rRS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"rRU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075" + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/container_yard) +"rRX" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rSa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"rSf" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/engineering/generator_room) +"rSg" = ( +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 4; + pixel_x = -8; + pixel_y = 4; + buckling_x = -8; + buckling_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"rSl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"rSr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"rSt" = ( +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -38; + pixel_y = -15 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rSx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"rSy" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"rSO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"rSQ" = ( +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/clearing/south_west) +"rSX" = ( +/obj/structure/cargo_container/seegson/right{ + pixel_y = -7 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"rSZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north) +"rTh" = ( +/obj/structure/platform/stone/engineer/north, +/obj/structure/prop/engineer_ruins/bench/bench_end{ + dir = 4; + pixel_x = 16; + pixel_y = 4; + layer = 3.01 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"rTk" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"rTu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/exterior/landing_pad) +"rTx" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_hori3_black"; + pixel_y = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"rTF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"rTG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"rTJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south_west) +"rTL" = ( +/obj/structure/platform/stone/engineer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/blackgoocontainer{ + pixel_x = 2; + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"rTP" = ( +/obj/item/reagent_container/glass/watertank, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"rTW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"rTZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"rUc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"rUh" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"rUn" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = -2; + pixel_y = 18 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/north) +"rUo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/west) +"rUt" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/south_west) +"rUz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"rUD" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -16; + pixel_y = -15 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"rUF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"rUI" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/lobby) +"rUL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/south) +"rUM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rUS" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#434b54" + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"rUU" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/landing_pad) +"rVi" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"rVo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"rVp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"rVq" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"rVz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"rVB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"rVE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"rVQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rWb" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rWd" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rWe" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rWk" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/interior/seegson/ai_core/lobby) +"rWx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"rWB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"rWY" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"rWZ" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "hangar_ice_2" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"rXl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"rXm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"rXp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/north) +"rXx" = ( +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"rXK" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northeast) +"rXL" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/excavation) +"rYc" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"rYh" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"rYi" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"rYy" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/southeast) +"rYB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"rYE" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"rYG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"rYI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"rYK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"rYO" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/exterior/landing_pad) +"rYS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"rZb" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/hallway_north) +"rZr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"rZv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"rZx" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"rZA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"rZC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/north) +"rZF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"rZG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"rZI" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -10; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad_external) +"rZL" = ( +/obj/structure/closet/secure_closet/seegson/security{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"rZP" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"rZT" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"rZU" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"sab" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"sac" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"saf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"sak" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"sal" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"sau" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/engineering) +"saD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"saE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"saG" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"saI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/west) +"saQ" = ( +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/relaxation) +"saR" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24; + layer = 2.00 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/structure/machinery/light, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"saW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/south_west) +"saX" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#666a73" + }, +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -14; + pixel_y = 21 + }, +/obj/item/tool/hatchet, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/north) +"sbc" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"sbi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"sbt" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = 7 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"sbv" = ( +/obj/structure/largecrate/random/mini/small_case, +/obj/item/tool/weldpack/minitank{ + pixel_x = 9; + pixel_y = 14 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"sbC" = ( +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"sbP" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"sbS" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"sbV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"scb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"scc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -2; + pixel_x = 6 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"scd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"sck" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"sco" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"scs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"scu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"scB" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"scD" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = -15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"scF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"scO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north_east) +"scP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"scT" = ( +/obj/structure/xenoautopsy/tank/broken{ + pixel_y = 5; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"scW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"scX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -2; + pixel_y = 19 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"sde" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"sdj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/smg/nailgun, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"sdn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"sdo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"sdu" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sdx" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 3; + pixel_x = 16 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"sdA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "joe_storage_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/synthetic_storage) +"sdD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -7; + pixel_y = 1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_4"; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"sdG" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -1; + pixel_y = 19 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/structure/sign/safety/biolab/alt{ + pixel_x = 33; + pixel_y = 30; + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/valley/northwest) +"sdL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/hallway) +"sdN" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"sdV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"sdZ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"sea" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"sez" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"seA" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/platform/metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"seD" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"seJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"seM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = 11 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"seQ" = ( +/obj/structure/prop/huge_mining_machine/conveyor{ + dir = 8 + }, +/obj/item/stack/sheet/pyrotrinium{ + pixel_y = 6 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"seR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"seV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"seZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"sff" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"sfp" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 8 + }, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"sft" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"sfw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/firecloset/alt/full, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 5 + }, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/disposals) +"sfD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"sfJ" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"sfW" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing/floor{ + pixel_x = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"sfZ" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"sgd" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"sgu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southwest) +"sgH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"sgM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"sgQ" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"sgR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_y = 3; + layer = 2.9; + pixel_x = 6 + }, +/turf/open/floor/strata/blue3/east, +/area/fire_colony/interior/dorms/offices) +"sgS" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"sha" = ( +/obj/structure/inflatable/popped/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"shi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"shm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"shw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"shG" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = -11; + layer = 3; + color = "#a5adbc" + }, +/obj/item/alienjar{ + pixel_y = 10; + pixel_x = -6 + }, +/obj/item/alienjar{ + pixel_y = 10; + pixel_x = 5 + }, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/item/weed_extract{ + pixel_x = -2; + pixel_y = -12 + }, +/obj/item/alienjar{ + pixel_y = 2; + pixel_x = -6 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"shL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"shN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"shY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"sie" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"sih" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_y = -17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"sij" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -4; + pixel_x = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"sio" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"sir" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"sit" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"siF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"siH" = ( +/obj/item/reagent_container/glass/rag{ + desc = "A pile of clothing, these need washing..."; + name = "pile of clothing"; + color = "#7b8a82"; + pixel_x = -15; + pixel_y = -7 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_f) +"siK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"siT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = 20 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"sjr" = ( +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"sjs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/exterior/lava_bridge) +"sjx" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"sjA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"sjE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"sjQ" = ( +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"sjS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"sjV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case/small{ + pixel_y = 16 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -4; + pixel_y = 15; + layer = 3.2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -13; + pixel_y = -13 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 2; + pixel_y = -7 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"sjY" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/excavation) +"ska" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"skg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"skp" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"sku" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"skx" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"sky" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"skB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/south_west) +"skK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"skL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"skQ" = ( +/obj/structure/machinery/door/airlock/almayer/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/dorms_f) +"slc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"slo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"slt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"slv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"slA" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"slU" = ( +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/fire_colony/interior/bar) +"smi" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"smj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"smm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"smq" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/toy/plush/random_plushie{ + pixel_y = 13 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"smv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10 + }, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/sw_valley) +"smw" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -14; + layer = 2.7; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -39; + pixel_x = 7 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"smy" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/interior/seegson/smelting) +"smA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"smC" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"smJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"smQ" = ( +/obj/structure/cargo_container/watatsumi/right, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"smT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"smX" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -12; + pixel_y = -2 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"smY" = ( +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/catwalk/catwalk_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"snc" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"sne" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -14; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"snh" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"sns" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"snw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"snz" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/platform/stone/lava/north, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/west) +"snE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"snN" = ( +/obj/item/reagent_container/food/drinks/bottle/beer/craft/ganucci{ + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/fire_colony/interior/bar) +"snO" = ( +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/omicron_facility/lobby) +"snP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"soj" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/shuttle/escapepod/floor4, +/area/fire_colony/interior/hangar/broken_dropship) +"soq" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/north) +"soI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"soK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = -5; + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/storage/pill_bottle/packet/tricordrazine{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/north) +"soW" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -5; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"spa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"spk" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"spn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"spp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/hallway_north) +"sps" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -4; + layer = 2.97 + }, +/turf/open/floor/almayer/black2/north, +/area/fire_colony/interior/seegson/ai_core) +"spz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"spH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"spN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"spV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sqe" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"sqk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"sqp" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"sqr" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/botany/extractor{ + pixel_y = 8 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"sqs" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility/containment) +"sqE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/north) +"sqH" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/broken_dropship) +"sqK" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/machinery/weather_siren{ + dir = 1; + pixel_x = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sqL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"sqX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/south_west) +"srb" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -1 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"srn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"sro" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/pen/blue{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/paper{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/weapon/classic_baton/alt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"srq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sru" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 4; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"srv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3/southwest, +/area/fire_colony/interior/dorms/offices) +"srx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"srC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"srI" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"srK" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"ssj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/clothing/head/welding, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"ssm" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"ssn" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"ssq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"ssu" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + locked = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/almayer/dark/closed, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"ssx" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 9; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"ssJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/pouch/chem{ + pixel_x = 1; + pixel_y = -7 + }, +/obj/item/storage/pouch/syringe/full{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/structure/noticeboard{ + pixel_y = 34; + pixel_x = 1 + }, +/obj/structure/noticeboard{ + pixel_y = 35; + icon_state = "notices_3"; + desc = null; + name = "sticky notes"; + pixel_x = -5 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"ssR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"ssW" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"ssZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"sto" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Seegson - Landing Zone" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/landing_pad) +"stv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/epsilon_facility) +"stB" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"stD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"stH" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/metal/large_stack, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"stT" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 8 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/hallway_north) +"stW" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/smelting) +"suo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"sut" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/underground/caves/north_west) +"suu" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"suy" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"suJ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"suM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"suP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/shovel/spade{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/tool/shovel/spade{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"suQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering/generator_room) +"svn" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/underground/caves/north_west) +"svz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"svD" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 11 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"svG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"svL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"svO" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 9; + pixel_y = 21 + }, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"swe" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"swn" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"swo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/shovel, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"swp" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"sws" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/pass) +"swz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"swF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north) +"swG" = ( +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/north) +"swL" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"swT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"sxb" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/north_west) +"sxi" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south) +"sxv" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 4; + pixel_y = -12; + layer = 2.01 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"sxx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/mining_garage) +"sxz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"sxC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/barricade/wooden, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 6; + layer = 2.9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"sxE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"sxM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/vending/snack/generic{ + pixel_y = 16; + density = 0; + pixel_x = -2 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"sxR" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"syc" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"syh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"syk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"syn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"syo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"syr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/south_west) +"syv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"syE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"syF" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"syI" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"syL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"syM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"szb" = ( +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/hydroponics/science) +"szh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"szs" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"szv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"szR" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"szV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"szW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"szX" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 14; + pixel_y = 10 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"sAi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"sAk" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/cargo_container/seegson/alt/right, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"sAp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"sAx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/almayer/black2/north, +/area/fire_colony/interior/seegson/ai_core) +"sAP" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northeast) +"sAR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"sAT" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"sBc" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/north) +"sBe" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"sBp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northeast, +/area/fire_colony/interior/epsilon_facility) +"sBq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_y = -13; + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sBu" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"sBS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"sBT" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"sBV" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sCf" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -1; + pixel_y = -17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sCq" = ( +/obj/structure/sign/safety/bathmens{ + pixel_x = 1; + pixel_y = -24; + color = "#73bee1" + }, +/obj/structure/sign/safety/bathwomens{ + pixel_x = 14; + pixel_y = -24; + color = "#73bee1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"sCu" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut/lava_metal_right, +/obj/structure/platform/metal/lava_metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"sCz" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/east, +/area/fire_colony/interior/dorms/south) +"sCG" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"sCI" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"sCJ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"sCN" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_x = -10; + pixel_y = 10 + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"sCR" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 5; + pixel_y = -15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sCS" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -2; + pixel_y = 21 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"sCV" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 2; + pixel_y = 21 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"sCX" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"sDa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/interior/seegson/operations) +"sDb" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"sDr" = ( +/obj/structure/machinery/light/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"sDu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sDx" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -10; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sDy" = ( +/obj/effect/decal/warning_stripes/worn/warning_platform{ + pixel_y = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"sDE" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 7; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"sDF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"sDG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"sDI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/seegson/smelting) +"sDL" = ( +/obj/structure/platform/metal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"sDM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"sDN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"sDP" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"sDU" = ( +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/form_printer{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/clothing/head/bio_hood/lasalle{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"sDV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 7; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"sDW" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"sEh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"sEm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 28 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/mining) +"sEo" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/north) +"sEp" = ( +/obj/effect/broken_tile/double, +/obj/effect/broken_tile/single{ + pixel_x = 17; + pixel_y = 19 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -14; + pixel_y = 15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"sEs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/south_west) +"sEu" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"sEE" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/west) +"sEG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"sEN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"sES" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"sFh" = ( +/obj/structure/closet/secure_closet/freezer/alt_1/fridge/full{ + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"sFt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"sFP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"sFQ" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"sFW" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/omicron_facility/passthrough) +"sFY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 7; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sGc" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"sGg" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"sGk" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"sGn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"sGr" = ( +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"sGz" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"sGB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"sGC" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"sGR" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"sGX" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 1; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"sHf" = ( +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"sHi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"sHr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"sHQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/sign/safety/landingzone{ + pixel_x = -18; + pixel_y = 7 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -2; + pixel_y = 12 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"sHR" = ( +/obj/item/stack/sheet/metal/large_stack, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/engineering) +"sHV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/mining_garage) +"sIp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"sIq" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/relaxation) +"sIs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"sIy" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"sIz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/relaxation) +"sIB" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"sJd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"sJf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/clearing/south) +"sJl" = ( +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/south) +"sJp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_f) +"sJx" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + pixel_x = -1; + pixel_y = 18; + density = 0 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 5 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"sJy" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_engi_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"sJz" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -22; + pixel_x = -26 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"sJL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/vending/security, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"sJS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/valley/northeast) +"sJX" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/south_west) +"sJY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"sKe" = ( +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"sKn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"sKq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"sKt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"sKv" = ( +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/omicron_facility/lobby) +"sKC" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/northwest) +"sKH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/analyzer, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"sKJ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/ai_core/lobby) +"sKO" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"sKP" = ( +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/science) +"sLe" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"sLg" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"sLi" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/generator_room) +"sLp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"sLv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 6; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"sLy" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"sLC" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/strata/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"sLI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/southwest, +/area/fire_colony/interior/bar) +"sLJ" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/south_west) +"sLU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -20; + pixel_y = 1 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"sLX" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"sMa" = ( +/obj/structure/flora/tree/alien/tree_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sMb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"sMg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/firecloset/alt/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"sMl" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"sMn" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/northwest) +"sMr" = ( +/obj/structure/inflatable/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"sMu" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/hospital) +"sMB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"sMH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/seegson/operations) +"sMP" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/landing_pad_external) +"sMS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"sMU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"sMV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"sMW" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/fullgrass/fullgrass_2{ + pixel_x = 7; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"sNd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/valley/north) +"sNh" = ( +/obj/structure/bedsheetbin{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_f) +"sNk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"sNn" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"sNu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining_garage) +"sNw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/valley/north) +"sNx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"sNB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"sNC" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"sNF" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/epsilon_facility/containment) +"sNG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"sNQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/container_one) +"sOb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"sOh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -5; + pixel_y = -17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"sOk" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -4; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"sOm" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 5; + pixel_y = 17 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"sOB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"sOP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"sPd" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_f) +"sPe" = ( +/obj/item/tool/shovel, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/west) +"sPj" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/west) +"sPk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/north_west) +"sPl" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"sPm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/inflatable/door/black, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -12; + pixel_y = -10 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"sPt" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"sPw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"sPy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northeast) +"sPA" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"sPB" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"sPE" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken/east, +/area/fire_colony/interior/dorms/south) +"sPF" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"sPM" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/pass) +"sPN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering) +"sPT" = ( +/obj/structure/cargo_container/seegson/white/right{ + color = "#94bece"; + layer = 3.01 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -7; + pixel_y = -16 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"sPV" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_1{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"sPX" = ( +/obj/item/tool/warning_cone{ + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"sPY" = ( +/obj/effect/decal/seegson/worn{ + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/solid/directions/west, +/area/fire_colony/interior/seegson/ai_core/lobby) +"sQf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"sQk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"sQp" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"sQq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"sQv" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"sQB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"sQH" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"sRh" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sRj" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -3; + pixel_y = 22 + }, +/obj/item/weapon/twohanded/breacher, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"sRm" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south_west) +"sRp" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/interior/seegson/operations) +"sRq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 6; + pixel_y = 25 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"sRt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 13; + pixel_y = -17 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/south) +"sRv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"sRw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"sRG" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"sRJ" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"sRQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/pass) +"sRZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"sSd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"sSi" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"sSj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"sSp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/mining_garage) +"sSq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"sSt" = ( +/obj/structure/machinery/door_control{ + pixel_x = -9; + pixel_y = -4; + id = "ex_1"; + name = "excavation south - primary - remote door-control" + }, +/obj/structure/machinery/door_control{ + pixel_x = 10; + pixel_y = -4; + id = "ex_3"; + name = "excavation south - south east - remote door-control" + }, +/obj/structure/machinery/door_control{ + pixel_x = 1; + pixel_y = -4; + id = "ex_2"; + name = "excavation south - east - remote door-control" + }, +/obj/structure/machinery/door_control/brbutton/alt{ + pixel_x = -9; + pixel_y = 16; + id = "excavation_outpost"; + name = "excavation outpost - lockdown - remote door-control" + }, +/obj/structure/machinery/big_computers/computerblack/computer5{ + name = "excavation lockdown control computer"; + layer = 2.98 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/excavation) +"sSw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"sSC" = ( +/turf/open/fire_colony/basalt/cave/north_east, +/area/fire_colony/exterior/clearing/south_west) +"sSJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"sST" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"sTb" = ( +/turf/open/slippery/hull/colorable/purple/dir/west, +/area/sky) +"sTc" = ( +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/hallway) +"sTf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"sTg" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"sTk" = ( +/obj/structure/closet, +/obj/item/roller/bedroll/comfy, +/obj/item/roller/bedroll/comfy, +/obj/item/roller/bedroll/comfy/blue, +/obj/item/roller/bedroll/comfy/blue, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay4/east, +/area/fire_colony/interior/omicron_facility/hospital) +"sTn" = ( +/obj/structure/cargo_container/lasalle/right, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"sTu" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"sTv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"sTw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"sTB" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"sTG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/north) +"sTL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"sTM" = ( +/turf/open/fire_colony/asteroid/directions, +/area/fire_colony/exterior/valley/north) +"sUc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"sUd" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/south) +"sUh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"sUn" = ( +/obj/item/stack/cable_coil/white{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stack/cable_coil/yellow{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/stack/cable_coil/pink{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"sUo" = ( +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"sUw" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/hallway_north) +"sUD" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"sVb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle{ + pixel_x = -4; + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"sVg" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/south, +/area/fire_colony/interior/omicron_facility/hospital) +"sVC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/east, +/area/fire_colony/exterior/clearing/north) +"sVD" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"sVJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"sVV" = ( +/obj/structure/sign/safety/security{ + pixel_x = 32; + pixel_y = -3 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"sVY" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway) +"sWg" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"sWm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"sWs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"sWM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"sWV" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sXe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/blue3/northwest, +/area/fire_colony/interior/dorms/offices) +"sXg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"sXm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/solid/directions/southeast, +/area/fire_colony/interior/dorms/north) +"sXp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/north_west) +"sXr" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"sXv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -1; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"sXx" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/dorms/relaxation) +"sXz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"sXG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"sXW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/cliff) +"sYa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"sYd" = ( +/turf/open/slippery/hull/colorable/teal/dir/east, +/area/sky) +"sYe" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"sYt" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"sYB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"sYF" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/south_west) +"sYK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 13; + pixel_y = -15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"sYN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/item/tool/shovel, +/obj/structure/machinery/door_control{ + id = "seeg_garage_1"; + pixel_y = -19 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/mining_garage) +"sYO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"sYW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"sYX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/yautja_teleport, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"sYY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"sZp" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 4; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"sZu" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"sZw" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/platform/metal/lava_metal, +/obj/item/stack/rods{ + color = "#8d93a1ff"; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"sZx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"sZA" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "lz2_flight_control"; + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/flight_control) +"sZC" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/seegson/smelting) +"sZF" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/northwest) +"sZJ" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"sZL" = ( +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"sZS" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/chem_dispenser/soda/beer{ + pixel_y = 19; + density = 0 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"tal" = ( +/obj/structure/flora/tree/alien/tree_7{ + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"tam" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north) +"tan" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/south_west) +"tao" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"tax" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"taC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"taG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/bag/ore{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/mining_garage) +"taM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/south_west) +"taP" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"taU" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1; + pixel_y = 9; + buckling_y = 9 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -24; + pixel_x = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"tbd" = ( +/obj/structure/blackgoocontainer{ + pixel_x = 11; + pixel_y = -4; + density = 0 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"tbh" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"tbn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"tbr" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -1 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"tbv" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"tbx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"tby" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tbE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 11; + pixel_y = -2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"tbH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"tbK" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"tbL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/valley/north) +"tbW" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"tci" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"tcl" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"tco" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"tcp" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/south, +/area/fire_colony/exterior/clearing/south_west) +"tcu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/northwest) +"tcy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"tcB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/south_west) +"tcF" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"tcW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"tdb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"tdi" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/south_west) +"tdv" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = -11; + color = "#ff6548" + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"tdy" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"tdD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"tdG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"tdT" = ( +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/storage_unit/sw_valley) +"tek" = ( +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"teq" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"tex" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south) +"teD" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/fire_colony/pyrotrinium_tray/tray_6{ + pixel_y = 11 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/smelting) +"teG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"teJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"teM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"teN" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south) +"teO" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"teS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"teU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"teY" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clothing/accessory/patch/lasalle, +/obj/item/clothing/accessory/patch/lasalle{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"tfd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"tfz" = ( +/obj/structure/machinery/door_control{ + id = "storage_1"; + name = "Storage Unit Lock"; + normaldoorcontrol = 1; + pixel_x = 24; + req_access_txt = "100"; + specialfunctions = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/storage_unit/s_caves) +"tfB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"tfH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"tfI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"tfJ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 27; + pixel_y = 13 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"tfL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"tfN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -4 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"tfP" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"tfS" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"tfY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"tgd" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tgf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tgg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"tgh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"tgo" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"tgx" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -15; + pixel_y = -3 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"tgz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/inflatable/popped/door/black, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"tgC" = ( +/obj/structure/flora/tree/alien/tree_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"tgD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/west) +"tgH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"tgN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"tgP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"tgS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/south_west) +"tgT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"tgV" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/slippery/hull/colorable/purple/corner, +/area/sky) +"the" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"thg" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"thn" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"thq" = ( +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 2; + pixel_y = 30 + }, +/obj/structure/sign/safety/north{ + pixel_x = 14; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"thu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"thw" = ( +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/hangar) +"thy" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"thF" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 15 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"thQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/operations) +"tid" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"tif" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"tik" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/caves/south_west) +"tir" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"tix" = ( +/obj/structure/machinery/light/blue, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/north) +"tiA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"tiG" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"tiP" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"tiT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/offices) +"tiX" = ( +/obj/structure/cargo_container/lasalle/alt_1/left, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"tiY" = ( +/turf/open/slippery/hull/colorable/purple/dir/north, +/area/sky) +"tjg" = ( +/obj/structure/flora/bush/ausbushes/lavendergrass{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#6b6b6b" + }, +/turf/open/gm/grass/grass1/weedable, +/area/fire_colony/interior/dorms/north) +"tjo" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"tjz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"tjA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"tjB" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"tjI" = ( +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/epsilon_facility/containment) +"tjK" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tkg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"tkh" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/reagent_container/glass/watertank, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"tkk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"tkp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"tkq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"tkr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south) +"tkB" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = -25 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"tkG" = ( +/obj/structure/fence/slim/blue, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"tkI" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"tkL" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"tld" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"tlh" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"tlx" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/hallway) +"tly" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/hallway) +"tlz" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"tlB" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"tlF" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"tlH" = ( +/obj/item/tool/shovel/spade, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"tlS" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"tlV" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -5; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/northeast) +"tlX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/north) +"tma" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"tmj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -2; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"tmw" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = 6; + pixel_x = -13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"tmF" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"tnf" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"tng" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"tnm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"tnp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"tnr" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_p) +"tnt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"tnv" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/pass) +"tnx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south) +"tny" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"tnD" = ( +/obj/effect/sentry_landmark/lz_2/bottom_right, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"tnG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"tnJ" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"tnS" = ( +/obj/structure/ore_box/alt/alt_1, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"tnT" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 4; + pixel_x = -3; + layer = 3; + pixel_y = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"toh" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"tol" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ton" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone, +/obj/structure/machinery/door_control{ + pixel_x = 22; + pixel_y = 6; + id = "seeg_garage" + }, +/obj/item/prop/colony/canister/alt_2{ + pixel_x = -3; + dir = 1; + pixel_y = 16 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/mining_garage) +"tox" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"toB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/south) +"toQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"toR" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/platebot, +/area/fire_colony/interior/mining) +"toU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"tph" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"tpk" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"tpl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 13; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tpu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"tpw" = ( +/obj/structure/sign/safety/twentyfive{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"tqb" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/south) +"tqm" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"tqp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"tqz" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 10; + layer = 2.7; + buckling_x = 10; + pixel_y = 12; + buckling_y = 12 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 7 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"tqB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"tqC" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#212121" + }, +/obj/effect/decal/large_stain{ + color = "#212121"; + pixel_x = -26; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 13 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"tqE" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/red/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"tqG" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"tqM" = ( +/obj/structure/flora/tree/alien/tree_1{ + pixel_x = -13; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tqO" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_y = 2; + pixel_x = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"tqY" = ( +/obj/structure/platform/metal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"trf" = ( +/obj/structure/bed/chair/comfy/black, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 14 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"trh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south) +"tro" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"trx" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"trE" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"trF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/hangar/flight_control) +"tsc" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut/lava_metal_left, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"tsg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/west) +"tsq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"tsu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"tsF" = ( +/obj/structure/prop/fence/slim/blue, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"tsH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility/containment) +"tsP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/epsilon_facility) +"tsV" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"tth" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -18; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ttj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 2; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ttB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"ttF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"ttG" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"ttH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/north) +"ttX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -13; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ttY" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"tud" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"tul" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"tur" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/item/tool/warning_cone/red{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"tuz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -11; + pixel_x = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"tuA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"tuC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 9; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"tuD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"tuE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"tuQ" = ( +/obj/structure/closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/south) +"tva" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining_garage) +"tvg" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"tvj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"tvs" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/blue3/southwest, +/area/fire_colony/interior/dorms/offices) +"tvw" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"tvB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"tvC" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"tvE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northeast) +"tvF" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"tvT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"twb" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/tcomms/container_two) +"twe" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"twg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"twj" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"tws" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"tww" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"twy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/valley/north) +"twM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"twO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"twR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"twS" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"twU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"txe" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"txf" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"txg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"txl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"txw" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"txA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"txE" = ( +/obj/effect/decal/seegson/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/solid/directions/east, +/area/fire_colony/interior/dorms/north) +"txI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"txP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 2; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"txW" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/beta) +"txX" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"txY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"tyc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"tyd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"tyg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"tyk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"tyy" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"tyE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"tyF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 3; + pixel_y = 17 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"tyG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/smelting) +"tyP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/blackgoocontainer/submerged{ + dir = 10; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"tyQ" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"tyR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"tzj" = ( +/obj/structure/filingcabinet{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"tzl" = ( +/obj/structure/machinery/big_computers/computerblack/computer5, +/obj/structure/machinery/door_control{ + pixel_x = 1; + pixel_y = -4; + id = "hydro_bio_dome_2" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"tzm" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 9; + pixel_y = 30 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"tzr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"tzs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27; + pixel_x = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"tzv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"tzx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"tzB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"tzD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"tzH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"tzK" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"tzR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"tAb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"tAd" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/security) +"tAe" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tAf" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/hangar/garage) +"tAn" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"tAr" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tAC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"tAE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"tAN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"tAO" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tAQ" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"tAS" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_y = 28; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"tAT" = ( +/obj/structure/inflatable/popped/door/black, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"tBe" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 3; + pixel_x = -8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tBm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"tBn" = ( +/obj/item/stool{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 7 + }, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "blue"; + phone_id = "The Lava Lamp - Canteen" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"tBo" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#818e9a" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"tBp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single, +/area/fire_colony/exterior/clearing/south_west) +"tBs" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/epsilon_facility) +"tBA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/tunnel{ + id = "construction_tunnel" + }, +/obj/item/tool/shovel{ + pixel_y = 9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"tBD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = -17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"tBF" = ( +/obj/structure/inflatable/black, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"tBI" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/structure/largecrate/random/case/small{ + pixel_y = 18 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tBM" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 1 + }, +/obj/structure/sign/safety/synth_storage{ + pixel_x = 13; + pixel_y = 32; + color = "#967743" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"tBP" = ( +/obj/structure/machinery/floodlight{ + name = "Floodlight" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"tBS" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"tBW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/excavation/south) +"tBY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/south_west) +"tCm" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"tCt" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"tCw" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering/generator_room) +"tCB" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"tCE" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"tCQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/southeast) +"tCT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"tDa" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"tDj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/cliff) +"tDk" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 2 + }, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/hydroponics/north) +"tDm" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tDr" = ( +/obj/effect/spawner/random/toolbox{ + pixel_y = 10; + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 8; + pixel_x = -1; + pixel_y = -16 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/fire_colony/exterior/tcomms/container_one) +"tDx" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/closet/emcloset{ + pixel_x = -4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"tDG" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"tDS" = ( +/obj/structure/cargo_container/watatsumi/rightmid, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"tDT" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tDX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"tDZ" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/south_west) +"tEb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/mining_garage) +"tEe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"tEg" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"tEt" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -7; + pixel_y = 18 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tEz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"tEC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"tED" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"tEF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"tEM" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tEN" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"tER" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"tFh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"tFt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/obj/item/weapon/classic_baton/alt{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"tFw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 6; + pixel_y = -6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"tFA" = ( +/obj/structure/barricade/handrail/hybrisa/handrail, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"tFC" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"tFK" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"tFM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"tFP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"tFW" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/pass) +"tFX" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"tGg" = ( +/turf/open/slippery/hull/colorable/purple/dir/southwest, +/area/sky) +"tGo" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"tGp" = ( +/obj/structure/platform_decoration/stone/engineer/east, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = 18 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"tGw" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/epsilon_facility) +"tGE" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/north) +"tGS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/faxmachine{ + pixel_y = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"tGW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north) +"tGZ" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northwest) +"tHb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"tHd" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/landing_pad) +"tHf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/smelting) +"tHw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/weather_siren{ + dir = 1; + pixel_x = 16 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"tHL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"tHW" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"tIl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/excavation/north) +"tIn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32; + pixel_x = 3 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"tIo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/north) +"tIr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/stack/rods{ + color = "#848484" + }, +/obj/structure/platform/metal/strata/north, +/obj/effect/decal/hybrisa/lattice, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"tIw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southeast) +"tIE" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "lb_hangar_3"; + pixel_y = 5; + pixel_x = 24 + }, +/obj/item/hardpoint/locomotion/van_wheels, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"tIL" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"tIS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"tIV" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"tIZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/clearing/pass) +"tJg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"tJl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"tJz" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"tJD" = ( +/turf/open/slippery/hull/colorable/teal/dir/northwest, +/area/sky) +"tJL" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"tJO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"tJT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 28; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/southwest) +"tKd" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"tKf" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/firstaid/adv{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"tKj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/spawner/random/attachment{ + pixel_x = 13; + pixel_y = 10 + }, +/obj/item/tool/pen{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/tool/pen{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"tKm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"tKs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"tKE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"tKL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"tKR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"tKX" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/obj/item/clothing/gloves/black_leather, +/obj/item/weapon/butterfly, +/obj/item/clothing/suit/storage/CMB/trenchcoat/blue, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"tLb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"tLi" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"tLk" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tLm" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"tLv" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/stairs/perspective/ramp{ + dir = 4; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"tLw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"tLy" = ( +/obj/structure/flora/tree/alien/tree_2{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -16; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tLJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"tLK" = ( +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 6; + pixel_x = 1 + }, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 22; + pixel_x = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"tLS" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"tMd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/omicron_facility/lobby) +"tMe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"tMg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"tMn" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"tMo" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"tMp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"tMu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"tMz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"tMD" = ( +/obj/structure/platform/metal/lava_metal/west, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"tMG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/platingdmg1, +/area/fire_colony/exterior/clearing/south_west) +"tMK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"tMP" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "seeg_ai_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"tNf" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"tNh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/north_west) +"tNi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"tNm" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"tNx" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"tNz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/molten_item, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"tNI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"tNJ" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#655255" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/backpack/lightpack/black/five_slot, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/clothing/accessory/storage/black_vest/waistcoat, +/obj/item/clothing/under/lasalle/grey, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/pink, +/area/fire_colony/interior/dorms/dorms_f) +"tNL" = ( +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"tNM" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"tNN" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"tNO" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"tNR" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/machinery/light/spot/blue, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tNY" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"tOj" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 16; + pixel_y = -11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security) +"tOk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"tOq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/hardpoint/locomotion/van_wheels/rt01{ + pixel_y = 10 + }, +/turf/open/fire_colony/asteroid/directions, +/area/fire_colony/exterior/valley/north) +"tOA" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 7; + pixel_y = 19 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"tOB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"tOI" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"tOL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northwest) +"tOM" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = 2; + pixel_y = 31 + }, +/obj/structure/sign/safety/hazard{ + pixel_x = 14; + pixel_y = 31; + color = "#967743" + }, +/obj/structure/closet/crate/trashcart/alt{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/maintenance_jack, +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"tOX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"tPa" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = -1; + name = "rubber mat"; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"tPe" = ( +/turf/open/slippery/hull/colorable/purple/connection_end/east, +/area/sky) +"tPv" = ( +/turf/open/slippery/hull/colorable/purple/dir/southeast, +/area/sky) +"tPI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"tPJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"tPK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"tPL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"tPO" = ( +/obj/structure/machinery/door_control{ + id = "storage_3"; + name = "Storage Unit Lock"; + normaldoorcontrol = 1; + req_access_txt = "100"; + specialfunctions = 4; + pixel_y = -19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/n_caves) +"tPW" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = -7 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"tPX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + dir = 4; + id = "ex_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"tPY" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"tPZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"tQc" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"tQe" = ( +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"tQi" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -11; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"tQm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"tQn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"tQE" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"tQI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/west) +"tQL" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"tQP" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = 9; + layer = 2.01 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway) +"tQZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"tRe" = ( +/turf/open/floor/prison/yellow/northeast, +/area/fire_colony/exterior/tcomms/lz2) +"tRi" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 26; + pixel_y = 8 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"tRm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"tRp" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 39; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"tRr" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/research/containment/floor2, +/area/fire_colony/interior/epsilon_facility/containment) +"tRB" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"tRC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/southeast) +"tRM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/southeast) +"tRN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"tRO" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/exterior/lava_bridge) +"tSm" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"tSn" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"tSp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"tSu" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"tSB" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"tSC" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/hangar/garage) +"tSE" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"tSH" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"tSV" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"tTa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"tTc" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"tTi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/dorms/north) +"tTu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"tTw" = ( +/obj/item/bedsheet/green, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"tTy" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"tTI" = ( +/turf/open/floor/almayer/research/containment/corner_var1, +/area/fire_colony/interior/epsilon_facility/containment) +"tTM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/north) +"tTP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"tTR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"tUh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"tUn" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -9; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"tUx" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 14; + pixel_y = 14 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"tUz" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southwest) +"tUI" = ( +/obj/structure/cargo_container/lasalle/alt_1/mid, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight, +/area/fire_colony/exterior/container_yard) +"tUS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"tUV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"tUX" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/south) +"tVg" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"tVh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"tVj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"tVD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"tVH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"tVJ" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_y = -16; + pixel_x = -8 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"tWc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"tWe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"tWm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"tWo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/north) +"tWq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"tWt" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"tWM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"tWP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"tWX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"tXg" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"tXh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"tXm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/underground/caves/north_west) +"tXu" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"tXB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"tXG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/valley/northeast) +"tXW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"tYe" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"tYg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"tYi" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 1; + name = "rubber mat"; + pixel_y = 19 + }, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/hydroponics/science) +"tYj" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"tYl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"tYn" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"tYz" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"tYN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"tYO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"tYS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/southeast) +"tYT" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"tYW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"tYX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"tYY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"tZe" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"tZl" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -6 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/northwest) +"tZs" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"tZw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/north_east) +"tZK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/north_east) +"tZM" = ( +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/sw_valley) +"tZS" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"tZU" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"tZW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -12; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"uad" = ( +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/omicron_facility/lobby) +"uay" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/guns/merc, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"uaD" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"uaG" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"uaY" = ( +/obj/effect/timed_event/scrapeaway{ + time = 15 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/clearing/north_east) +"ubf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"ubk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"ubm" = ( +/obj/effect/decal/engineer_ruins/individual{ + icon_state = "circle2"; + pixel_x = 22; + pixel_y = -5 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"ubr" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -11; + pixel_y = -6 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"ubs" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"ubx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"ubA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"ubB" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"ubG" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"ubJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"ubK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"ubS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"ubT" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"ubX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"uci" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ucq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"ucs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"uct" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = 2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u/south, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"ucI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"ucK" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/hotdog/alt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"ucN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/hangar/garage) +"ucQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"ucX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"uda" = ( +/obj/structure/prop/huge_mining_machine/conveyor{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"udb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_3"; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"uds" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"udw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"udz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = -11; + pixel_y = 8 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/engineering) +"udL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/vending/snack/generic{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/north) +"udO" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"udQ" = ( +/turf/open/floor/almayer/research/containment/corner2, +/area/fire_colony/interior/epsilon_facility/containment) +"udR" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/decal/warning_stripes/worn{ + dir = 10 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hydroponics/north) +"uen" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/north_west) +"ueo" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"uev" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ueI" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"ueM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ueV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/west) +"ueW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -15; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ufc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"ufd" = ( +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/exterior/clearing/south_west) +"ufh" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 15; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"ufk" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/caves/south_west) +"ufm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"uft" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/beakers{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"ufL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/north_east) +"ufO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/north_west) +"ufR" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"ufS" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility/containment) +"ufW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"ufZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/hangar) +"ugd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"ugh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"ugo" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ugt" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hangar/flight_control) +"ugE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/north_west) +"ugF" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"ugG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northeast, +/area/fire_colony/interior/mining_garage) +"ugJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"ugM" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle{ + pixel_y = 2; + layer = 2.9 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/cliff) +"ugN" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"ugV" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"uhg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"uhq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/northwest) +"uhu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"uhv" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/dorms/south) +"uhx" = ( +/obj/structure/flora/tree/alien/tree_6{ + pixel_y = -13; + pixel_x = -22 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uhA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"uhD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"uhH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -15; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"uhJ" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/pickaxe/silver{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"uhO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/hydroponics/science) +"uid" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/south) +"uie" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/north_east) +"uin" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"uip" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = -11; + pixel_y = 6 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_6"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"uir" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = -1 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"uit" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"uiz" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"uiA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"uiD" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"uiF" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"uiI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"uiJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"uiQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/north) +"uiX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + layer = 2.00 + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"ujb" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"ujc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_y = 2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"ujk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"uju" = ( +/obj/structure/sign/safety/synth_storage{ + pixel_x = 13; + pixel_y = 32; + color = "#967743" + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"ujy" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 10; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"ujE" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"ujI" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/hangar) +"ujM" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ujR" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ujS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ujT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ujV" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"ukc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -7; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"ukf" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"ukp" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 6; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"ukw" = ( +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/mining_garage) +"ukz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/hallway) +"ukA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -21; + pixel_y = -18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ukE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"ukH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"ukI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ukO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ukR" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ula" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/north, +/area/fire_colony/interior/dorms/north) +"ulb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"ulj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"ulr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"ult" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"ulz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"ulA" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"ulH" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_y = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"ulI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/interior/hangar/garage) +"ulX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"ulY" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"uma" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"umb" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"umh" = ( +/obj/structure/platform/metal, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"umx" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"umy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/north) +"umQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "hydro_bio_dome_2" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/science) +"umV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"umX" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"una" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"unb" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/underground/caves/south_west) +"uny" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform_decoration/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"unD" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"unL" = ( +/obj/structure/machinery/floodlight, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"unM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"unP" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"unS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"unZ" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"uod" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/seegson/engineering) +"uok" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/north) +"uor" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"uoA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"uoC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"uoE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"uoK" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northwest) +"uoP" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uoX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/south) +"uoY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/north) +"upl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north_east) +"upm" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/south_west) +"upo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_m) +"upv" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -19; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"upy" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/valley/north) +"upJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"upN" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warning_grate, +/area/fire_colony/exterior/tcomms/lz2) +"upR" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"upV" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_1, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/south) +"upW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/southwest) +"upY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/west) +"upZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"uqb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/stairs/perspective/ramp{ + dir = 8; + pixel_y = 16 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"uqf" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uqz" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/omicron_facility/passthrough) +"uqK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"uqR" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"uqV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/southeast) +"urd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/south_west) +"urf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"urk" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + dir = 1; + pixel_x = 3; + pixel_y = 2; + layer = 3 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"urm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"urn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"urt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"urB" = ( +/obj/structure/sign/safety/nineteen{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"urF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southwest) +"urG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"urH" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + pixel_x = -9; + pixel_y = 2; + density = 0; + icon_state = "water_cooler_2_alt" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"urL" = ( +/obj/structure/cargo_container/lasalle/mid, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"urR" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"usb" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 16; + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"ush" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"usn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad) +"usr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/epsilon_facility) +"usu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"usz" = ( +/obj/structure/platform/metal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"usJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"usL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"usM" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 1; + pixel_y = -8 + }, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"usO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/excavation/south) +"usQ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -15; + pixel_y = -15 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/flora/bush/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/north) +"usT" = ( +/turf/closed/wall/lava/rock, +/area/sky) +"usY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"usZ" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/strata/medbay1, +/area/fire_colony/interior/omicron_facility/hospital) +"uth" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"utn" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/pill_bottle/packet/oxycodone{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 7; + pixel_y = -1 + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital) +"uts" = ( +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/tcomms/lz2) +"utw" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"utx" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -3; + pixel_y = -18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"uty" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"utD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"utG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/pass) +"utK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southwest) +"utZ" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -24; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"uuc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075" + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"uuk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"uuu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"uux" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southeast) +"uuK" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"uuT" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#a96d4c"; + pixel_y = -20; + layer = 2.99 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"uvh" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"uvn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"uvs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"uvt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uvy" = ( +/obj/structure/platform_decoration/metal/lava_metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"uvH" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"uvK" = ( +/obj/effect/lava/engineer/floor_edge/floor_edge_2, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"uvM" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"uvN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"uvT" = ( +/obj/structure/flora/tree/alien/tree_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uvW" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north_east) +"uvY" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"uwa" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/computerblack/computer5{ + icon_state = "blacksensor_comp3_off" + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/seegson/ai_core/lobby) +"uwg" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"uwk" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -6; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"uwt" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"uww" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"uwE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/northwest) +"uwJ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"uwO" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"uwQ" = ( +/obj/structure/machinery/washing_machine{ + pixel_x = -5; + pixel_y = 16; + density = 0 + }, +/obj/structure/machinery/washing_machine{ + pixel_x = -5; + pixel_y = 31; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_f) +"uwS" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"uwW" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"uwZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"uxa" = ( +/obj/structure/machinery/door/airlock/prison/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"uxi" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbroke{ + pixel_x = 1; + pixel_y = 32 + }, +/turf/open/floor/almayer/blackfull2, +/area/fire_colony/interior/seegson/ai_core) +"uxj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/north_east) +"uxm" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"uxs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"uxt" = ( +/obj/effect/decal/engineer_ruins, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uxw" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"uxB" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 17; + pixel_y = 18 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"uxS" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"uxZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"uya" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"uyd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"uyg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"uyh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/northwest) +"uyo" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"uyw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/landing_pad) +"uyz" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"uyA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"uyC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/mining_garage) +"uyF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"uyI" = ( +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/north) +"uyN" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/lava_bridge) +"uyP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"uyV" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uzb" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/north) +"uze" = ( +/obj/structure/janitorialcart{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"uzk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"uzp" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"uzq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"uzr" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/effect/working_joe/corpse/body_parts/gibs{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"uzx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"uzJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north) +"uzM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"uzN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uzO" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -11; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"uzP" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/dorms/offices) +"uzR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"uzU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"uzW" = ( +/obj/structure/prop/huge_mining_machine/conveyor, +/obj/item/stack/sheet/pyrotrinium, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"uAc" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"uAe" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"uAj" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"uAl" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 7; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uAm" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/north) +"uAq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"uAt" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uAu" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"uAC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"uAI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"uAL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"uAN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/clearing/south_west) +"uBf" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = -8; + pixel_y = -10 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"uBr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"uBu" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uBD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"uBE" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/southwest) +"uBH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"uBK" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/item/fire_colony/pyrotrinium_tray/tray_4{ + pixel_y = 12 + }, +/obj/item/fire_colony/pyrotrinium_tray{ + dir = 9 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/seegson/smelting) +"uBQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/northwest) +"uBS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"uBT" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"uBW" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_left_to_right, +/area/fire_colony/interior/hangar/broken_dropship) +"uCb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"uCk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"uCz" = ( +/obj/structure/machinery/disposal{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_x = 20; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/trunk{ + dir = 4; + color = "#858680" + }, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/south) +"uCB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"uCD" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/landing_pad) +"uCG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"uCJ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/south_west) +"uCN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"uCV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"uCW" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"uDA" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"uDD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/tcomms/lz1) +"uDE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"uDH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uDK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"uDQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"uEd" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"uEi" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/underground/excavation/south) +"uEp" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"uEt" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"uEz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/southwest) +"uEC" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -36; + pixel_x = 20 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"uEG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"uEH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"uEL" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"uEV" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"uEZ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -11; + pixel_y = 16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"uFh" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"uFq" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/pass) +"uFs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south_west) +"uFv" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"uFD" = ( +/obj/structure/machinery/light/blue{ + pixel_x = 16 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"uFG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uFJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"uFU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"uGb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"uGk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"uGo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"uGs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/hydroponics/science) +"uGt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"uGv" = ( +/turf/open/slippery/hull, +/area/sky) +"uGy" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uGL" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/southeast) +"uGR" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/landing_pad_external) +"uGS" = ( +/obj/structure/prop/engineer_ruins/pillars/tall, +/obj/structure/sign/flag/simple/ancient_torn_desat{ + layer = 4.12; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"uGX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"uHc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"uHg" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"uHn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"uHq" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"uHs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"uHv" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"uHz" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"uHD" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/caves/north_west) +"uHG" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"uHL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/south_west) +"uHQ" = ( +/obj/structure/machinery/vending/snack/generic{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/north) +"uHX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"uIb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"uId" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"uIk" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"uIn" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_2{ + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"uIs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/caves/north_west) +"uIw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "lb_hangar_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"uIx" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"uII" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"uIQ" = ( +/obj/structure/closet/secure_closet/freezer/alt/fridge/full{ + pixel_y = 2 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"uIS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"uIV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"uJc" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/ai_core/lobby) +"uJf" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions, +/area/fire_colony/exterior/valley/north) +"uJl" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"uJo" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"uJr" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/operations) +"uJs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/north) +"uJx" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"uJF" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = -5 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"uJH" = ( +/obj/structure/sign/safety/twentyfour{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"uJJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"uJK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/north_east) +"uJL" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"uJU" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/north) +"uKb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"uKn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"uKq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"uKr" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = -12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"uKs" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uKt" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/lava_metal/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"uKy" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uKG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"uKI" = ( +/obj/structure/largecrate/random/case{ + pixel_y = 9 + }, +/obj/item/broken_device{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"uKJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway) +"uKQ" = ( +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/interior/mining_garage) +"uKR" = ( +/obj/effect/broken_tile/single, +/obj/effect/broken_tile/angle{ + pixel_x = 6; + pixel_y = -15 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"uKV" = ( +/obj/structure/machinery/door_control{ + id = "pass_2"; + pixel_y = 30 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"uLe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 3 + }, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"uLk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"uLo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"uLp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"uLs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"uLv" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 4; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"uLD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/pass) +"uLI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"uLL" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + pixel_y = 2; + layer = 4.12 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"uLR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -12; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uLZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"uMe" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"uMg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_6" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"uMk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"uMm" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -7; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"uMt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"uMv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/northeast) +"uMw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north_east) +"uMz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/south) +"uMB" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"uME" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/south) +"uMF" = ( +/obj/item/tool/warning_cone/blue, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"uMI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"uMJ" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = -2 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"uMN" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"uMS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"uMW" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"uNb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"uNc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"uNe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"uNp" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"uNy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"uNN" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"uOb" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"uOc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northwest) +"uOe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"uOm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/north) +"uOp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/clearing/south_west) +"uOq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"uOs" = ( +/obj/structure/stairs/rock/engineer_temple{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"uOz" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 15; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"uOM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"uOX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"uOY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "hydro_bio_dome" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/science) +"uPr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/hangar/hallway) +"uPy" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"uPN" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"uQd" = ( +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/hangar/garage) +"uQf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"uQj" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/tool/shovel/etool/folded, +/obj/item/tool/shovel/etool/folded, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"uQp" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = 7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"uQq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"uQJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"uQK" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"uQL" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uQP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"uQY" = ( +/obj/structure/platform/stone/lava/north, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"uRj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"uRr" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/clearing/south) +"uRs" = ( +/obj/structure/machinery/power/apc/no_power/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow, +/area/fire_colony/exterior/tcomms/lz2) +"uRQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"uSd" = ( +/obj/structure/cargo_container/lasalle/alt_1/left, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"uSj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"uSw" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"uSB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"uSI" = ( +/obj/structure/machinery/vending/cola/generic{ + pixel_x = -10; + pixel_y = 16; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"uSK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"uSO" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 3; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"uSP" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/southeast) +"uST" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/northwest) +"uSV" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 16 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/hangar) +"uTe" = ( +/turf/open/floor/platebot, +/area/fire_colony/exterior/tcomms/lz2) +"uTi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"uTl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/tcomms/lz2) +"uTr" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"uTK" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/clearing/south_west) +"uTN" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 9; + pixel_y = 16 + }, +/obj/structure/stairs/perspective/ramp{ + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/tcomms/lz2) +"uTP" = ( +/obj/structure/cargo_container/seegson/alt/mid, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"uUf" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"uUg" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"uUk" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"uUn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -1; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"uUu" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"uUI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"uUP" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/dorms/offices) +"uVh" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/hybrisa/tile/tilegrey/broken, +/area/fire_colony/interior/dorms/north) +"uVl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"uVu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"uVv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"uVw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/clearing/north_east) +"uVx" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"uVy" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"uVJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"uVV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"uVY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"uWe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south_west) +"uWK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"uWM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"uWS" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"uWW" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"uXh" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"uXl" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/north_west) +"uXo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 3 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"uXz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/north, +/area/fire_colony/exterior/hangar) +"uXA" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"uXC" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility/containment) +"uXG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"uXK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/north_east) +"uXQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"uXR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"uXX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/pass) +"uYb" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"uYc" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"uYg" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"uYq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"uYv" = ( +/obj/structure/sign/safety/three{ + pixel_x = 8; + pixel_y = 31; + color = "#73bee1" + }, +/obj/item/tool/wet_sign{ + pixel_x = 7; + pixel_y = 21; + layer = 3.5 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -10; + pixel_y = 17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 11; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"uYy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/seegson/engineering/generator_room) +"uYA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/south_west) +"uYB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"uYV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"uZg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"uZk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"uZl" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"uZv" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#666a73" + }, +/obj/structure/flora/tree/alien/tree_1{ + pixel_x = -18; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/south) +"uZV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north_east) +"uZY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/underground/caves/north_west) +"vai" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 6; + pixel_y = -16 + }, +/turf/open/floor/plating, +/area/fire_colony/exterior/clearing/south) +"vak" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/structure/machinery/light{ + dir = 4; + pixel_y = 16 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"vam" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"van" = ( +/obj/effect/decal/hybrisa/workers_decal{ + color = "#e8b867" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/smelting) +"vat" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2; + layer = 3 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"vav" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"vaF" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vaK" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/beta) +"vaN" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/southeast) +"vaR" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"vaV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty"; + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"vaY" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"vba" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/northeast) +"vbd" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 19; + pixel_y = -17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vbf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"vbi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/north) +"vbj" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -11; + pixel_y = 30 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vbk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"vbl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vbm" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"vbp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"vbs" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"vbv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"vbF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"vbG" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security/armory) +"vbM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"vbN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"vbR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"vcc" = ( +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 6; + pixel_x = -2 + }, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 22; + pixel_x = -2 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/epsilon_facility) +"vcg" = ( +/obj/effect/decal/seegson/small/lone/worn{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/seegson/engineering) +"vcl" = ( +/obj/structure/blackgoocontainer{ + pixel_x = 4; + pixel_y = 16; + density = 0 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = 1; + layer = 3.01; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"vcp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"vcq" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"vcu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"vcx" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/west) +"vcz" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"vcD" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/structure/machinery/light{ + dir = 4; + pixel_x = 10; + pixel_y = -8 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{ + pixel_x = 6; + pixel_y = 28; + name = "emergency medical cabinet" + }, +/turf/open/shuttle/dropship/can_surgery/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/broken_dropship) +"vcI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"vcJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"vcV" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vdh" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vdj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"vdm" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -5; + pixel_y = -17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vdo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vdz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"vdF" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_m) +"vdI" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"vdV" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/solid/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"vdZ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"vef" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"veg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"veh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/south) +"vej" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/excavation) +"vek" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vel" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"ves" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"vev" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"vex" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"vez" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -11; + pixel_y = -2 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"veE" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"veI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"veN" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_middle"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"veQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"veS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet, +/obj/item/storage/backpack/satchel/hyd, +/obj/item/storage/backpack/satchel/hyd, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/south) +"veX" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"vfb" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#434b54" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/fire_colony/interior/dorms/dorms_m) +"vff" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"vfj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/south) +"vfs" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"vfB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"vfE" = ( +/obj/item/storage/backpack/satchel/hyd, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"vfM" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"vfR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"vfZ" = ( +/obj/structure/prop/huge_mining_machine/conveyor/variation{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"vgf" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"vgz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/valley/southwest) +"vgA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/excavation/south) +"vgH" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/tool/pen/blue{ + pixel_x = 1; + pixel_y = -9 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -5 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"vgM" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vgO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"vgR" = ( +/obj/structure/flora/tree/alien/tree_6{ + pixel_x = -26; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"vgT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"vhp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"vhq" = ( +/obj/structure/prop/engineer_ruins/collapsed_wall/deco_wall/deco_wall_1, +/turf/open/fire_colony/engineer_ruins/plating, +/area/fire_colony/exterior/underground/excavation/north) +"vhu" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 8; + pixel_y = 16 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"vhw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/east, +/area/fire_colony/exterior/clearing/pass) +"vhB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"vhC" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"vhN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"vhZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southeast) +"vij" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"vik" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"vip" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall/smooth_4{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"viC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = -6; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"viK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"viN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"viS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"vja" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/roller, +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -2; + dir = 8 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"vjm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/mining) +"vjn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"vjq" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"vjr" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/valley/north) +"vjw" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"vjx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -12; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vjB" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = -2; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vjI" = ( +/obj/structure/flora/tree/alien/tree_2{ + pixel_x = -32; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"vjJ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"vjN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"vjT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = -3 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"vjV" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"vjW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"vka" = ( +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 23 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = -7; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -37; + pixel_x = 3 + }, +/obj/item/bodybag{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"vki" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 15; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"vkn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"vko" = ( +/obj/effect/decal/seegson/small/worn{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/exterior/landing_pad) +"vkq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vks" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"vky" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"vkB" = ( +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/disposals) +"vkD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"vkL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"vkP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"vkT" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + pixel_y = 11 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = -1; + density = 0 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"vlb" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/south) +"vll" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northeast, +/area/fire_colony/interior/bar) +"vlC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"vlG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vlM" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"vlT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"vlV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"vlW" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north_east) +"vlZ" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 7; + name = "rubber mat"; + pixel_y = -11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"vmd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/valley/west) +"vmg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"vmk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/valley/north) +"vmq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vmw" = ( +/obj/structure/machinery/fuelcell_recycler/full{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes/worn{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_y = 33 + }, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/mining) +"vmx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"vmA" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/beta) +"vmB" = ( +/obj/structure/machinery/landinglight/delaytwo, +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"vmD" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"vmL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"vmP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"vmX" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 18; + pixel_y = -9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"vnf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"vnn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = -20 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"vnx" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/item/storage/box/pillbottles, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"vnA" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -3; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vnD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal/west, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"vnR" = ( +/obj/item/tool/warning_cone, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony/warnplate/corner/north, +/area/fire_colony/exterior/hangar) +"vnU" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"vnV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"voc" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/pass) +"vof" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"voh" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"voi" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"vok" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"vol" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"vom" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"vop" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"voq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/excavation) +"vov" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"vow" = ( +/obj/effect/sentry_landmark/lz_2/bottom_left, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"voy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 3; + pixel_y = 15 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 2; + pixel_x = -3 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"voI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 2 + }, +/obj/structure/sign/safety/opens_up{ + pixel_x = 14; + pixel_y = 32 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/ai_core/lobby) +"voN" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"voS" = ( +/obj/structure/janitorialcart, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/dorms_f) +"voU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -2; + pixel_y = -11 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"vpb" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/leafy_bush/leafy_bush_2{ + pixel_y = 3 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"vpc" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"vpd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"vpg" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 8; + pixel_y = 16 + }, +/obj/structure/platform/metal/lava_metal, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"vpq" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = -9; + pixel_y = 14 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"vpD" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"vpF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/south_west) +"vpJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -4; + pixel_y = -22 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"vpQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat/solid/directions/northeast, +/area/fire_colony/interior/dorms/north) +"vpS" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 1; + pixel_y = -15 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"vpV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"vpZ" = ( +/obj/structure/machinery/landinglight, +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"vqf" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_24"; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"vqi" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = -17; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"vqr" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/security) +"vqD" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 18; + pixel_y = -21 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"vqH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"vqL" = ( +/obj/structure/inflatable/popped/door/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"vqR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"vqS" = ( +/obj/structure/reagent_dispensers/tank/water, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"vra" = ( +/obj/item/clipboard{ + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/tool/pen/red{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"vrb" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"vrd" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = -2 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"vrj" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"vrq" = ( +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"vrr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"vrx" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"vrA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vrC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = -17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vrF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"vrI" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"vrZ" = ( +/obj/structure/machinery/light{ + pixel_x = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"vsf" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/south_west) +"vsg" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3"; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/hospital) +"vsj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"vsl" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/disposals) +"vsm" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"vsq" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vsw" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north_east) +"vsB" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"vsQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 10; + pixel_x = -4 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"vsR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"vsY" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/garage) +"vta" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vtf" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"vtj" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -29; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"vtl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/cliff) +"vtn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"vtG" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"vtJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/excavation/south) +"vtO" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"vtT" = ( +/turf/open/floor/strata/seeg3/northeast, +/area/fire_colony/interior/dorms/north) +"vtY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/floor/plating/platingdmg1, +/area/fire_colony/exterior/valley/north) +"vug" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/south_west) +"vuj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/blue3/north, +/area/fire_colony/interior/dorms/offices) +"vul" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northeast) +"vuo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"vut" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"vuB" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"vuC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"vuE" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/snacks/packaged_burger/unbranded{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"vuF" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/south_west) +"vuO" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vuR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/clearing/south_west) +"vuS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/container_yard) +"vuV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"vuY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/landing_pad) +"vvd" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 6; + id = "seeg_garage" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"vvf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"vvg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south) +"vvi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"vvm" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/effect/decal/warning_stripes/worn{ + dir = 5 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/south) +"vvq" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/south) +"vvu" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"vvx" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vvK" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"vvO" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"vvU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/excavation/north) +"vvX" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"vvY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_y = -5; + pixel_x = 9 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"vvZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"vwa" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"vwf" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"vwn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"vwt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/interior/hangar/garage) +"vwK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"vwO" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"vwQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"vwT" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"vxa" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8; + pixel_x = 21; + pixel_y = 5; + buckling_x = 21; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"vxb" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/single{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway_north) +"vxk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/ai_core/lobby) +"vxp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"vxr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"vxt" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"vxD" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"vxG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/underground/caves/north_west) +"vxI" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/pass) +"vxM" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"vxP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vxS" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/north) +"vxU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/closed, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"vyd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vyg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_7{ + pixel_x = 5; + pixel_y = -6; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"vyt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/north) +"vyz" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 19; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_1, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"vyA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"vyJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"vyM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"vyQ" = ( +/turf/open/slippery/hull/colorable/purple/connection_alt/southwest, +/area/sky) +"vyS" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/seegson/smelting) +"vzb" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"vzk" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/south_west) +"vzm" = ( +/obj/structure/closet, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/item/packageWrap, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/smelting) +"vzq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"vzx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/excavation/south) +"vzC" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"vzG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"vzL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"vzO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/cliff) +"vzP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vzS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"vzU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vzZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/colonist/random/burst, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"vAn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/north) +"vAq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vAr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"vAv" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"vAI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/cliff) +"vAJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"vAK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"vAL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"vAU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/northeast) +"vAY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/north) +"vBm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"vBt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vBu" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vBw" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar/canteen) +"vBz" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"vBD" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"vBL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"vBS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"vBV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vCb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"vCh" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"vCo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vCA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -6; + pixel_y = -10 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"vCI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"vCR" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4; + pixel_y = -14 + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"vCT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/clearing/south) +"vCW" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"vCX" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"vDk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"vDn" = ( +/obj/structure/largecrate/random/case/small{ + pixel_x = 1; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"vDq" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"vDs" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"vDz" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/underground/caves/south_west) +"vEd" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = -12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vEf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"vEB" = ( +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/hydroponics/science) +"vEH" = ( +/obj/effect/landmark/start/working_joe/colony, +/obj/effect/landmark/late_join/working_joe/colony, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"vEK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south_west) +"vEQ" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"vFf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/lightblue3/southeast, +/area/fire_colony/interior/epsilon_facility/containment) +"vFi" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/restraint/handcuffs{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/restraint/handcuffs{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"vFk" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -2; + pixel_y = 2; + layer = 4.12 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"vFm" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = 8; + pixel_y = -7 + }, +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"vFn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"vFy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = -7 + }, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"vFz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"vFC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"vFG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"vFJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"vFR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/west) +"vFS" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"vFU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/container_yard) +"vFW" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/north) +"vGd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/mining_garage) +"vGi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/south) +"vGn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"vGs" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_y = -14; + pixel_x = 1 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"vGw" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/dorms/north) +"vGy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south) +"vGz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/southeast) +"vGA" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"vGD" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/metal/grated/east, +/area/fire_colony/interior/seegson/smelting) +"vGE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/excavation/south) +"vGG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/valley/north) +"vGH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"vGJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/hydroponics/north) +"vGM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"vGN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"vGS" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = 18 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"vGT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 4; + pixel_y = 16 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"vHc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"vHm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"vHn" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vHq" = ( +/obj/structure/flora/alien/chilli_bush_no_light, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vHs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"vHt" = ( +/obj/effect/lava/edges/overlay, +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"vHx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northeast) +"vHA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -2; + pixel_y = -14 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 19; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"vHD" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46"; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"vHG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/underground/excavation/south) +"vHO" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"vHY" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/north_west) +"vHZ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 32; + pixel_x = -3 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/relaxation) +"vIb" = ( +/obj/effect/lava/engineer/floor_edge/corner, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"vId" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"vIj" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + pixel_y = -4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"vIn" = ( +/obj/item/tool/warning_cone/red, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/south_west) +"vIt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"vIA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side, +/area/fire_colony/exterior/underground/excavation/south) +"vIC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"vIE" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"vIK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"vIP" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -12; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vIQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"vIT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vIV" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"vIW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"vIX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 26; + pixel_y = 28 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -2; + pixel_y = -21 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"vJi" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/west) +"vJp" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vJq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"vJx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"vJD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"vJG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"vJJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/engineer_ruins/pillars/short{ + pixel_x = 5; + pixel_y = 7; + layer = 4.10; + bound_height = 64 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"vJP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/fire_colony/interior/bar/canteen) +"vJS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"vJW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/seegson/engineering/generator_room) +"vKe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/container_yard) +"vKf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"vKh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"vKl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vKt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/dorms_m) +"vKC" = ( +/obj/structure/platform_decoration/metal/lava_metal/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"vKH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/exterior/clearing/north) +"vKS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"vKZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/mining) +"vLs" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 14; + pixel_y = 10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"vLw" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 7; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"vLA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"vLE" = ( +/obj/structure/bed/chair/comfy/black{ + pixel_y = 19; + buckling_y = 19 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/south) +"vLK" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"vLN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"vLY" = ( +/obj/structure/sign/safety/three{ + pixel_x = 8; + pixel_y = 31; + color = "#b47952" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/interior/seegson/synthetic_storage) +"vLZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/south_west) +"vMa" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vMc" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"vMe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 13; + pixel_y = 17 + }, +/turf/open/floor/prison/yellow/southwest, +/area/fire_colony/exterior/tcomms/lz2) +"vMf" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/west) +"vMh" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"vMk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/landing_pad_external) +"vMA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/smooth_dir/west, +/area/fire_colony/exterior/clearing/pass) +"vMF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/excavation) +"vMG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"vMJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/fuel_cell/used, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/hangar/garage) +"vMK" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"vMT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"vMW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"vNa" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"vNc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"vNk" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"vNp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"vNz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"vNJ" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/pass) +"vNO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -9; + pixel_y = 22 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"vOp" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_y = 14 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vOs" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/hangar/security) +"vOw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"vOB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/south) +"vOC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -1; + pixel_y = 12 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -12; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"vOI" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northeast) +"vOO" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"vOY" = ( +/turf/open/slippery/hull/colorable/teal/corner, +/area/sky) +"vPc" = ( +/obj/structure/filingcabinet{ + pixel_x = 7; + pixel_y = 18; + density = 0 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 18; + density = 0 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/operations) +"vPe" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"vPf" = ( +/obj/structure/surface/table/reinforced/black, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/fire_colony/interior/bar/canteen) +"vPg" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vPk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/inflatable/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"vPo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/clearing/south_west) +"vPr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"vPs" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_x = 16; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/alt_3, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"vPu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/north) +"vPy" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"vPz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"vPB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/valley/west) +"vPC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = -9; + pixel_y = 1 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/seegson/engineering) +"vPI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -22; + pixel_x = -22 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = 8; + pixel_y = 19 + }, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/hangar/flight_control) +"vPO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"vPS" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/north_west) +"vQn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"vQr" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"vQB" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"vQI" = ( +/obj/structure/machinery/big_computers/computerblack/computer3, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hydroponics/science) +"vQN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/west, +/area/fire_colony/exterior/clearing/north) +"vQT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"vQU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vQX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"vRb" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south) +"vRc" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/relaxation) +"vRi" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/tool/shovel/spade, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"vRn" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vRo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/relaxation) +"vRt" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + pixel_x = 2; + pixel_y = 24 + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -7 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/hangar/flight_control) +"vRx" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1{ + pixel_x = -2; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vRz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"vRA" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3"; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/hospital) +"vRC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"vRD" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"vRK" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/southeast) +"vRL" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"vRT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north_east) +"vRV" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"vRW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vRY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"vSb" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"vSd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"vSr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"vSv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"vSx" = ( +/obj/item/stack/sheet/metal, +/obj/item/clothing/glasses/welding{ + pixel_x = 2; + pixel_y = 14 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"vSz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"vSC" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -20; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/e_valley) +"vSD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/mining_garage) +"vSE" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"vSG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -26 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vSI" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"vSJ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/south) +"vSR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_middle, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"vSW" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"vSX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"vSZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"vTd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar) +"vTk" = ( +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"vTl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"vTo" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"vTq" = ( +/obj/item/lightstick/planted, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/landing_pad_external) +"vTv" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/southeast) +"vTz" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"vTB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway) +"vUc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/seegson/smelting) +"vUd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"vUg" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"vUm" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"vUp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/scythe, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/south) +"vUt" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"vUy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"vUz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"vUC" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 4; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"vUD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"vUG" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"vUL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/north) +"vUQ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 8; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/south) +"vVd" = ( +/obj/structure/platform/metal, +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"vVe" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet2_black"; + dir = 1; + pixel_x = -12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"vVf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"vVq" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vVB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"vVC" = ( +/obj/structure/machinery/big_computers/computerbrown/computer5, +/obj/structure/machinery/door_control{ + pixel_x = 11; + pixel_y = -4; + id = "smelt_3" + }, +/obj/structure/machinery/door_control{ + pixel_x = -9; + pixel_y = -4; + id = "smelt_1" + }, +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = -9; + pixel_y = 16 + }, +/obj/structure/machinery/door_control{ + pixel_x = 1; + pixel_y = -4; + id = "smelt_2" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/smelting) +"vVK" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single, +/area/fire_colony/exterior/clearing/north_east) +"vVN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south_west) +"vVR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"vVW" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"vVX" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"vWb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/south_west) +"vWi" = ( +/obj/structure/closet/cabinet/hybrisa/metal{ + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"vWm" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"vWo" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -16 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"vWr" = ( +/obj/item/stack/rods{ + color = "#848484" + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"vWv" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 9; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"vWH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"vWQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"vWT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"vXa" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -7 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 14; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"vXe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/south) +"vXg" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"vXl" = ( +/obj/structure/machinery/washing_machine{ + pixel_x = 2; + pixel_y = 16; + density = 0 + }, +/obj/structure/machinery/washing_machine{ + pixel_x = 2; + pixel_y = 31; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/dorms_m) +"vXq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"vXs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"vXD" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"vXH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 6; + pixel_y = -14 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"vXQ" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/seegson/engineering) +"vXY" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 5; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"vYo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north_east) +"vYs" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"vYu" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 6; + pixel_y = -1 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"vYv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"vYB" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"vYE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"vYK" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/synthetic_storage) +"vYU" = ( +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/southwest) +"vYY" = ( +/obj/structure/platform_decoration/stone/lava/west, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"vZc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/south_west) +"vZe" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"vZg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"vZk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"vZu" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"vZF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"vZJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"vZK" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"vZO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"wae" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"wai" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/south_west) +"wao" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"wap" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"waA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/disk/botany{ + pixel_x = -7 + }, +/obj/item/device/reagent_scanner{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/hydroponics/science) +"waB" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 12; + pixel_y = -7 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"waD" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/excavation) +"waJ" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"waN" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"waW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/lava_bridge) +"wbe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/landing_pad) +"wbg" = ( +/turf/open/fire_colony/engineer_ruins/plating/platingdmg3, +/area/fire_colony/exterior/underground/excavation/south) +"wbp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_8, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"wbq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"wbw" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/valley/northwest) +"wbD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/north) +"wbH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/south_west) +"wbV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"wcb" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"wch" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"wci" = ( +/obj/structure/window/framed/lava, +/obj/structure/curtain/colorable_transparent{ + color = "#718184"; + alpha = 220; + layer = 2.9 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/bar/canteen) +"wcr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"wcx" = ( +/obj/structure/window/reinforced{ + dir = 8; + color = "#718184" + }, +/obj/item/tool/mop{ + pixel_x = -6; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 4; + pixel_y = 15 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"wcC" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south) +"wcE" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/south) +"wcJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"wcO" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"wdb" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"wdf" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"wdg" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"wdi" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wdm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"wdp" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"wdI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/seegson/ai_core/lobby) +"wdJ" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 17; + pixel_y = 22 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/south) +"wdO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"wdR" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 22 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/pass) +"wdT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner, +/area/fire_colony/exterior/landing_pad) +"wdW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/south) +"wea" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"web" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 8; + color = "#8c8c84" + }, +/obj/structure/platform/metal/stair_cut, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/north) +"wed" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"weo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/clearing/south_west) +"wer" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"weu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/northwest) +"wex" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "excavation_outpost" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/excavation) +"weE" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"weL" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/beta) +"wfc" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -34; + pixel_x = 11 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"wff" = ( +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"wfh" = ( +/obj/effect/lava/engineer/floor_edge/floor_edge_10, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"wfn" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/excavation/north) +"wfo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"wfp" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"wfv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"wfD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/ai_core/lobby) +"wfI" = ( +/obj/structure/blocker/forcefield/all, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"wfQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"wfS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"wfX" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"wgf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"wgo" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wgu" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"wgE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"wgF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"wgH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"wgI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/underground/excavation/south) +"wgJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"wgY" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"whc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"whh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/southeast) +"who" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/pen, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"whp" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_right{ + color = "#9a9181"; + layer = 4.01 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating, +/area/fire_colony/exterior/clearing/south) +"whv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/north) +"why" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"whz" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"whH" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/interior/mining_garage) +"whM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"whN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"whS" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"wib" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"wij" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"wik" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/west) +"win" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 15; + pixel_x = -8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"wio" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 21 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 9 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"wiw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/north_west) +"wiI" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"wiQ" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/south) +"wja" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 11; + pixel_y = -4 + }, +/turf/open/fire_colony/catwalk/glass_lattice, +/area/fire_colony/interior/seegson/ai_core/lobby) +"wji" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"wjl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"wjq" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"wjs" = ( +/obj/structure/platform_decoration/stone/lava, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"wjT" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"wjY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"wke" = ( +/obj/structure/barricade/handrail/hybrisa/handrail{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/seegson/smelting) +"wkp" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/collapsed_wall{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"wkr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/northeast) +"wku" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/north) +"wkw" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"wkx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/north) +"wkz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"wkJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/obj/item/weapon/baseballbat/metal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"wkY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wkZ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -26; + pixel_y = 11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"wla" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"wlk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/dorms/dorms_m) +"wln" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/excavation/south) +"wlq" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/excavation/south) +"wlu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"wlv" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/epsilon_facility) +"wlz" = ( +/obj/structure/largecrate/empty/case{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/tcomms/lz2) +"wlD" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 5; + pixel_y = -15 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/south_west) +"wlO" = ( +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"wlW" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"wmb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/southeast) +"wme" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/faxmachine{ + pixel_y = 3 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"wmf" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southeast) +"wmk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/southwest) +"wmp" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -6; + pixel_y = -16 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"wmJ" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"wmN" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"wmP" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"wnc" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"wnl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"wnr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/southeast) +"wnt" = ( +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/west) +"wnu" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/north) +"wnv" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"wnw" = ( +/obj/item/tool/shovel/etool/folded, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"wnE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/excavation/north) +"wnI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/paper/crumpled, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"wnM" = ( +/obj/item/tool/pickaxe, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"wnN" = ( +/obj/structure/flora/tree/alien/tree_2{ + pixel_x = -21; + pixel_y = -16 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"wnO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"wnP" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/single{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/north) +"wnT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/prop/engineer_ruins/pillars/fallen{ + dir = 1; + pixel_x = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"wnZ" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"woe" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_x = 2; + pixel_y = 29 + }, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_x = 1; + icon_state = "blacksensor_comp1_off" + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/seegson/ai_core/lobby) +"wof" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"woi" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1; + pixel_x = 16; + pixel_y = 17 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"wok" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + pixel_x = -4; + pixel_y = -12 + }, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/dorms/relaxation) +"wos" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = -10; + pixel_y = 10 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"wov" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"woI" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/west, +/area/fire_colony/interior/dorms/relaxation) +"woJ" = ( +/obj/item/paper{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"woL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"wpd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"wph" = ( +/obj/effect/lava/engineer/floor_edge/floor_edge_10, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_1, +/area/fire_colony/exterior/underground/excavation/south) +"wpt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"wpw" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wpz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/west) +"wpC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"wpH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/mining_garage) +"wpP" = ( +/obj/structure/machinery/landinglight/delaytwo, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"wpY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/fire_colony/exterior/container_yard) +"wqk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"wqu" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"wqx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/southwest) +"wqB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"wqJ" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -3; + pixel_y = 11 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_y = 6 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"wqP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/north, +/area/fire_colony/exterior/clearing/pass) +"wqQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/offices) +"wqT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wqU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"wqY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wro" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/south) +"wrq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"wrC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hydroponics/science) +"wrF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/fire_colony/grille, +/area/fire_colony/interior/excavation) +"wrH" = ( +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2; + layer = 3 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"wrL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"wrM" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"wrO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"wrT" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/southeast) +"wrU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -10; + pixel_y = -10 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"wsc" = ( +/turf/open/slippery/hull/tiles/east, +/area/sky) +"wsf" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_4"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"wsj" = ( +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"wsq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"wss" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_7{ + pixel_x = 5; + pixel_y = -6; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"wsF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"wsQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wsS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"wsU" = ( +/obj/structure/cargo_container/lockmart/right, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"wsX" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/cup_plant/cup_plant_2{ + pixel_y = 7 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"wtq" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 13; + density = 0; + layer = 3.01 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_y = -16 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"wtx" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hydroponics/science) +"wtI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"wtK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"wtM" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/excavation) +"wtP" = ( +/obj/structure/machinery/landinglight, +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"wtT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"wud" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#212121" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/interior/mining_north_west) +"wue" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"wuf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_y = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wui" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/valley/northwest) +"wuj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"wum" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"wup" = ( +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/north) +"wuA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"wvc" = ( +/obj/structure/machinery/photocopier/alt, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 26; + pixel_x = 3 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = -24; + pixel_y = 10 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hangar/flight_control) +"wvd" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"wvk" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"wvy" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/pass) +"wvD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 36 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"wvF" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/fallen_long{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"wvR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"wvY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"wwd" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wwn" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -13; + pixel_y = -13 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"wwq" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"wwt" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"wwy" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wwz" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 28 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"wwA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"wwG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/excavation/south) +"wwY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 5; + pixel_y = -9 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"wxd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = 18 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"wxj" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"wxl" = ( +/obj/structure/flora/tree/alien/tree_8, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"wxo" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south_west) +"wxp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wxr" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"wxy" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"wxz" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"wxC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"wxK" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/underground/caves/north_west) +"wxN" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"wxW" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 12 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"wxY" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 8; + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"wya" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/pass) +"wyf" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"wyg" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wyj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southeast) +"wyp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/structure/cargo_container/lasalle/mid, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"wyr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"wyw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate/smooth_dir/northwest, +/area/fire_colony/exterior/clearing/pass) +"wyD" = ( +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/underground/caves/north_west) +"wyE" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/excavation/south) +"wyI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/landing_pad_external) +"wyQ" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"wzj" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/northwest) +"wzm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/underground/excavation/south) +"wzz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"wzA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"wzB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/seegson/smelting) +"wzO" = ( +/obj/structure/machinery/landinglight, +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/landinglight/spoke{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"wzQ" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"wzU" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"wAb" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/west) +"wAd" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north_east) +"wAf" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/reagent_container/glass/rag, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"wAh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/seegson/smelting) +"wAi" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"wAr" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"wAG" = ( +/obj/structure/inflatable/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/underground/caves/north_west) +"wAX" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"wAY" = ( +/obj/structure/cargo_container/lasalle/alt_2/left, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"wBd" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"wBj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"wBp" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"wBD" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -23; + pixel_y = 29 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/north) +"wBE" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/structure/platform_decoration/metal/lava_metal/north, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"wBH" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"wBT" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"wBV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_8, +/area/fire_colony/exterior/underground/excavation/north) +"wCb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"wCg" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = 4; + pixel_y = 21 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"wCi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/exterior/lava_bridge) +"wCk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"wCr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"wCt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"wCz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southwest) +"wCD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 10; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"wCN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/paper{ + pixel_y = 6 + }, +/obj/item/storage/box/botanydisk{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/disk/botany{ + pixel_y = 3 + }, +/obj/item/disk/botany{ + pixel_x = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/hydroponics/science) +"wCU" = ( +/obj/structure/largecrate/random/secure{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"wCV" = ( +/turf/open/slippery/hull/colorable/purple/connection_corner, +/area/sky) +"wCZ" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south_west) +"wDa" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -4; + pixel_x = -16; + layer = 2.9 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = -16; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"wDb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/firecloset/alt/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"wDe" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"wDj" = ( +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/tcomms/lz1) +"wDk" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"wDl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"wDp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"wDy" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"wDA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_2" + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/sw_valley) +"wDQ" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"wEb" = ( +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"wEg" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_big_left{ + color = "#9a9181" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -17; + pixel_y = -15 + }, +/turf/open/floor/platebot, +/area/fire_colony/exterior/clearing/south) +"wEh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = 1; + pixel_y = 2; + layer = 4.12 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"wEi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"wEq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"wEs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"wEz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 19; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wEA" = ( +/obj/effect/lava/engineer/floor_edge/corner{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_7, +/area/fire_colony/exterior/underground/excavation/south) +"wED" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/exterior/clearing/north) +"wEI" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"wES" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"wEU" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"wFg" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/bedsheet/green, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"wFs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"wFw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"wFE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north_east) +"wFJ" = ( +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south) +"wFS" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wFW" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"wFX" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/north_west) +"wGk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"wGl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/caves/north_west) +"wGC" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wGD" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + dir = 4; + pixel_y = 5; + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -35; + pixel_x = 12 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 18 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/seegson/smelting) +"wGF" = ( +/obj/structure/machinery/biogenerator, +/obj/structure/noticeboard{ + pixel_y = 34; + pixel_x = -5 + }, +/obj/structure/noticeboard{ + pixel_y = 35; + icon_state = "notices_3"; + desc = null; + name = "sticky notes"; + pixel_x = -7 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/epsilon_facility) +"wGH" = ( +/obj/item/tool/crowbar, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_north_west) +"wGI" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"wGO" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wGS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"wGX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"wHg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_5" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/north/excavation) +"wHk" = ( +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"wHn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"wHt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"wHB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/fertilizer/ez{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/fertilizer/l4z{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_container/glass/fertilizer/rh{ + pixel_x = 8 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/item/reagent_container/glass/fertilizer/rh{ + pixel_x = -1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hydroponics/science) +"wHC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/north) +"wHN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"wHS" = ( +/obj/structure/platform_decoration/stone/lava/west, +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"wHT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"wHW" = ( +/obj/structure/bed/stool{ + pixel_x = -17; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/blue3/southwest, +/area/fire_colony/interior/dorms/south) +"wHZ" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"wIe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north_east) +"wIl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hangar/flight_control) +"wIr" = ( +/obj/item/weapon/twohanded/fireaxe{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_x = -4; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/almayer/black2/northeast, +/area/fire_colony/interior/seegson/ai_core) +"wIs" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -3; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/northwest) +"wIv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"wIC" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"wIE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north_east) +"wIM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"wIN" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"wIQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"wIX" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = 26; + pixel_y = -20 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/tcomms/lz2) +"wJg" = ( +/obj/effect/broken_tile/double, +/obj/effect/broken_tile/angle{ + pixel_x = 12; + pixel_y = 9 + }, +/obj/effect/broken_tile/single{ + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/hallway_north) +"wJo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/underground/excavation/north) +"wJr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"wJu" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"wJD" = ( +/turf/open/slippery/hull/colorable/purple/connection_corner/east, +/area/sky) +"wJM" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + dir = 4; + id = "ex_2" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"wJO" = ( +/obj/structure/largecrate/empty, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/beta) +"wJP" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/underground/caves/south_west) +"wJU" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"wKa" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/valley/north) +"wKj" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"wKl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/prison/yellow/southeast, +/area/fire_colony/exterior/tcomms/lz2) +"wKn" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"wKU" = ( +/obj/structure/machinery/fuelcell_recycler/full{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/mining) +"wLb" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"wLr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"wLA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/hangar) +"wLD" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"wLJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"wLZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/lava_bridge) +"wMj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/north_west) +"wMq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1; + pixel_y = 14 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wMs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/underground/caves/south_west) +"wMu" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/prop/invuln/joey/bag{ + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"wMx" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"wMF" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"wMJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"wMM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"wMR" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = -24; + pixel_x = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"wNb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"wNn" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/north_west) +"wNs" = ( +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_y = 32; + pixel_x = 7 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"wNt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"wNw" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 3; + pixel_y = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"wNy" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -11; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/interior/mining_north_west) +"wNz" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/kitchen/tray{ + pixel_y = 8; + color = "#a5adbc"; + pixel_x = -1 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"wNC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"wND" = ( +/obj/structure/girder/displaced{ + color = "#8d93a1ff" + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north_east) +"wNG" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/clearing/south_west) +"wNJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"wNX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/hangar) +"wOa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"wOc" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"wOd" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"wOj" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/mining) +"wOq" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -25; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northwest, +/area/fire_colony/interior/epsilon_facility) +"wOs" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"wOK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/radio{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/item/storage/box/sprays{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"wOM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + layer = 2.00 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/pass) +"wOO" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/south_west) +"wOW" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"wPl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"wPn" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"wPw" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wPz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/southeast) +"wPB" = ( +/obj/structure/machinery/landinglight, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"wPJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/valley/north) +"wPP" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"wPU" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/device/flashlight/lamp/tripod/off, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"wPV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"wQm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"wQo" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"wQr" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hangar/security) +"wQt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/west) +"wQB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"wQH" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 16; + pixel_y = -2 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"wQI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/south) +"wQO" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/south) +"wRf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"wRv" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/south) +"wRx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"wRy" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"wRA" = ( +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/south) +"wRB" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 3; + pixel_y = -27 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/south_west) +"wRF" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/seeg4, +/area/fire_colony/interior/seegson/smelting) +"wRH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"wRJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining) +"wRL" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 15; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"wRN" = ( +/obj/structure/ore_box/alt{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/mining_garage) +"wRP" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"wSd" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"wSh" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/south_west) +"wSs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/valley/north) +"wSx" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/prop/tableflag{ + pixel_x = -17; + pixel_y = -11 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/device/flashlight/lantern/alt{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/storage/box/lemondrop{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/strata/blue3/northeast, +/area/fire_colony/interior/dorms/south) +"wSB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/nightmare{ + insert_tag = "silo_field" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"wSC" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"wSF" = ( +/obj/structure/platform/stone/engineer/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"wSJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"wSP" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_2, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"wSV" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 10; + pixel_y = 14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"wSW" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"wTd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/north_east) +"wTg" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"wTi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/clearing/pass) +"wTk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/epsilon_facility) +"wTp" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"wTw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/box/gloves{ + pixel_x = 6; + pixel_y = 10 + }, +/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/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"wTD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/pass) +"wTH" = ( +/obj/structure/inflatable/black, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"wTK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"wTN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/cell_stripe/east, +/area/fire_colony/exterior/container_yard) +"wTT" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = -3 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_1{ + layer = 4.12; + pixel_x = 2; + pixel_y = 13 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"wTV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/southeast) +"wTY" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wUj" = ( +/obj/structure/machinery/light/small/blue, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_sticky, +/turf/open/floor/strata/lightblue3/southwest, +/area/fire_colony/interior/epsilon_facility/containment) +"wUr" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north) +"wUt" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"wUz" = ( +/obj/structure/machinery/light/spot/blue{ + pixel_x = -16 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"wUB" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/structure/machinery/light{ + dir = 4; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/relaxation) +"wUC" = ( +/obj/structure/largecrate/empty, +/obj/item/storage/toolbox/emergency{ + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley_1) +"wUE" = ( +/obj/item/device/flashlight/lantern/alt, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/underground/excavation/south) +"wUI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"wVb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/west) +"wVf" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"wVh" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = 2; + pixel_y = -2 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 5; + pixel_y = 9; + density = 0 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"wVi" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/relaxation) +"wVk" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/north_west) +"wVl" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 10; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"wVq" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 2; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"wVu" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/north_east) +"wVw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"wVC" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"wVH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"wVV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/hangar) +"wVW" = ( +/turf/open/slippery/hull/colorable/teal/dir/southeast, +/area/sky) +"wWh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"wWm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/clearing/pass) +"wWp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/south) +"wWB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/offices) +"wWG" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"wWI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"wWL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"wWS" = ( +/obj/structure/closet/firecloset/alt/full, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"wWT" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"wWX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/inflatable/popped/door/black, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/north) +"wXc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34; + phone_category = "Colony-Net Emergency Line"; + phone_color = "yellow"; + phone_id = "Mining Outpost - Garage" + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/mining_garage) +"wXj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"wXk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"wXm" = ( +/obj/structure/machinery/big_computers/computerbrown/computer4, +/obj/structure/machinery/door_control{ + pixel_x = -9; + pixel_y = -4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"wXr" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"wXv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"wXz" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/orange/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_engi_1" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"wXA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-j2"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/synthetic_storage) +"wXB" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"wXG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/shard, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"wXN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"wXV" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"wXW" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/strata/medbay4, +/area/fire_colony/interior/omicron_facility/hospital) +"wYa" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"wYm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"wYr" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"wYz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"wYF" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "lz2_flight_control"; + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/flight_control) +"wYG" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/south_west) +"wYK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"wYM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"wYQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"wYR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"wZb" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/caves/south_west) +"wZf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northwest) +"wZi" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"wZq" = ( +/obj/structure/largecrate/random/case, +/obj/item/tool/weldpack{ + pixel_x = 6; + pixel_y = 17 + }, +/obj/item/tool/weldingtool/simple{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"wZv" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/west, +/area/fire_colony/interior/dorms/north) +"wZw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/corner/west, +/area/fire_colony/exterior/clearing/pass) +"wZx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/pass) +"wZC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/north_west) +"wZH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/hallway) +"wZS" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -12; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"wZT" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/beta) +"wZX" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_ai_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/ai_core/lobby) +"xaj" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"xak" = ( +/obj/structure/platform_decoration/stone/engineer/west, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"xax" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"xaz" = ( +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xaB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"xaH" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/flora/alien/chilli_bush/chilli_bush_3{ + pixel_x = -17; + pixel_y = -13 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 15; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xaJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"xaL" = ( +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/dorms_m) +"xaQ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 21; + pixel_y = 3 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"xbm" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/omicron_facility/hospital) +"xbr" = ( +/obj/structure/fence/slim/blue, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xbt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xbv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/excavation/storage) +"xbx" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"xbI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/southeast) +"xbX" = ( +/obj/structure/closet, +/obj/item/device/flashlight/lantern/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 5 + }, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/disposals) +"xce" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"xcj" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"xcp" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north_east) +"xcz" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_y = -16; + pixel_x = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"xcF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"xcW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/item/tool/pen/blue{ + pixel_x = 6; + pixel_y = -7 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/strata/blue3/southeast, +/area/fire_colony/interior/dorms/offices) +"xdc" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = -12 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"xde" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"xdl" = ( +/obj/structure/stairs/rock/engineer_temple{ + icon_state = "rock_stairs_vertical_rail_end"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"xdp" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -19 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xdt" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"xdK" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"xdU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"xdW" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"xdY" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/floor/plating/burnt_platingdmg3, +/area/fire_colony/exterior/valley/north) +"xed" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"xek" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/north_east) +"xeo" = ( +/obj/structure/platform_decoration/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"xeA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"xeH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/west) +"xeI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"xeN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"xeO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/seeg3/southeast, +/area/fire_colony/interior/dorms/north) +"xeP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications/simple{ + dir = 4; + pixel_x = 1; + pixel_y = -9 + }, +/obj/structure/window/reinforced{ + dir = 1; + color = "#718184"; + layer = 2.8 + }, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"xeT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"xeU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"xeW" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"xfd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform_decoration/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"xfh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clothing/accessory/patch/seegson{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/ammo_magazine/shotgun/beanbag{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"xfl" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"xfq" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -1; + pixel_y = -13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"xft" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/north) +"xfC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg2, +/area/fire_colony/exterior/underground/excavation/south) +"xfD" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway) +"xfF" = ( +/obj/item/clothing/glasses/science/blue, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"xfG" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/southeast) +"xfI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xfO" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan3" + }, +/area/fire_colony/interior/hangar/broken_dropship) +"xfQ" = ( +/obj/item/tool/shovel/spade, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/south) +"xfW" = ( +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"xfX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_y = 19 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xfY" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/south) +"xgb" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"xgh" = ( +/obj/structure/ore_box/alt{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/seegson/smelting) +"xgk" = ( +/obj/structure/machinery/seed_extractor{ + pixel_y = 31; + density = 0; + pixel_x = 16 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = -10; + pixel_y = 17 + }, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/south) +"xgu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"xgH" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/exterior/hangar) +"xgK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"xgL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/south) +"xgX" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"xhm" = ( +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/obj/structure/platform/stone/lava, +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"xho" = ( +/obj/item/clipboard, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"xhp" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"xhv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xhz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/construction{ + pixel_y = 10 + }, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"xhA" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xhN" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 8; + color = "#666a73" + }, +/obj/structure/flora/tree/alien/tree_2{ + pixel_x = -17; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/south) +"xhQ" = ( +/obj/structure/roof/hybrisa/signs/opensign{ + icon_state = "open_on2"; + light_color = "#00AAFF"; + light_on = 1; + light_power = 3; + light_range = 4; + pixel_x = -27; + pixel_y = 8 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south) +"xhU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/exterior/valley/northwest) +"xhZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off{ + pixel_x = 2 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"xia" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#718184" + }, +/obj/structure/window/reinforced{ + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue1, +/area/fire_colony/interior/dorms/offices) +"xih" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 15 + }, +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/machinery/door_control{ + id = "lb_hangar_2"; + pixel_y = 32; + pixel_x = 1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"xii" = ( +/obj/structure/platform/metal, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northwest) +"xil" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"xiu" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/southeast) +"xiw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"xiz" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"xiA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/exterior/hangar) +"xiB" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/north) +"xiC" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"xiE" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/underground/caves/south_west) +"xiT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"xiV" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"xiW" = ( +/obj/structure/prop/invuln/dense/excavator/gray_alt{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"xjd" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -8; + pixel_y = -11 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"xje" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = -6; + pixel_y = -1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xjp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/north) +"xjt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north) +"xjI" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/south) +"xjN" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"xjQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow_white"; + color = "#b48f51"; + dir = 8; + pixel_x = -16 + }, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 8 + }, +/obj/structure/ore_box/alt{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"xjZ" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xke" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -4; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"xkg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side, +/area/fire_colony/exterior/underground/excavation/south) +"xki" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/south_west) +"xkm" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "lb_hangar_4"; + pixel_y = 5; + pixel_x = 24 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/garage) +"xkq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 3; + pixel_y = 17 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/stack/rods, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"xkx" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"xkI" = ( +/obj/structure/platform_decoration/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xkJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xkP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"xkV" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xli" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/tcomms/lz2) +"xll" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"xls" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/beta) +"xlv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"xlB" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/seegson/engineering/generator_room) +"xlK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/tool/hatchet, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/south) +"xlL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/engineering) +"xlP" = ( +/obj/structure/bed/chair/comfy/black{ + pixel_y = 19; + buckling_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/south) +"xlV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"xlX" = ( +/obj/item/stool{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"xmc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"xmg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hydroponics/south) +"xmn" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"xmB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northeast, +/area/fire_colony/interior/mining) +"xmJ" = ( +/obj/structure/closet/crate{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/firstaid/fire{ + pixel_y = 1 + }, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"xmL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"xmT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/north) +"xmU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/mining) +"xmV" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/west) +"xnf" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_8{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xnh" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"xni" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xnj" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_4{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"xnk" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"xnm" = ( +/obj/structure/platform_decoration/stone/lava/north, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xnv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"xnF" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/epsilon_facility) +"xnN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/mining_garage) +"xnR" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/south_west) +"xnU" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/west) +"xnW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"xok" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"xol" = ( +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/epsilon_facility) +"xom" = ( +/obj/item/trash/buritto/alt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/north) +"xot" = ( +/obj/structure/machinery/weather_siren{ + dir = 8; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xoE" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"xoI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"xoX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"xoY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xpc" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"xpe" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/caves/south_west) +"xps" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"xpt" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"xpQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"xpY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"xqa" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1; + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"xqt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"xqv" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/south) +"xqF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"xqJ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/excavation) +"xqO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"xqT" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"xrk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/mining_garage) +"xrt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/landing_pad_external) +"xrw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/north, +/area/fire_colony/interior/dorms/south) +"xrA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -11 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_2{ + pixel_x = 11; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xrG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/item/ammo_casing, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/seegson/ai_core/lobby) +"xrI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"xrN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"xrS" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xrT" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/spawner/random/powercell, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"xsk" = ( +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"xsr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/north) +"xsz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/mining_north_west) +"xsA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"xsD" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 15; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xsG" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"xsK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/underground/caves/north_west) +"xsM" = ( +/obj/structure/machinery/optable{ + dir = 1; + pixel_y = 5; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -38; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"xsS" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 1; + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/north) +"xsT" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/interior/seegson/synthetic_storage) +"xsX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/fire_colony/interior/bar/canteen) +"xtr" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_6{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xtA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_3, +/area/fire_colony/exterior/underground/excavation/south) +"xtL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xtM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xtP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/container_yard) +"xtQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xtX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"xuf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"xuF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"xuG" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 4; + pixel_y = -12; + layer = 2.01 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"xuL" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/valley/north) +"xuQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/underground/caves/south_west) +"xuR" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 6; + layer = 2.9 + }, +/obj/item/stack/sheet/wood{ + pixel_y = -1; + layer = 2.9 + }, +/obj/item/mre_food_packet/clf, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"xuV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/engineering) +"xuX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/e_valley) +"xva" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/hangar) +"xvi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/north_west) +"xvk" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"xvl" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xvn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"xvA" = ( +/obj/structure/flora/tree/alien/tree_3{ + pixel_y = -7 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xvB" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"xvG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/synthetic_storage) +"xvI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/hangar) +"xvJ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -7; + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"xvM" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -3; + dir = 1 + }, +/turf/open/floor/strata/medbay3/west, +/area/fire_colony/interior/omicron_facility/hospital) +"xvN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/tcomms/lz2) +"xvU" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"xvX" = ( +/obj/structure/bed/hybrisa/dingy{ + dir = 1; + pixel_y = 10 + }, +/obj/item/bedsheet/colorable{ + dir = 1; + pixel_y = 10; + color = "#8a7b82" + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#5e555d"; + layer = 2.01; + dir = 8; + pixel_y = -55; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"xwh" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southeast) +"xwk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"xwp" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet2_black"; + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"xww" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"xwx" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"xwA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xwG" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 13; + pixel_y = -5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/west) +"xwL" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/cave/north, +/area/fire_colony/exterior/underground/excavation/south) +"xwR" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/southeast) +"xwS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/underground/excavation/south) +"xwV" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/coffeecup/alt{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/storage/backpack/satchel/white{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/hangar/flight_control) +"xxc" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -5; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"xxj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/northeast) +"xxk" = ( +/obj/item/lightstick/red/spoke/planted{ + icon_state = "lightstick_red_variant1" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"xxp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/red_bulb/red_bulb2{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/north_west) +"xxu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + pixel_y = 1; + layer = 2.00 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/epsilon_facility) +"xxB" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up" + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"xxC" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#718184" + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"xxL" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"xxN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/northwest) +"xxT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"xyd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xyr" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/west) +"xyE" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xyG" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/underground/excavation/north) +"xza" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/seegson/smelting) +"xzb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/seeg3/north, +/area/fire_colony/interior/dorms/north) +"xzh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4; + layer = 2.00 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"xzs" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/excavation/south) +"xzC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/hangar/flight_control) +"xzF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"xzV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/seegson/smelting) +"xAb" = ( +/obj/structure/platform/stone/lava/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/west) +"xAh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/clearing/pass) +"xAj" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"xAl" = ( +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/epsilon_facility) +"xAr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/beta) +"xAw" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"xAx" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"xAy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/south) +"xAB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"xAJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xAN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/lz_sign/charon_sign/lasalle_bionational{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/hangar) +"xAP" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xBb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south_west) +"xBc" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"xBf" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "smelt_2" + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/interior/seegson/smelting) +"xBh" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/north) +"xBq" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg4/north, +/area/fire_colony/interior/dorms/north) +"xBt" = ( +/obj/structure/flora/tree/alien/tree_4{ + pixel_x = -18; + pixel_y = 12 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -13; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"xBx" = ( +/obj/structure/platform/stone/lava, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"xBy" = ( +/obj/item/shard, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"xBJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"xBK" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -46 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south_west) +"xBP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"xBV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/interior/seegson/synthetic_storage) +"xCg" = ( +/obj/structure/plasticflaps{ + color = "#a8acb5" + }, +/turf/open/floor/strata/altred1, +/area/fire_colony/interior/seegson/smelting) +"xCm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/floor/plating/platingdmg1, +/area/fire_colony/exterior/valley/north) +"xCo" = ( +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"xCs" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/basalt/cave/south_east, +/area/fire_colony/exterior/clearing/south) +"xCG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/dorms/dorms_p) +"xCH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/east, +/area/fire_colony/exterior/valley/northwest) +"xCI" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/structure/prop/engineer_ruins/pillars/fallen/damaged{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xCK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/pass) +"xDg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/tool/shovel, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xDi" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/valley/west) +"xDl" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"xDq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"xDr" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + layer = 2.02 + }, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xDs" = ( +/obj/structure/fence/slim/blue/door{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/tcomms/lz2) +"xDu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"xDz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"xDB" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_5{ + pixel_x = -13; + pixel_y = -6; + color = "#726f7a" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"xDJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"xDQ" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"xEd" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"xEe" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/north) +"xEs" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"xEu" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"xEA" = ( +/obj/item/tool/shovel, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/west) +"xEC" = ( +/obj/structure/platform/metal/lava_metal/east, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"xEE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"xEG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner, +/obj/structure/machinery/space_heater/radiator{ + dir = 8; + pixel_y = 11 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"xEM" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 16; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"xEN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"xEP" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"xFb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"xFh" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand1, +/area/fire_colony/interior/seegson/ai_core/lobby) +"xFr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/hangar/garage) +"xFu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"xFz" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_5, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xFV" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/valley/north) +"xFZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/mining_garage) +"xGb" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/fire_colony/interior/hangar/broken_dropship) +"xGh" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 2; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/hangar/flight_control) +"xGr" = ( +/obj/structure/platform_decoration/stone/lava/north, +/obj/structure/platform_decoration/stone/lava, +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xGv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/fire_colony/interior/bar/canteen) +"xGw" = ( +/obj/structure/inflatable/popped/door/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"xGA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"xGB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xGE" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/pass) +"xGH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southeast) +"xGI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -14; + pixel_y = 16 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"xGN" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"xGS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/clearing/north) +"xGU" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -6; + pixel_y = -11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/underground/caves/north_west) +"xHg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"xHl" = ( +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"xHm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/south) +"xHq" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -1; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xHu" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"xHv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/interior/seegson/synthetic_storage) +"xHz" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/west) +"xHB" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xHF" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = 1; + pixel_y = 18 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_4{ + pixel_x = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xHH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"xHT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_4{ + color = "#726f7a"; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xHV" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"xHY" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_4, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xIb" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"xId" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/sentry_landmark/lz_2/bottom_right, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"xIq" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"xIt" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"xIy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"xIB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"xIN" = ( +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/beta) +"xIO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar) +"xIR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/south) +"xIT" = ( +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/north_east) +"xJa" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters{ + id = "storage_3" + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/storage_unit/n_caves) +"xJc" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"xJf" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#ab5a46" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/clearing/south) +"xJg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/alien/red_bulb/red_bulb_1{ + pixel_x = -9; + pixel_y = -8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/underground/caves/south_west) +"xJh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"xJj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"xJp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/engineer_ruins/pillars/short{ + pixel_y = -5; + layer = 4.10; + bound_height = 64 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"xJA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"xJG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/interior/seegson/synthetic_storage) +"xJP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"xJR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/storage_unit/s_caves) +"xJW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/southeast) +"xKa" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"xKe" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_y = 8 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/south) +"xKl" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"xKq" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"xKw" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/underground/caves/south_west) +"xKE" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north_east) +"xKF" = ( +/turf/open/floor/strata/lightblue3/northwest, +/area/fire_colony/interior/epsilon_facility) +"xKJ" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3"; + pixel_y = -2 + }, +/turf/open/floor/strata/smooth_u/south, +/area/fire_colony/interior/omicron_facility/hospital) +"xKL" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -1; + layer = 2 + }, +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"xKN" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"xKS" = ( +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/relaxation) +"xKX" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"xKY" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"xLh" = ( +/obj/structure/prop/engineer_ruins/pillars/tall{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/sign/flag/simple/ancient_torn_desat/ancient_torn_desat_2{ + layer = 4.12; + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xLj" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1{ + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xLt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + pixel_y = 14; + buckling_y = 14; + layer = 3.4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"xLv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"xLw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/seegson/ai_core/lobby) +"xLC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/dorms/dorms_p) +"xLF" = ( +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/north) +"xLG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/fire_colony/exterior/tcomms/lz2) +"xLH" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/offices) +"xLO" = ( +/obj/item/tool/shovel, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xMb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/valley/northwest) +"xMi" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/hallway) +"xMx" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "lb_hangar_4"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/garage) +"xMG" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/excavation) +"xMI" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xML" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/south_west) +"xMN" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"xMO" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/dorms/south) +"xNa" = ( +/obj/structure/platform_decoration/stone/lava/east, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/west) +"xNb" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 1; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 2; + name = "rubber mat"; + pixel_y = 8 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/science) +"xNk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"xNo" = ( +/obj/item/stool{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 4 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"xNw" = ( +/turf/closed/wall/engineer_ruins/smooth_3, +/area/fire_colony/exterior/underground/excavation/north) +"xNH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/west) +"xNI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/south) +"xNM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"xNT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/disk/botany{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/disk/botany{ + pixel_y = 9 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/hydroponics/science) +"xNY" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"xNZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/seegson/engineering/electric_storage) +"xOi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southeast) +"xOl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/caves/south_west) +"xOt" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"xOK" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/north_east) +"xOR" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"xOU" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"xOV" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/north_west) +"xPq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/underground/caves/south_west) +"xPr" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"xPs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xPv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"xPB" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"xPD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/south, +/area/fire_colony/exterior/valley/north) +"xPE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_9, +/area/fire_colony/exterior/underground/excavation/north) +"xPW" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"xPY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/northeast) +"xQi" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/north) +"xQj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/hangar/hallway_north) +"xQm" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/fancy/vials/random{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/structure/window/reinforced{ + dir = 4; + color = "#ff6548"; + pixel_x = -1 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/epsilon_facility) +"xQv" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"xQz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_4, +/area/fire_colony/exterior/underground/excavation/north) +"xQG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northeast) +"xQS" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"xQU" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"xRi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/reagent_container/syringe{ + pixel_x = -9; + pixel_y = 16 + }, +/obj/item/reagent_container/syringe{ + pixel_x = -15; + pixel_y = 23 + }, +/obj/item/tool/surgery/scalpel/pict_system{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8; + color = "#a5adbc"; + layer = 2.9 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"xRs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"xRt" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"xRw" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xRB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"xRE" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = 12; + pixel_y = 31 + }, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = 28; + pixel_y = 35 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xRN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northwest) +"xRP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xRU" = ( +/obj/item/clothing/accessory/limb/skeleton/head/spine{ + pixel_x = -28; + pixel_y = 15; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/torso{ + pixel_x = -27; + pixel_y = 12; + color = "#858680" + }, +/obj/item/clothing/accessory/limb/skeleton/l_leg{ + pixel_x = -33; + pixel_y = 11; + color = "#858680" + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"xSi" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"xSl" = ( +/obj/effect/decal/seegson/small/lone/worn{ + dir = 4; + pixel_x = -45 + }, +/turf/open/floor/prison/floor_plate/smooth_u/west, +/area/fire_colony/exterior/clearing/north) +"xSq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"xSx" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 4; + id = "smelt_4" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/seegson/smelting) +"xSz" = ( +/obj/structure/window/framed/lava/reinforced/orange2, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "seeg_engi_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/seegson/engineering) +"xSB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/firecloset/alt/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"xSJ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/underground/excavation/north) +"xSO" = ( +/obj/structure/largecrate/random/case/double{ + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/fire_colony/exterior/clearing/south) +"xSW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/north_east) +"xTf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"xTh" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xTi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/valley/north) +"xTt" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"xTw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/landing_pad_external) +"xTI" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/underground/caves/north_west) +"xTJ" = ( +/obj/effect/broken_tile/double, +/obj/effect/broken_tile/single{ + pixel_x = 12; + pixel_y = 6 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -12; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/dorms/relaxation) +"xTN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/disposals) +"xTS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/pass) +"xTU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/platebot, +/area/fire_colony/exterior/clearing/south) +"xUe" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"xUs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/beta) +"xUt" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"xUx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 3 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"xUB" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"xUC" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -48; + pixel_x = 11 + }, +/obj/structure/window/reinforced{ + dir = 8; + color = "#ff6548"; + pixel_x = -1 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/epsilon_facility) +"xUF" = ( +/obj/structure/platform_decoration/stone/lava/east, +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -23; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xUJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"xUK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/west) +"xUQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"xUR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"xUW" = ( +/obj/item/weapon/gun/shotgun/double/sawn, +/turf/open/floor/strata/blue3/southwest, +/area/fire_colony/interior/dorms/south) +"xVc" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/machinery/weather_siren{ + dir = 1; + pixel_x = 16 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"xVk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey/broken/west, +/area/fire_colony/interior/dorms/south) +"xVm" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"xVq" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"xVr" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#666a73" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/turf/open/fire_colony/brock, +/area/fire_colony/interior/hydroponics/north) +"xVH" = ( +/obj/effect/decal/hybrisa/road{ + pixel_x = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#718184" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/fire_colony/interior/bar) +"xVJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/structure/machinery/computer/cameras{ + dir = 1; + pixel_y = -3 + }, +/obj/structure/machinery/computer/cameras{ + dir = 1; + pixel_y = -3; + pixel_x = 17 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"xVN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/interior/mining_garage) +"xVP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/southeast) +"xVY" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xWh" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/single_end/west, +/area/fire_colony/exterior/clearing/pass) +"xWo" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/northwest) +"xWq" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"xWu" = ( +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/underground/caves/south_west) +"xWw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/blue3, +/area/fire_colony/interior/dorms/offices) +"xWA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble{ + color = "#726f7a"; + pixel_x = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/excavation/south) +"xWC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"xWG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4; + layer = 2.02 + }, +/obj/effect/lava/edges/basalt/side_rock{ + layer = 2.02 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/north) +"xWH" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"xWJ" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = -3 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/landing_pad) +"xWL" = ( +/obj/structure/platform/metal/lava_metal/east, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/south_west) +"xWM" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southwest) +"xWS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/fire_colony/interior/hydroponics/science) +"xWT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south_west) +"xWV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"xWX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/north) +"xXc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/closed/wall/shiva/prefabricated/dark, +/area/fire_colony/interior/mining_north_west) +"xXf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/structure/platform/metal/lava_metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"xXl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/seegson/smelting) +"xXs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"xXG" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/north) +"xXH" = ( +/obj/effect/lava/edges/basalt/corner_rock, +/obj/structure/machinery/floodlight{ + name = "Floodlight" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"xXO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/red_bulb/red_bulb_3{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"xXT" = ( +/obj/structure/flora/alien/purple_mushroom/purple_mushroom_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"xXU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"xXV" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/hangar/hallway) +"xXY" = ( +/obj/structure/fence/slim/blue, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xYn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -11; + pixel_y = -5 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"xYv" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xYy" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"xYz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south_west) +"xYJ" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north_east) +"xYM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/interior/seegson/synthetic_storage) +"xYR" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_2, +/area/fire_colony/exterior/underground/excavation/south) +"xYV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/platform/metal/lava_metal, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/pass) +"xZb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door_reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility/containment) +"xZf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/yellow/north, +/area/fire_colony/exterior/tcomms/lz2) +"xZl" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/valley/northwest) +"xZn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north_east) +"xZo" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/clearing/south_west) +"xZp" = ( +/obj/structure/platform/stone/lava/north, +/obj/structure/platform/stone/lava/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"xZy" = ( +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/west) +"xZK" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -35; + pixel_x = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/hallway_north) +"xZM" = ( +/obj/effect/lava/edges/overlay, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.02 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"xZQ" = ( +/obj/structure/flora/tree/alien/tree_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"xZS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/exterior/hangar) +"xZU" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/valley/north) +"xZW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 12; + pixel_y = 20 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"yab" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8; + color = "#a5adbc" + }, +/obj/item/storage/box/masks{ + pixel_x = 5; + pixel_y = -19 + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 3; + color = "#a5adbc" + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"yae" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_3, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -5; + pixel_y = -9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"yaj" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"yam" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/excavation/south) +"yap" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/structure/prop/ice_colony/soil_net{ + color = "#f79e65" + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_5, +/area/fire_colony/exterior/underground/excavation/north) +"yas" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -15; + pixel_y = 21 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northwest) +"yay" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north_east) +"yaz" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/space) +"yaD" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_y = -1; + layer = 2.9 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = -2; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"yaM" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/structure/machinery/cryopod/joe/seegson/alt{ + pixel_x = -1; + pixel_y = 9; + desc = "A vertical storage bay designed to house inactive Working Joe synthetics, keeping them bagged, preserved, and ready for deployment."; + light_on = 1; + light_range = 2; + light_color = "#dcc687" + }, +/turf/open/floor/hybrisa/metal/grated, +/area/fire_colony/interior/seegson/synthetic_storage) +"yaN" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/valley/southeast) +"yba" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/valley/northwest) +"ybk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/bar/canteen) +"ybm" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ybo" = ( +/obj/structure/flora/tree/alien/tree_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"ybr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"ybw" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/underground/excavation/south) +"ybK" = ( +/obj/structure/ore_box/alt{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"ybO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/underground/excavation/south) +"ybP" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -12; + pixel_y = 7 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/underground/caves/north_west) +"ybY" = ( +/turf/closed/wall/almayer/aicore/hull, +/area/fire_colony/interior/seegson/ai_core) +"ycp" = ( +/obj/structure/platform/metal/lava_metal/north, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/north) +"ycq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"ycs" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_x = -3; + pixel_y = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"ycu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/epsilon_facility) +"ycv" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"ycw" = ( +/obj/structure/bed/stool{ + pixel_x = 6; + pixel_y = 17 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint/excavation) +"ycH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/clearing/south) +"ycI" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_6, +/area/fire_colony/exterior/cliff) +"ydb" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_1{ + pixel_x = -2; + pixel_y = -14 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northwest) +"ydd" = ( +/obj/structure/inflatable/black, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/excavation/storage) +"ydf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 4; + layer = 2.00 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/smelting) +"ydh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/seegson/smelting) +"ydi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "hydro_bio_dome_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/science) +"ydl" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sunnybush{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/dorms/relaxation) +"ydJ" = ( +/obj/structure/platform_decoration/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"ydT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/watatsumi/right, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/container_yard) +"yea" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/underground/caves/south_west) +"yef" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/shovel, +/obj/item/tool/shovel, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) +"yeg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/north) +"yek" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -10; + pixel_y = 5; + buckling_x = -10; + buckling_y = 5 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/hallway_north) +"yen" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + layer = 2.00 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24; + layer = 2.00 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/mining_garage) +"yeq" = ( +/obj/structure/machinery/floodlight{ + name = "Floodlight" + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/underground/excavation/south) +"yer" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"yew" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/north) +"yez" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/side/east, +/area/fire_colony/exterior/valley/southeast) +"yeD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/hangar/garage) +"yeL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"yeN" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_4{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"yeP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/northeast) +"yeS" = ( +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"yeT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/lava_metal/east, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"yeY" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "joe_storage_3" + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/interior/seegson/operations) +"yeZ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1; + pixel_y = 9 + }, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/fire_colony, +/area/fire_colony/interior/bar/canteen) +"yfm" = ( +/obj/structure/prop/engineer_ruins/pillars/short{ + pixel_y = 7; + layer = 4.10; + bound_height = 64 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/smooth/floor_2, +/area/fire_colony/exterior/underground/excavation/south) +"yfn" = ( +/obj/effect/decal/warning_stripes/worn/worn_stripes_large{ + dir = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/north) +"yfo" = ( +/obj/structure/prop/fire_colony/dense/planter_box/plated/dark{ + dir = 4 + }, +/obj/structure/flora/alien/orange_mushroom/orange_mushroom_4{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/hydroponics/north) +"yfq" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/single_end/north, +/area/fire_colony/exterior/clearing/north_east) +"yfw" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/east, +/area/fire_colony/exterior/clearing/pass) +"yfx" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = -7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/landing_pad_external) +"yfG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 22 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/north) +"yfJ" = ( +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 13; + pixel_y = 30 + }, +/obj/structure/sign/safety/north{ + pixel_x = 1; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"yfP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3, +/area/fire_colony/interior/dorms/north) +"yfR" = ( +/obj/structure/platform/stone/lava/west, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1; + layer = 2.01 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8; + layer = 2.01 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/valley/north) +"yfZ" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#5e5e5e" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/seegson/smelting) +"ygg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"ygw" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/encryptionkey, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/storage_unit/t_comms_storage) +"ygD" = ( +/obj/structure/platform/stone/lava/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"ygE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"ygM" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/north_west) +"ygN" = ( +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/dorms/south) +"yha" = ( +/obj/structure/platform/stone/lava, +/obj/structure/platform/stone/lava/east, +/obj/structure/platform/stone/lava/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"yhg" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/pass) +"yhi" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/seegson/synthetic_storage) +"yhm" = ( +/obj/structure/window/framed/lava, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/flight_control) +"yhp" = ( +/obj/structure/shuttle/part/ert/front_right_stan, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/broken_dropship) +"yhr" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/southeast) +"yhz" = ( +/obj/structure/cargo_container/grant/right{ + layer = 3.01 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/hangar) +"yhE" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/dorms/north) +"yhM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"yhP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + name = "rubber mat"; + pixel_x = 2; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco2, +/area/fire_colony/interior/epsilon_facility) +"yhU" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/valley/north) +"yhW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod/off, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/north) +"yhX" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/form_printer{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/hydroponics/science) +"yic" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/underground/caves/south_west) +"yie" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"yip" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall_reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/epsilon_facility/containment) +"yit" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/trash/tray, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/fire_colony/interior/bar/canteen) +"yix" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_y = 4 + }, +/obj/structure/flora/alien/chilli_bush/chilli_bush_2{ + pixel_x = 3; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"yiD" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/west) +"yiE" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/fancy/cigar/matchbook/koorlander{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/east, +/area/fire_colony/interior/dorms/north) +"yiH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/pass) +"yiN" = ( +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/epsilon_facility) +"yiR" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/west) +"yiT" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/floor_2, +/area/fire_colony/exterior/underground/excavation/north) +"yjh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/epsilon_facility) +"yjq" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#666a73" + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 9; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/southwest, +/area/fire_colony/interior/dorms/relaxation) +"yjx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"yjy" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -12; + dir = 8 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"yjC" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/grate, +/area/fire_colony/exterior/clearing/south_west) +"yjD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southwest) +"yjH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_1{ + color = "#726f7a"; + pixel_x = 7; + pixel_y = 21 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins, +/area/fire_colony/exterior/underground/excavation/south) +"yjL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/underground/caves/south_west) +"yjR" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 10 + }, +/obj/structure/machinery/light/spot/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/hangar) +"yjW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/hangar/garage) +"yjY" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"yjZ" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/gray_multi_tiles, +/area/fire_colony/interior/dorms/north) +"ykh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_3{ + color = "#726f7a"; + pixel_x = 9; + pixel_y = -6 + }, +/turf/open/fire_colony/engineer_ruins/engineer_ruins/damaged/damage_3, +/area/fire_colony/exterior/underground/excavation/north) +"yko" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/cliff) +"yks" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"ykv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/hangar/garage) +"ykw" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/fire_colony/exterior/cliff) +"ykC" = ( +/obj/effect/hunter/ancient_temple/colorable_rubble/rubble_2{ + color = "#726f7a"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/fire_colony/engineer_ruins/plating/platingdmg1, +/area/fire_colony/exterior/underground/excavation/south) +"ykG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + name = "\improper Lockdown"; + needs_power = 0; + id = "ex_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/exterior/underground/excavation/south/excavation) +"ykN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/seeg3/northwest, +/area/fire_colony/interior/disposals) +"ykY" = ( +/obj/structure/flora/alien/red_bulb/red_bulb_5{ + pixel_x = 6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/caves/south_west) +"ylc" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/valley/north) +"yld" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/southeast) +"ylg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/security) +"ylh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north_east) +"ylj" = ( +/obj/structure/stairs/perspective/ramp{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"ylk" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"yll" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/bag/ore, +/turf/open/floor/dark2, +/area/fire_colony/interior/storage_unit/s_caves) +"ylo" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/south) +"yls" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/north, +/area/fire_colony/exterior/underground/caves/south_west) +"ylB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/recharger, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/security) +"ylI" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"ylO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/dorms/north) +"ylV" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"ylW" = ( +/obj/item/tool/warning_cone/red{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/underground/excavation/south) + +(1,1,1) = {" +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +"} +(2,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(3,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +abk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +abk +aaQ +aaQ +aaQ +aaQ +hAM +ePp +ugN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +svn +aaQ +aaQ +aaQ +aaQ +aaQ +wMJ +vPr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +abk +aaQ +aaQ +abk +aaQ +aaQ +abk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(4,1,1) = {" +ykw +aaQ +aaQ +bWd +bWd +bWd +bWd +bWd +bWd +bWd +bWd +bWd +bWd +bWd +aaQ +aaQ +fLa +qmA +qBY +vUy +fyU +pfk +fLa +ePp +tuE +aaQ +ttB +qHU +sQH +jen +aaQ +aaQ +aaQ +iyq +cZH +lBA +muB +uen +aaQ +aaQ +aaQ +aaQ +aaQ +ruK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mQm +bNA +aaQ +aaQ +eYm +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dZl +tco +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rgK +sez +aaQ +rsl +aaQ +ruO +ruO +ruO +ruO +ruO +ruO +ruO +ruO +ruO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xuF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xuF +dbp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(5,1,1) = {" +ykw +aaQ +bWd +bWd +bWd +bWd +bWd +bWd +loB +enF +rFT +drt +gEW +bWd +bWd +aaQ +nuk +tTy +icY +bye +uiD +wnc +iib +mmo +noa +kIe +pbU +qsY +ekN +fkN +jen +aaQ +kKy +vBS +uXR +bfl +xvi +mdL +jOw +aaQ +svn +aaQ +aaQ +mdL +wMj +cmF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ntb +hvj +wpz +rOQ +dYB +eRz +muc +aaQ +aaQ +aaQ +saI +aaQ +dgS +sPj +fau +auL +grT +muc +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rxS +uBE +glj +ruO +ruO +eWC +aHH +wRN +sNu +rlg +mVW +taG +ruO +ruO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kNC +dbp +aaQ +aaQ +dga +kNC +lPr +bLB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xuF +mfT +spH +sNn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(6,1,1) = {" +ykw +aaQ +bWd +tTI +bxk +mNe +gdn +bWd +ufS +egQ +aPH +aPH +ppW +gDv +bWd +bWd +wAG +wAG +wAG +qCF +vUy +gdK +ejd +tuE +noa +vUy +noa +qgI +oAs +oDu +lGt +jen +gJQ +dVv +ush +hwI +lGt +dVv +lGt +gvE +vex +aaQ +iVp +uEH +gZc +fIx +aaQ +qFr +aaQ +aaQ +deo +pqj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tQI +ueV +tcy +xmV +cYT +hXM +sYe +tYO +dcA +pet +pag +axx +jxb +jqT +dJy +xAb +rTW +vJi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +abk +aaQ +aaQ +abk +aaQ +oCt +mIu +aLw +vbf +aLw +ruO +aIb +lJF +dgT +sxx +dgT +sxx +dgT +tEb +eGB +ruO +ruO +ruO +ruO +ruO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +szX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +yic +rRG +ygg +odl +gqB +eiU +vSE +sJd +rRG +mmP +aaQ +ftI +aaQ +iOg +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dPd +oTI +dXa +dbp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(7,1,1) = {" +ykw +abk +bWd +dyU +fKK +awg +lSC +yip +lbV +tsH +efc +jKk +aPH +tjI +gDv +bWd +qPp +ybP +wAG +rGS +qmA +wnc +fBF +xTI +iXJ +noa +eER +pbU +bep +dxe +eRq +fRu +dVv +hwI +hwI +kBR +hwI +hwI +dyf +vIW +gGY +eXy +ikR +wMJ +ulz +xFb +kQY +nrb +aem +dFW +eui +fch +lha +aaQ +aaQ +sDu +qkH +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dgS +cew +hzo +nRH +xUK +toh +hzo +beI +tcy +geE +hzo +ssZ +tcy +fup +aKZ +gsi +nkJ +aaQ +vcx +rTW +muc +aaQ +fjk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aOf +aOf +aOf +aOf +aOf +aOf +aOf +dXn +oID +hBY +gxf +bbf +wpH +kwu +baa +rgI +aDo +aDo +aeI +dgT +sYN +ruO +nRI +vnV +qab +ruO +nAE +aaQ +aaQ +aaQ +aaQ +aaQ +smX +uVy +xuF +aaQ +aaQ +aaQ +aaQ +aaQ +oTI +uVy +aaQ +aaQ +aaQ +aaQ +xuF +aaQ +aaQ +bLB +eiU +rYI +vQT +gaf +fer +ioF +xax +kAC +oaR +vQT +fWX +wrM +gaf +qAq +vSE +aaQ +aaQ +aaQ +aaQ +aaQ +xHq +oQg +fsD +uVy +sNn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(8,1,1) = {" +ykw +aaQ +bWd +tRr +awg +awg +mHJ +xZb +lbV +aPH +efc +pcC +gvO +gvO +sNF +juh +iqU +qPp +kDp +cMb +iib +nyc +noa +qmA +wVk +gJp +cXq +noa +hnf +xUJ +oDu +ush +kBR +ush +hwI +sLX +ush +kBR +lGt +uXR +bfl +flW +fhP +gpu +xFb +xWo +iTQ +jFA +iST +aaI +aat +yiD +knD +xkJ +ahA +cgi +haW +rDv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fbJ +tyd +hzo +jiB +aGL +nRH +upY +kIM +ePC +xUK +unD +kIM +fhJ +fMy +iMq +dyr +fjt +aaQ +aaQ +aaQ +fhd +vuo +skg +aPs +upY +aaQ +wVl +aaQ +aaQ +aaQ +aOf +aOf +vmw +toR +afO +afO +wKU +aOf +aOf +hvc +sLg +lSc +ruO +jMJ +rKA +gLu +iRM +iRM +jCX +emg +sxx +tva +dEE +iHu +aps +jrY +ruO +ikp +tuC +oVU +gsF +aaQ +aaQ +aaQ +osy +sNn +sNn +aaQ +xuF +sNn +aaQ +hzg +xuF +dbp +aaQ +mjl +aaQ +ran +kZM +aaQ +ygg +gPQ +haV +rKZ +fIr +meM +uhu +kBB +gxi +kBB +rKZ +oTf +oro +bjK +ixe +uZl +kAC +pTh +aaQ +aaQ +xuF +dbp +nrW +wbH +vug +uJL +mfT +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(9,1,1) = {" +ykw +aaQ +bWd +tRr +awg +kxw +lSC +xZb +lbV +aPH +efc +efc +rQQ +aPH +gYb +mEq +kxy +qPp +kDp +uUf +ezd +gdK +fEa +ezd +qBB +sSw +noa +eQZ +noj +wNn +bIx +eRq +oBp +ush +hwI +oBp +hwI +oBp +hwI +ush +kBR +fRu +joF +bos +cxM +doQ +paK +aaI +deo +dqC +dFW +rtp +asf +asf +sEh +asf +knD +uUk +cgi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pud +pDB +fhJ +aPh +xkJ +rnC +asf +aPh +osi +vZg +aWH +hWX +wik +aPh +vPz +rQX +aaQ +aaQ +aaQ +snz +rCV +gIT +ljR +duZ +auS +sWV +ilm +aaQ +aaQ +aOf +rMu +dwA +wOj +fVA +wOj +iNs +mXY +aOf +ruO +gth +ruO +ruO +cEk +sxx +xrk +iRM +reQ +iRM +emg +hOD +tva +kLN +xnN +ePD +fsl +ruO +cCA +mwh +tUn +aLw +biS +iWp +rPb +ecU +pHl +rdz +vFn +rdz +vFn +mfT +jQA +qGz +xaB +kFY +rRG +dga +fXZ +iOg +gqB +upm +wPn +tDZ +gqB +aaQ +aaQ +wIM +eGR +gqB +aaQ +aaQ +vok +eCx +xax +gaf +eCx +tDZ +tan +wIM +dbp +uJL +rdz +xuF +rdz +sNn +fsD +rdz +irp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(10,1,1) = {" +ykw +aaQ +bWd +dyU +awg +awg +lSC +yip +lbV +tsH +aPH +aPH +aPH +pof +bWd +bWd +ryU +qPp +wAG +sir +fLa +bGY +iFO +brX +gdK +wnc +wnc +bGY +aaQ +aaQ +kWt +poD +mPh +qLP +qLP +mPh +qLP +dVn +qLP +qLP +mPh +hiI +gUP +aaQ +jKh +dFW +bVV +bVV +aaI +shi +deo +aaQ +ljJ +nMh +nAg +pqj +ahA +asf +ahA +xAJ +aaQ +aaQ +aaQ +aaQ +acT +gpX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tNN +xAJ +jIS +imf +pHE +osi +ahA +asf +ahA +wnt +asf +imy +aWH +bfb +qdB +mLv +aaQ +aaQ +thu +piZ +kIM +ePC +mCd +naz +xLj +pqj +jQx +aaQ +aOf +mZf +hBP +iNg +nwp +cJD +cPS +nDN +eUe +kcy +kcy +kcy +kIH +uyC +dgT +aAz +oCH +ewz +jjK +eXU +hOD +tva +otL +xnN +yen +saR +ruO +bjW +fUn +mVZ +biS +asi +asi +asi +iop +xuF +dbp +eQF +pfF +aZb +rdz +xuF +lPr +gqB +hbD +kYI +lUh +fer +rYI +vQT +ioF +tDZ +dga +aaQ +aaQ +aaQ +aaQ +sYW +aaQ +aaQ +aaQ +aaQ +aaQ +eCx +cUD +ygg +gNP +mjl +sNn +sEs +aZb +fsD +rdz +xuF +vFn +mMX +oTk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(11,1,1) = {" +ykw +aaQ +bWd +rwo +mNe +mNe +udQ +bWd +mrf +sqs +sqs +bTy +sqs +aME +fyE +qbu +kxy +qPp +wAG +cMb +vUy +qmA +tuE +fxm +gzw +ezd +tuE +iNt +aaQ +aaQ +aaQ +cJV +dRg +eTe +eTe +dRg +eTe +dRg +eTe +eTe +dRg +eTe +aaQ +aaQ +aaQ +kyn +cBc +cBc +kyn +cBc +aaQ +aaQ +aaQ +ahA +asf +xkJ +wVC +xAJ +dwg +vvx +aaQ +aaQ +aaQ +acT +awn +oXE +uKy +iXW +xHB +urR +aaQ +aaQ +tLk +pqj +xsD +osi +asf +knT +eLV +iIG +tZS +asf +xtQ +knT +fhJ +fvp +rsv +jfk +aaQ +aaQ +aaQ +uvY +fhJ +xAJ +aun +wed +qZu +wSW +aaQ +aaQ +aOf +mZf +cHr +lLo +ekZ +ibP +kKv +mvn +aOf +sHV +bpR +krT +ruO +ukw +dgT +uKQ +hcM +vSD +vGd +bNY +sxx +aAp +ruO +lLx +wOc +gLL +ruO +aiz +xrS +wqx +uvh +ndM +tkq +aus +sIB +onH +cmv +xHY +lgG +sNn +dbp +rdz +mjl +jBR +nBB +eCx +oxf +tfY +nNf +haV +tDZ +dng +sYW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +wIM +xaB +hvW +sNn +aZb +rdz +sNn +vug +eQF +vFn +rdz +xuF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +upm +vQT +vSE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(12,1,1) = {" +ykw +abk +bWd +bWd +bWd +bWd +bWd +bWd +kJr +hqZ +fZW +kbQ +lPi +hqZ +fyE +qbu +iGI +qPp +kDp +aBs +dEe +ugN +aSz +fyU +oZx +qmA +wVk +pvZ +fLa +aaQ +abD +glc +glc +glc +abD +fqH +eha +abD +glc +glc +glc +abD +aaQ +aaQ +peW +uGt +iST +txl +fiN +wEz +aaQ +aaQ +aaQ +osi +cgi +xAJ +acT +qYV +akA +iHW +kQA +aaQ +fWY +awp +lPW +yix +xkJ +imf +qkH +xkV +frm +aaQ +tNN +asf +asf +asf +ahA +sGC +fbe +lOz +ahA +ozl +asf +fPU +bgE +fja +aaQ +aaQ +aaQ +aaQ +xnU +kpb +ahA +qLx +rSt +xDu +jlY +jkA +xkJ +aaQ +aOf +mZf +cPI +cwE +rJN +jbX +kKv +mlN +eUe +kcy +xFZ +kcy +kIH +osp +ugG +hqW +jrP +anw +jrP +kMH +azJ +lhg +ruO +mZX +ruO +ruO +ruO +eDc +pIt +uvh +upW +lpj +keB +wqx +rJG +sNn +gss +ghU +nlj +qGz +tAO +rdz +geB +kZM +mjl +aaQ +eCx +oro +xKY +jGv +wIM +bLB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uVy +lJW +aaQ +aaQ +xuF +lPr +rdz +sYF +lPr +mfT +mfT +aaQ +vFn +sNn +aZb +rdz +sYF +sNn +aaQ +aaQ +aaQ +hbD +jpC +cEr +epd +oxf +vQT +vSE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(13,1,1) = {" +ykw +aaQ +bWd +tTI +mNe +mNe +kTz +bWd +idG +uXC +uXC +oDN +uXC +gDv +fyE +qbu +kxy +qPp +wAG +ulY +rez +abD +abD +glc +glc +glc +glc +abD +abD +abD +abD +qNu +bgf +peU +abD +dhv +gqj +abD +ohs +oyk +qAx +abD +abD +abD +ahB +iTQ +aat +vCA +aat +gSp +cVH +aaQ +aaQ +aaQ +acT +afJ +nGH +asf +knD +fLj +rPc +aaQ +aaQ +cPi +asf +bln +ahA +bbI +lOK +ozl +liZ +syF +ahC +bbI +cgi +xkJ +tZS +ahA +asf +cWl +gUS +rtd +kbZ +asf +liZ +xkV +xaz +aaQ +aaQ +aaQ +aaQ +mup +nMh +rtp +fkI +quL +ozl +cgi +aaQ +aaQ +aOf +aEx +xmB +cWJ +cWJ +oUb +rDK +acz +aOf +ruO +gth +ruO +ruO +ruO +wXc +hqW +jrP +jrP +jrP +hqW +dGB +ruO +ruO +qhs +pBR +dhg +biK +rdQ +alB +tUz +ndM +pDD +biS +asD +sIB +hFD +rdz +uJL +ifL +dXa +dbp +upv +lPr +izP +aaQ +aaQ +rhT +oSy +xax +lUh +vZc +yea +rej +upm +vSE +cGP +aaQ +xuF +cSP +mks +fsD +xuF +dbp +rdz +sNn +geL +sNn +sNn +aaQ +eHR +aaQ +aaQ +vFn +sNn +uJL +xKw +mfT +dbp +aaQ +gzO +nBB +wIM +sxR +kZM +eCx +oro +haV +drV +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(14,1,1) = {" +ykw +aaQ +bWd +dyU +awg +awg +lSC +yip +lbV +tsH +aPH +aPH +aPH +wUj +bWd +bWd +bHu +qPp +wAG +wAG +wAG +abD +kCL +aig +xol +aig +aig +jPT +rRC +oyL +sjV +xKF +iRJ +kmI +abD +iaT +meT +abD +aKa +smJ +kgQ +lpP +iip +rRC +vcV +aat +piH +aat +fGG +mCE +ttX +cBc +xYv +dQw +ahC +xAJ +oWl +xkJ +ozl +lha +iMR +aaQ +uHg +ahC +knT +mmU +wAb +ozl +fZV +woL +ahA +iqX +rtp +eLV +vbv +asf +ozl +dbZ +rKY +hHg +osi +ylV +ozl +knT +ahA +rtp +kPm +mGM +rJZ +atM +ebc +gzZ +eLV +hFx +wch +myv +jtR +bbI +aaQ +aaQ +aOf +aOf +sEm +vjm +nTI +eOd +eDl +aOf +aOf +eSv +sMW +uEt +biK +ruO +ton +whH +xVN +ijU +gIf +rqU +sSp +ruO +vKC +tiP +nWC +keB +ndM +tkq +uBE +aus +fUn +cWk +gxf +xrS +iop +rdz +dbp +spH +pgi +onH +sNn +vFn +mfT +aaQ +aaQ +aaQ +wIM +ygg +eCx +rtt +rej +dcV +lUG +asm +cUD +dga +wIM +mfT +rdz +vFn +uYA +rdz +rdz +dbp +xnf +flG +sNn +fsD +aaQ +aaQ +aaQ +aaQ +aaQ +kNC +qgZ +vFn +fsD +sNn +aaQ +nry +nlQ +ajh +asd +mmP +pIb +oSy +tDZ +qKs +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(15,1,1) = {" +ykw +aaQ +bWd +tRr +awg +kxw +mHJ +xZb +lbV +aPH +efc +efc +aPH +aPH +gYb +mEq +fTV +cWF +cWF +cWF +xGw +ssu +hra +stv +stv +stv +stv +tGw +ilx +ftb +hMo +jxU +jxU +yjh +rRC +rPY +rPY +rRC +rlr +jxU +dSE +qdG +rRC +rRC +oDk +aat +fiN +fTZ +hqk +mxY +fNi +cBc +tNN +ahA +imf +pqj +ahA +ahA +wnt +imf +lrv +eCc +pvY +cgi +woL +ozl +wqk +mmU +xDu +xhv +hcu +xXY +uKs +ahA +uvT +osi +sXz +igG +asf +asf +xtQ +ahA +iIG +asf +qkH +imf +knD +qCL +pjH +nIY +qXY +xDu +hFx +rfs +emB +jOh +aHo +vbv +uvT +aaQ +aaQ +aOf +vKZ +nqg +wRJ +vKZ +cYq +aOf +gVB +qdA +bwg +gDt +kdJ +ruO +ruO +gEg +nkN +gvL +gvL +gvL +ruO +ruO +oMq +biS +beT +beT +uBE +keB +wqx +keB +gxf +xrS +hZb +rPb +ecU +qBD +rdz +aug +gAI +lpw +xuF +sNn +aaQ +aaQ +aaQ +aaQ +pIb +bLB +ran +tJz +fer +hud +ioF +tDZ +hvW +cGT +rdz +rdz +vFn +qGz +dXa +rdz +mog +qGz +rdz +vjB +vFn +aaQ +aaQ +aaQ +aaQ +aaQ +upm +rjI +ygg +rdz +uNN +gss +sNn +mfT +rdz +rdz +rdz +qGz +iGr +mjl +vqR +cQE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(16,1,1) = {" +ykw +aaQ +bWd +lSC +fKK +awg +lSC +xZb +lbV +rQQ +efc +fhu +gvO +gvO +sNF +juh +sHi +qPp +qPp +qPp +vqL +vxU +hcU +rPY +rPY +rPY +rPY +eLt +dhv +abE +nKH +fQy +jxU +eLt +uvM +rPY +mjq +pGO +kPU +kUI +nbB +qya +rRC +sCR +fWk +aat +nOW +pHg +spV +otA +iST +cBc +xZp +ujM +asf +tkp +asf +rtp +ksL +jId +ozl +sck +bbI +eLV +lOK +xtQ +xkJ +fMw +ngw +xyE +exj +aaQ +xZp +tgd +ahA +xhv +bAs +ozl +ahA +knD +xkJ +vbv +knT +asf +hEa +rtp +ozl +tZS +ijb +asf +tZS +sck +ozl +sck +vmd +mcE +eKI +ege +asf +dde +aaQ +aOf +xmU +mHK +aOf +xmU +mHK +aOf +fvQ +iVe +gIA +mIu +biS +fZO +vvd +lGT +cLP +cLP +cLP +cwI +mwq +sCI +amU +aOz +awc +rHw +vsj +tUz +aLw +tdT +tdT +tdT +tdT +tdT +aaQ +aaQ +vFn +iVZ +rdz +lVv +saW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pIb +sYW +iDX +qft +njF +cOZ +uQq +bkw +spH +rdz +mks +rdz +sNn +spH +vFn +mfT +eHR +rvc +xuF +uJL +dbp +aaQ +mjl +aaQ +upm +jLG +tDZ +hvW +sNn +dbp +rdz +mfT +wbH +uJL +fsD +mfT +dXa +mmP +yjL +pja +jby +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(17,1,1) = {" +ykw +abk +bWd +dyU +awg +awg +aEf +yip +lbV +tsH +efc +jKk +aPH +dhp +aME +bWd +wAG +kDp +kDp +wAG +wAG +abD +dOs +cgC +gVG +gVG +gVG +pJB +rRC +pED +jmq +kUI +plL +pRg +mvM +stv +exy +rYc +qlF +jxU +jxU +qdG +rRC +eAc +xke +pbZ +iST +uAq +uGt +aat +iTQ +aaQ +aaQ +xZp +lzR +pHE +eVx +hFx +rfs +erI +lOK +rtp +ahA +asf +xAJ +pHE +iil +aHV +aaQ +aaQ +aaQ +aaQ +aaQ +xZp +erj +etg +osi +asf +fyb +ozl +jJU +qkH +asf +asf +kaP +xyE +vYY +rtp +eLV +ljt +tsu +ahA +jJU +ozl +ijb +lPo +yiD +ahA +xAJ +nJv +eUp +cXV +ddx +lSG +lfn +wvY +flB +kVH +sgu +asi +aus +asi +aLw +oSi +hHT +aEJ +pNk +jqj +hAh +lGG +itQ +aus +uvh +tuA +fCL +vjN +wcO +vFz +tdT +tdT +gCk +eDZ +smv +tdT +tdT +aaQ +aaQ +dbp +hUv +ghU +uVy +dbp +aZb +aaQ +aaQ +aaQ +aaQ +vFn +hpF +gqB +vmL +nxk +cUD +wIM +rdz +dbp +uJL +sYF +mfT +aaQ +uVy +aaQ +aaQ +vFn +sYF +vFn +sNn +xKw +asd +mmP +aAu +gkR +vWm +dga +lPr +bbB +vFn +sNn +sYF +rdz +uNN +qGz +xKw +mog +rdz +mmP +foL +rCt +vSE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(18,1,1) = {" +ykw +aaQ +bWd +rwo +mNe +bxk +rec +bWd +ufS +egQ +aPH +aPH +vFf +rnO +bWd +bWd +lko +txf +gUa +tqm +qza +abD +abD +wlv +fsp +fsp +huP +oMy +abD +abD +lti +jxU +dSE +xlX +rRC +rPY +kiv +rRC +oej +nrY +vgH +qdG +rRC +rRC +qyL +sBV +tTc +mjk +shi +aaI +dFW +aaQ +aaQ +aaQ +tLk +asf +qVo +sck +rtp +aMC +wjs +sbC +tlz +jJU +ozl +kaP +qfr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bDm +mDo +qkH +wnt +asf +xhv +jjj +rnC +haL +xkI +aHV +aaQ +tNN +asf +xAJ +bbI +tZS +mmU +tZS +eLV +jtR +jJY +imf +tZS +pqj +hoe +hYN +fUn +vXg +oSJ +lSG +uMW +vKf +pIt +uBE +gJR +wOa +asi +anF +aLw +eBs +ubx +ctu +uBE +alB +uBE +alB +urF +upW +lWU +nDH +uBE +alB +aus +tdT +jRR +amO +amO +tZM +njx +tdT +aaQ +qUW +dJb +sYF +nJL +wbH +uYA +uVy +aaQ +aaQ +aaQ +aaQ +aaQ +vFn +aaQ +aaQ +aaQ +wIM +geB +mfT +rdz +sNn +sNn +aaQ +aaQ +aaQ +aaQ +xHY +xXO +sNn +qGz +hFD +cGT +dXa +kZM +mmP +bgY +cUD +qgZ +sEs +sNn +rdz +uVy +sNn +rdz +qGz +lgG +rdz +rdz +lPr +qgZ +kNC +eCx +uZl +vSE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(19,1,1) = {" +ykw +aaQ +bWd +bWd +bWd +bWd +bWd +bWd +frK +azD +azD +cjr +pcV +bWd +bWd +aaQ +ezd +ruk +wVk +lnI +aaQ +aaQ +abD +abD +abD +abD +abD +abD +abD +bum +vtG +yiN +yiN +hAL +abD +ghG +hJh +abD +mdt +gAe +wme +hEY +djN +rRC +uKt +alL +alL +hDO +mjk +jFA +aem +jrZ +cBc +bGv +pvY +imf +nMh +tZS +xAJ +dag +rCl +aaQ +lcG +uSw +eLV +uEp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iEE +eOG +asH +osi +asf +cgi +asf +tZU +hXw +dHL +aaQ +aaQ +tNN +tkp +eYF +rnC +asf +ahA +bXw +sck +hwq +ijb +vmd +jZt +ozl +sck +nQY +oiT +oSJ +vKf +tzB +vKf +lMg +hwi +rpI +vXg +bqm +tUz +beT +uBE +mGQ +dMF +pxx +ctu +oLU +beT +uvh +pIt +uBE +gJR +keB +beT +uvh +vXg +wDA +tZM +tnp +tnp +tnp +oak +tdT +aaQ +hJO +vFn +uJL +ehE +mog +wlW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uVy +spH +rvc +sNn +kcD +qGz +sNn +aaQ +aaQ +aaQ +aaQ +dPd +sNn +oQg +dXa +saW +spH +rdz +cGT +ncE +nBB +gNP +gwP +ler +xKw +dbp +rdz +fsD +spH +lPr +mmP +sNn +rdz +yic +rdz +lPr +nnK +bjl +wAr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(20,1,1) = {" +ykw +aaQ +aaQ +bWd +bWd +bWd +bWd +bWd +xZb +xZb +xZb +bWd +bWd +bWd +aaQ +aaQ +wnc +wnc +wnc +gdK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +abD +abD +abD +abD +abD +rLI +rLI +abD +abD +dhv +pau +abD +abD +abD +abD +abD +abD +abD +tzm +alL +alL +ruY +xRN +nfj +uOc +tOL +wXB +ijb +bbI +tZS +jnz +tsu +jZs +dMv +aaQ +aaQ +aaQ +tNN +sEh +uEp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +awD +sFY +uLR +asf +bPh +rtp +mkH +eTg +ujR +aaQ +lSu +iXx +cgi +asf +wfp +sbC +sbC +hbc +jjj +fZV +tZS +ijb +lPo +iIG +iwT +gJR +cKM +vKf +nBX +tUz +wmk +xIB +pFv +iIu +tzB +vKf +uBE +rHw +hYE +tDX +dFH +wvY +pBC +rsl +rHw +vjN +kMz +pBj +twM +uvh +rHw +vjN +fqp +wDA +tnp +tZM +ojL +amO +fEx +tdT +aaQ +xWu +xuF +oQg +cmv +sNn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xuF +sNn +qGz +aWU +xuF +rdz +aaQ +aaQ +aaQ +aaQ +aaQ +vFn +hPv +wSV +uNN +aaQ +qGz +aaQ +aaQ +eLa +sYW +rdz +kNC +sYW +rdz +rdz +pIb +bbB +kNC +vqR +kNC +cGT +ler +sYF +rdz +hvW +eCx +oxf +vSE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(21,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +bWd +pbG +heb +cAw +aVl +swe +dZn +bWd +aaQ +aaQ +dnr +iSi +iib +noa +gzw +aaQ +aaQ +aaQ +aaQ +aaQ +abD +abD +pFb +dcW +lAf +qQJ +bgs +fYN +abD +kKD +gbZ +sku +eCr +lNn +rSg +iPT +cUO +abD +abD +jdX +alL +alL +fXj +szs +rsA +rbQ +aye +uoK +eLV +ljt +tsu +sUh +eLV +uEp +aaQ +aaQ +aaQ +aBk +tZs +mmU +tLS +mDS +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xaH +bjR +jrn +rnC +bbI +wLb +vOp +oad +aaQ +aaQ +aaQ +tNN +ahA +asf +uEp +aaQ +aaQ +lcG +uKs +xkJ +mmU +qVo +tZS +jnz +jXH +uBE +qut +uvh +nQY +vjN +twM +uBE +asi +aLw +hnU +uBE +wqx +qrW +wvY +pBC +uBE +qol +lSG +rpI +oZT +bYD +bYD +bKd +tUz +fUn +keB +aLw +qpt +tdT +muR +tnp +nBa +amO +gJP +tdT +aaQ +aaQ +sNn +nJL +onH +mfT +aaQ +aaQ +aaQ +aaQ +fsD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +sNn +rdz +xuF +sNn +sNn +qGz +sNn +aaQ +aaQ +aaQ +fsD +rdz +uYA +uNN +aaQ +aaQ +aaQ +aaQ +vFn +oTI +dXa +bbB +dbp +dXa +lPr +sYW +wJP +uOe +upm +hud +vSE +hpF +uYA +rdz +rdz +spH +kZM +tRm +xuQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(22,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +tuE +gzw +noa +wVk +wVk +pvZ +ifK +noa +ezd +tuE +uIs +tuE +aSz +iau +aaQ +aaQ +aaQ +aaQ +aaQ +abD +abD +ycu +aaK +hMo +tNz +sNC +aRa +bhC +abD +fMf +eJT +tQZ +yiN +huA +xAl +qya +frP +abD +lAt +acZ +alL +alL +upR +tnf +jtK +aaI +vAq +tkG +xZp +uKs +vbv +rtp +vrC +uEp +aaQ +aaQ +aaQ +aaQ +tNN +asf +tZS +eTR +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vwO +oYG +brc +knT +asf +xvA +lQK +aaQ +aaQ +aaQ +aaQ +lSu +wHS +nwk +osi +uFv +aHY +aaQ +aaQ +dmB +axL +eLV +rtp +iIG +pZR +lto +aIr +gBI +lMg +rsa +ndM +keB +aLw +hSl +bYD +bKd +asi +cZx +mKH +tzB +vKf +amU +mVZ +nDH +uBE +nvV +aaQ +aaQ +eie +kiN +uvh +tuA +uBE +asi +tdT +tdT +ajA +oLy +sjS +tdT +tdT +aaQ +aaQ +sNn +ehE +lgG +xHY +aaQ +aaQ +aaQ +kcD +sru +gxV +aZb +xuF +aaQ +aaQ +jKi +sDP +qGz +sNn +qGz +uVy +vXY +vFn +pGk +aaQ +aaQ +aaQ +dbp +rdz +hPl +dPd +aaQ +aaQ +aaQ +xHY +fsD +mfT +pvr +rdz +izP +mmP +qrg +hLB +upm +bST +haV +ulb +bbB +ler +rdz +uYA +dga +ran +sjE +bMF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(23,1,1) = {" +ykw +aaQ +aaQ +aaQ +nUi +fyU +qBY +nAd +vUy +iib +ell +noa +noa +vUy +uXl +fBF +noa +qmA +noa +aPj +wxK +jen +aaQ +aaQ +abD +tLK +wOq +jxU +dOP +bzc +hmh +iAH +fDa +abD +cHE +uSK +wTk +ohn +myT +gFC +bSZ +abD +abD +alL +ohx +alL +alL +alL +gcc +aaI +aat +shi +aaQ +aaQ +tNN +asf +tPZ +rtp +rRX +bqb +aaQ +aaQ +ktv +dXm +hSH +sck +byj +gKD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pQw +tgd +asf +asf +rnC +eRk +dmg +aaQ +aaQ +aaQ +aaQ +lcG +vIP +vKl +psb +aaQ +aaQ +aaQ +aaQ +lcG +rmV +sck +xNH +ahA +gNm +aaQ +wmp +bYD +ieH +bYD +oTS +qto +ibs +aaQ +auw +pFu +asi +aLw +asi +mKH +asi +wqx +uvh +pIt +sQv +aaQ +aaQ +aaQ +caQ +urF +mGQ +rpI +asi +mVZ +tdT +tdT +tdT +tdT +tdT +aaQ +aaQ +xuF +kvN +ghU +xKw +dbp +aaQ +aaQ +xRw +fOq +xuF +dbp +rdz +vFn +dbp +aaQ +xuF +dbp +rdz +spH +rdz +aaQ +vug +rdz +xuF +sNn +kFO +dbp +qGz +lgG +spH +aaQ +aaQ +aaQ +aaQ +aaQ +sNn +dMX +dXa +oQg +xuF +rdz +mjl +twe +bST +erP +prH +sQf +ygg +rdz +aZb +dXa +qgZ +qBk +msD +wAr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(24,1,1) = {" +ykw +aaQ +aaQ +aaQ +tuE +ugE +ezd +noa +pvZ +qBY +noa +tuE +qmA +iib +qmA +wVk +tuE +noa +eQZ +sut +mCP +wVw +aaQ +aaQ +abD +vcc +fhF +lFL +qsx +eTa +jxU +ckR +vra +abD +abD +tAS +dsA +usr +clO +fGU +uBr +hcq +tFC +dji +alK +qWw +kgc +alL +biB +vjW +shi +uGt +aaQ +aaQ +xZp +ryh +asf +obJ +uEp +aaQ +aaQ +aaQ +aaQ +aaQ +tNN +imf +itv +aaQ +aaQ +blJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gPc +dbn +ahA +fmh +exj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +jIX +kZv +css +aaQ +aaQ +aaQ +aaQ +aaQ +tNN +ahA +qoJ +lOK +lQK +aaQ +aaQ +aaQ +hhz +aaQ +aaQ +auw +qBw +aaQ +aaQ +fKQ +eyI +fkV +bpv +juI +pCu +aVo +dvd +alB +wVf +xhm +aaQ +iwz +rvA +mIu +aPQ +uBE +eMd +syc +mIu +mVZ +aaQ +aaQ +aaQ +aaQ +eFm +qxY +uVy +nlj +sNn +sNn +dbp +aaQ +xuF +rvc +wTg +sNn +sNn +mog +vFn +sNn +sNn +sNn +xKw +mog +mfT +aaQ +aaQ +fsD +vFn +uYA +dJb +mog +xuF +fsD +rvc +rdz +aaQ +aaQ +aaQ +xuF +mfT +rdz +rdz +sNn +rdz +yic +eiU +bST +erP +haV +tDZ +wIM +rvc +vFn +fsD +sNn +spH +yic +bgY +tDZ +aaQ +aaQ +teq +wBH +aaQ +aaQ +aaQ +aaQ +ykw +"} +(25,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +wVk +noa +qmA +noa +mPc +ezd +iib +aaQ +iuS +rZT +qmA +wVk +iau +vPS +vNk +rmR +rkU +wyD +abD +abD +baL +iZB +vjT +mmK +xRi +qiY +sDU +dkA +abD +abD +hrq +kem +usr +cZR +gFC +rYc +xxu +lfS +dji +ppF +qWw +alK +alL +biB +uAq +fiN +uyg +aaQ +aaQ +aaQ +aoj +uKs +tPJ +uFv +mTi +aaQ +aaQ +aaQ +aaQ +jIX +xvB +css +aaQ +ojM +ntp +giF +eCc +xRE +aaQ +aaQ +aaQ +aaQ +jIX +uQL +qBl +aaQ +aaQ +aaQ +aaQ +aaQ +ecc +eRK +cIS +asf +kPm +smC +aaQ +aaQ +aaQ +ojM +hrH +hEa +hwq +kIg +bIj +mTi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kwK +qui +aaQ +aaQ +pGy +bKd +tkq +uvh +nvV +aaQ +aaQ +aaQ +xjZ +bKd +iVc +pLv +pIt +ubX +rsl +coF +xWM +fan +rPb +ecU +pHl +sNn +dbp +rdz +uJL +mfT +rdz +xuF +rdz +rdz +hFD +teU +rdz +sNn +uVy +sNn +mog +rdz +vFn +tpl +rdz +oTI +aaQ +aaQ +hFD +aZb +vFn +sNn +rdz +vFn +sNn +dbp +xuF +mfT +sNn +vFn +aug +lgG +sNn +sNn +mmP +upm +bST +erP +haV +xuQ +uOe +yic +pIb +rvc +xKw +sNn +rdz +jJR +asL +aaQ +aaQ +aWu +dXa +jAU +dPd +aaQ +aaQ +aaQ +ykw +"} +(26,1,1) = {" +ykw +aaQ +aaQ +aaQ +aSz +gzw +noa +ezd +qBY +fTY +aaQ +aaQ +aaQ +aaQ +qmA +ezd +qmA +fBF +vHY +gGj +ygM +bfl +rvG +lKs +mcC +eEQ +vtj +xfF +yhP +bce +fQy +xUC +bss +abD +gBv +gRU +rkZ +sBp +fRp +fGU +hdp +abD +abD +sdG +alL +alL +ppF +alL +wyg +iTQ +qKc +cZc +aaQ +aaQ +aaQ +aaQ +ygD +pqj +sck +cCR +bZD +aaQ +aaQ +xYv +fQZ +mmU +kPm +dQw +hDK +qkH +pFV +eav +xGr +yha +aaQ +aaQ +aaQ +tNN +fch +ggz +mDS +aaQ +aaQ +aaQ +aaQ +mup +nHW +xkJ +rtp +dsz +irY +aaQ +aaQ +kTA +ruU +lUN +lOK +ozl +bbI +asf +bIj +kek +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +eDe +aaQ +aaQ +aaQ +aaQ +eaS +aLw +tuA +vYU +aaQ +aaQ +aaQ +aaQ +eCQ +keB +bIL +aPQ +tUz +wOa +aLw +biS +asi +glj +noB +rdz +sNn +rdz +xKw +ghU +cmv +kaR +sNn +rdz +xuF +qGz +mks +uJL +mfT +jnW +wbH +rdz +saW +uVy +suu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mfT +sNn +dbp +eQF +rdz +mog +sNn +rdz +fnV +jZc +vFn +rdz +qGz +lPr +gqB +bSL +haV +jDg +tDZ +wKn +vSE +wZb +mmP +spH +mfT +uJL +rdz +qGz +aaQ +aaQ +aaQ +aaQ +mfT +qGz +aaQ +aaQ +aaQ +aaQ +ykw +"} +(27,1,1) = {" +ykw +aaQ +aaQ +aaQ +ezd +qmA +gzw +noa +tuE +aaQ +aaQ +aaQ +aaQ +ugN +tuE +wVk +noa +noa +bep +kKy +fIR +vHs +gyJ +lKs +mcC +scT +uYB +odZ +aaC +jxU +aRa +fhF +qya +abD +hTf +kWu +hsg +xol +xol +xKF +qdG +vfs +abD +cCB +kne +alL +ppF +alL +biB +iST +uAq +fiN +aaQ +aaQ +aaQ +aaQ +tNN +obJ +tZS +asf +kmV +aaQ +xYv +eri +owJ +rtp +lOK +tZS +dyy +oLL +izf +auJ +qzV +aaQ +aaQ +aaQ +rmD +eri +tLy +osi +bMS +rYE +lBN +aaQ +kUy +ahC +rnC +wAb +bXw +lQK +aaQ +aaQ +aaQ +meg +asf +kIg +imf +iIG +fkI +rtp +pHE +ePA +rCC +gVz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kTY +ljx +ihQ +uBE +hTE +bew +aaQ +aaQ +pvo +lyc +pKr +asi +aus +nQY +uSB +uBE +pDD +pHY +tUz +brL +xKw +sYF +jfX +xOl +rdz +sFt +cmv +geL +ghU +mog +eQF +sNn +sYF +xKw +ghU +mog +dbp +uNN +sNn +vFn +xuF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +geL +uJL +nIZ +dLU +sNn +rdz +vFn +mfT +uNN +xuF +mfT +dXa +mmP +aAu +gkR +bDx +rjI +wIM +oSy +tDZ +geB +xuF +mfT +mks +rdz +sNn +aaQ +aaQ +xHY +aaQ +xuF +xKw +fsD +irp +aaQ +aaQ +aaQ +ykw +"} +(28,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +tuE +noa +noa +wVk +gzw +qmY +aaQ +aaQ +aSz +fyU +wVk +noa +ekM +fTr +wMJ +ulz +mkj +gyJ +lKs +mcC +shG +aNw +fPl +uaG +tqG +isC +yab +gsg +abD +ouo +lIa +oci +pyn +pPA +oPx +euw +nZV +abD +abD +tzm +alL +qWw +alL +gcc +iej +aye +uAq +uGt +aaQ +aaQ +uAl +pjQ +fZV +asf +ahA +kPm +syF +jDp +asf +asf +qkH +ozl +hOC +knD +qkH +xtQ +fmP +exj +aaQ +ofc +mJJ +vEd +kID +asf +qVo +ath +xDu +eGr +aaQ +puV +asf +ahA +xhv +fPU +tLS +mTi +aaQ +xYv +xUF +osi +rtp +iwT +tZS +cdO +pQR +asf +knT +knD +but +frL +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gLr +mKH +kbg +wqx +cbl +bJk +aaQ +aaQ +aaQ +uwS +keB +uBE +xrS +aPQ +uvh +tkq +aus +asi +noB +rqO +ghU +mog +uJL +lhv +uJL +hFD +rdz +sNn +rdz +mfT +xKw +rdz +qGz +dXa +rdz +rdz +vFn +dbp +rdz +vFn +dbp +aaQ +aaQ +aaQ +aaQ +xHY +aZb +rdz +sNn +vFn +xKw +uYA +rdz +uVy +xuF +rdz +sNn +cGT +gqB +mZZ +jOb +erP +bDx +vSE +kNC +wIM +qGz +aaQ +xuF +rdz +mfT +rdz +xuF +fsD +aZb +rHz +spH +uVy +sEs +vNO +aaQ +aaQ +aaQ +ykw +"} +(29,1,1) = {" +ykw +aaQ +aaQ +aaQ +aSz +tUx +qmA +wVk +wVk +aaQ +aaQ +aaQ +aaQ +gzw +ezd +wVk +wVk +wVk +qgI +tJg +qPl +dxe +kQn +abD +abD +abD +abD +rRC +aaF +lfS +rRC +abD +abD +abD +abD +dhv +rpq +abD +abD +abD +abD +abD +abD +abD +vbj +alL +alK +alL +biB +aat +uOc +aaI +ePY +cBc +awh +epg +uhx +asf +mmU +ahA +ahA +vBu +mmU +jJU +yiD +tZS +gfZ +jXH +imf +qkH +dII +qfr +aaQ +aaQ +aaQ +tLk +srq +xkJ +pqj +rtp +asf +nMh +fey +urR +ahC +ahA +imf +knD +asf +knT +bIj +xHB +svO +bpe +asf +mpD +qVK +uxZ +hoe +tqM +tPZ +qkH +asf +nqp +but +uBu +pVM +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oYd +cuO +fJt +grQ +uBE +onM +ewX +aaQ +aaQ +uwS +anF +ndM +tkq +aus +tUz +keB +pIt +uBE +rdp +wbH +rdz +vFn +sNn +pbp +vFn +sNn +dbp +vFn +sNn +rdz +rdz +lgG +sNn +sNn +sNn +sNn +bXW +rdz +bpB +rdz +mfT +fsD +aaQ +aaQ +aaQ +aaQ +vFn +sNn +qGz +rdz +kvN +rdz +dbp +rdz +rdz +sNn +aaQ +aaQ +ncE +tud +vVB +njF +haV +cUD +aaQ +qGz +aaQ +aaQ +vFn +lgG +rdz +uVy +sNn +rdz +dbp +xPq +rvc +xuF +dXa +mfT +aaQ +aaQ +aaQ +ykw +"} +(30,1,1) = {" +ykw +aaQ +aaQ +aaQ +ugN +tuE +ezd +guw +sxb +aaQ +tQn +aaQ +aaQ +aaQ +tuE +qur +aiP +wGl +vHY +ksF +noj +rlp +onv +lKs +mcC +lds +clJ +nre +aaJ +gCb +ncD +fkK +abD +fGm +wZi +gbZ +dHy +gGT +nzn +cUL +neB +tsP +qgR +rRC +uKt +alL +alK +alL +biB +sDx +caK +rRS +cXA +cBc +nma +qsz +xkJ +xhv +rwK +obJ +ahA +uQL +asf +qYu +tsu +sXz +rnC +ozl +ouG +dsz +qfr +aaQ +aaQ +iez +dQw +awU +xkJ +ahA +jId +imf +hWX +xEA +wnt +asf +xkJ +xAJ +ahA +rtp +aGL +ljt +tsu +xtQ +knT +nMh +ozl +ksQ +xps +ozl +bbI +asf +asf +cgi +xkJ +jtG +dIa +iWE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +asp +uMm +pHY +oMq +uvh +wqx +asi +xnm +eIT +mGL +fQb +aLw +wqx +keB +wqx +uBE +aLw +alB +asD +brL +dhP +mfT +dJb +sNn +wyf +nBi +rdz +rdz +rdz +hVE +spH +mfT +vFn +aaQ +aaQ +fsD +spH +mfT +sNn +rdz +oQg +rdz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vFn +pGk +xuF +rdz +jYA +vFn +qGz +xuF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +eCx +tDZ +aaQ +aaQ +aaQ +aaQ +xHY +mfT +rdz +rdz +mfT +uNN +sNn +uNN +rdz +mog +ite +mfT +aaQ +aaQ +aaQ +aaQ +ykw +"} +(31,1,1) = {" +ykw +aaQ +aaQ +aaQ +fLa +neN +tuE +noa +vxG +pbU +wBj +gAg +aaQ +aaQ +eXw +tuE +noa +ugE +pLZ +mOE +wxK +dVv +gyJ +lKs +mcC +cnf +cdB +lMu +cqU +aaA +urn +tGw +kYN +kPU +eJh +tYW +dYk +tMK +lKG +mdY +pgT +qdG +rRC +rRC +bgV +alL +alK +ohx +biB +ePY +aHt +aat +pGN +aaQ +aaQ +xZp +lzR +bPh +pqj +tPZ +sck +vBu +lOK +eLV +knD +rtp +jtR +tZS +qkH +uEp +aaQ +aaQ +xYv +xvl +asf +esN +ahA +rtp +vrj +euS +pqj +irb +rtp +tZS +xtQ +uoP +fZV +iIG +tZS +ozl +jnO +imf +bbI +jId +jOh +jKG +jOh +jKG +tZS +rnC +xDu +ahA +opz +nXo +xfI +aaQ +aaQ +aaQ +aaQ +aaQ +egu +bew +aaQ +wla +aaQ +aaQ +uwS +glj +dDO +qiw +aNO +ctu +uBE +aLw +asi +aLw +asi +aLw +tUz +qZB +fUn +ndM +asi +pDD +iop +mog +rdz +rdz +mog +xJg +nUD +xuF +fsD +mfT +aaQ +uVy +dPd +aaQ +aaQ +aaQ +aaQ +uVy +aZb +aaQ +mfT +uVy +uNN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xHY +bVk +aaQ +dPd +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fkJ +dXa +rdz +avm +oTI +lgG +rvc +rdz +vFn +fsD +mfT +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(32,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +iYR +qmA +gzw +wVk +eHY +cOR +mEA +jen +aaQ +wVk +fBF +bCY +wVk +gGj +dNb +qfj +ush +gyJ +lKs +mcC +fUJ +gME +hmh +hZk +hmh +jmq +vUd +abD +qJK +dJm +xNo +xAl +qJm +cHk +xnF +ijY +qya +rRC +twj +apb +alL +qWw +alL +biB +shi +aat +vjW +aaQ +aaQ +aaQ +aaQ +qiu +cdt +hIr +mRu +qqO +xXY +pJm +asf +nMh +bbI +ksQ +jZt +woL +bMS +vuO +aaQ +tNN +rnC +ahA +asf +ozl +iIG +pZR +coV +wGX +vFR +qYu +tsu +imy +asf +wue +vop +fhI +tZS +jjj +osi +imf +ksQ +jnE +hTQ +kLj +hTQ +jtR +rtp +tkp +asf +pNh +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rve +ejp +qND +hbU +lPU +mPS +xpc +llg +uvh +tuA +iUY +pHC +lGG +dFH +aLw +anF +aus +beT +uBE +aLw +fUn +cWk +aLw +wxj +rPb +ecU +bBB +rdz +xuF +kFO +aaQ +vFn +mfT +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dPd +uNN +mog +spH +mog +uJL +rdz +rdz +mfT +aaQ +aaQ +qFh +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(33,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +ezd +noa +wVk +tLJ +wVk +fYI +mkj +vSb +kIW +tNh +guw +wVk +hnf +qgI +dZi +mkj +dyf +iZw +abD +abD +mFM +hmh +jxU +hmh +hAf +aRa +abD +abD +abD +abD +abD +fqc +rqd +abD +abD +cRc +qya +rRC +leg +vVd +alL +qWw +alL +biB +mXI +xBt +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iBb +emr +lCX +aaQ +aaQ +xZp +hbc +bXw +rnC +eLV +hwq +tsg +asf +tLS +xHB +fQZ +knT +woL +uuu +oLl +sXz +uuu +wYQ +yiD +hwq +iay +ucI +dwC +obJ +fkI +ksQ +xps +lha +asf +xkJ +aGL +hEa +ksQ +ege +xtQ +qkH +hwq +tZS +asf +hOA +kPm +eCc +rWb +aaQ +aaQ +aaQ +owQ +rjW +vIX +aLw +aLw +tUz +pnT +deL +xPv +upW +lWU +vgz +lRW +hId +asi +aLw +mVZ +mGQ +crb +twM +oMq +dTx +aLw +dpX +kbK +aaQ +aaQ +sNn +rdz +sNn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vFn +tEt +dhP +xKw +nzK +sNn +qGz +rdz +rdz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(34,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +wVk +noa +mOE +fTr +oAs +fIR +uHD +kIe +noa +lBi +iib +fuA +lff +nqW +dnu +fBx +aaQ +aaQ +abD +wGF +xAl +cak +jxU +hmh +jxU +tdv +eIr +orV +abD +fsp +lrM +rqd +esv +tBs +gom +qya +rRC +rRC +eOq +alL +qWw +alL +biB +hhX +shi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hgi +aaQ +aaQ +aaQ +aaQ +qUH +mXA +bLm +qkH +tPZ +hWX +iwT +tZS +pqj +knT +ozl +hFx +ikg +jER +hoe +kLj +hTQ +ahA +eLV +kLj +gke +ozl +rgA +mXx +gWy +ozl +sEh +crW +myz +myz +xDi +myz +myz +myz +crW +jks +fkI +pqj +xkJ +ahA +ahA +kPm +urR +frm +aaQ +cFM +aLw +nBX +asi +ndM +oGF +vMK +ihR +qcH +rCN +cnk +pDC +tUz +aLw +uBE +tkq +uBE +rHw +rpI +aus +biS +glj +dSR +iPb +aaQ +aaQ +aaQ +mfT +rdz +vFn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +aaQ +aaQ +sNn +mog +ifL +mks +dXa +mfT +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(35,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +qmA +noa +qmA +aaQ +aaQ +apq +xOV +aiP +pqx +wVk +ezd +fyU +kIe +wBj +pYu +cqZ +aaQ +aaQ +abD +abD +qls +lYL +eRN +jxU +hmh +qpb +kMb +wNz +abD +fsp +oKW +cRu +mMP +mMP +aWx +qya +tlF +rRC +uKt +alL +alK +alL +biB +hTg +wGC +deo +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tLk +atN +cNw +eUr +jnz +qVK +uxZ +asf +tZS +rrH +jHG +vQX +imf +eLV +sXz +ahA +aMC +nMh +pDQ +ksQ +hEI +qDh +euS +hwq +tZS +wQt +aWT +sEE +vgO +oOn +vgO +xeH +rUo +gkP +rtp +cdO +jJU +wQt +ozl +sKe +wnt +rDv +but +syF +pNu +pHY +aLw +anF +wqx +aPQ +poW +aaQ +aaQ +aaQ +aaQ +auw +bKd +wqx +tUz +aLw +wqx +ndM +aLw +asi +pDD +bOj +aLw +xrS +aaQ +aaQ +xuF +tDm +geL +rdz +dbp +aaQ +aaQ +aaQ +aaQ +aaQ +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +aaQ +aaQ +xHY +xuF +uVy +uJL +rZF +kJN +rdz +aZb +uNN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(36,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +qBY +wVk +pvZ +fLa +aaQ +aaQ +aaQ +aaQ +qmA +uXl +cJj +pvZ +noa +aPj +dxe +fBx +aaQ +aaQ +aaQ +abD +abD +iBV +qrt +dyg +lIa +rpT +xQm +ajc +abD +fsp +gxk +huA +dyg +lIa +hqU +cyV +abD +abD +eOq +alL +qWw +alL +cFL +iTQ +uGt +uGt +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +sCf +qkH +vHn +qkH +ksQ +xps +rtp +ozl +jnz +euS +hwq +eVx +xkJ +asf +pHE +rZP +auD +osi +oCU +iIG +rrH +xps +tPZ +fkI +iwT +cNq +ifO +iKH +lpb +cRv +lpb +jDU +czp +qKm +sck +ksL +jId +pqj +kOm +eLV +xkJ +xAJ +knD +uQL +pHY +aLw +ndM +qmH +ndM +bdM +qLM +okr +aaQ +aaQ +aaQ +aaQ +auw +gBI +aLw +biS +tUz +gxf +anF +gxf +hlt +mVZ +xrA +fcY +aaQ +aaQ +vFn +vug +joW +qGz +xuF +aaQ +aaQ +aaQ +aaQ +aaQ +beB +beB +tBe +rDt +kwh +bjf +tAe +bjf +bjf +bjf +iWB +bjf +tAe +bjf +bjf +bjf +tVJ +jeM +tAe +bjf +bjf +bjf +iWB +bjf +tAe +bjf +bjf +bjf +iWB +aMN +yjR +baN +baN +baN +aOC +beB +beB +beB +aaQ +aaQ +sNn +bpB +ifL +uJL +qGz +mfT +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(37,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +ugN +aQb +qmA +wVk +aaQ +aaQ +aaQ +aaQ +tuE +wVk +noa +nAd +sTv +hnf +iyq +gJQ +cqZ +aaQ +aaQ +aaQ +aaQ +abD +abD +abD +dhv +tyy +abD +abD +abD +abD +abD +abD +rRC +lfS +sPl +rRC +abD +abD +ult +lQh +alL +ppF +alL +biB +jyO +uAq +deo +kdN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fuZ +aaQ +aaQ +vwO +sdu +rqw +xkJ +tZS +jnz +uxZ +qkH +eLV +pZR +ozl +ahA +spk +asf +pDQ +asf +vdh +asf +xtL +rnC +ozl +fkI +quL +jOh +wYQ +sUh +rKH +vMf +lnT +ivD +wVb +mRb +noQ +vPB +owz +hFx +rfs +erI +knT +jOh +oLl +hEa +rBD +asf +kZv +mKH +asi +kpd +kAB +tkq +sQk +eIB +mQT +aaQ +aaQ +aaQ +aaQ +aaQ +uwS +tuA +uBE +asi +xWM +aaQ +utZ +mIu +aYM +oCt +aaQ +aaQ +aaQ +aaQ +vFn +eif +wbH +rdz +dbp +aaQ +aaQ +aaQ +aaQ +beB +bXt +bjf +aJl +gwj +gfB +elq +alY +alY +nHx +alY +alY +nHx +alY +alY +elq +alY +alY +nHx +alY +alY +vow +alY +alY +nHx +alY +alY +vow +aJl +muD +bay +kLw +gpx +lnS +bap +azv +beB +aaQ +aaQ +aaQ +vFn +eoG +gKW +hFD +sNn +sNn +dbp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(38,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +ezd +tuE +ezd +noa +gzw +aaQ +aaQ +fLa +fyU +qPJ +tuE +noa +qBY +ghp +mEA +eng +qkt +gAg +aaQ +aaQ +aaQ +aaQ +pXT +pTD +kXG +jEO +aWr +qzc +aaQ +aaQ +aaQ +wDa +eIt +kpx +wbw +aww +reg +sFQ +avD +lWW +alL +oBF +alL +biB +aat +shi +cXn +deo +mdc +aaQ +aaQ +aaQ +aaQ +kNs +jCU +qje +rWb +aaQ +aaQ +tLk +xkJ +imf +jnz +jXH +dRW +obJ +knT +asf +knT +cgi +asf +xkJ +ahA +xhv +ukA +frz +atQ +asf +knD +vbR +myv +kLj +kUf +ozl +oXr +crW +mOt +mOt +mOt +mOt +mOt +mOt +crW +pqj +fbs +aVB +ljt +sNG +kqb +xps +hOA +wfp +xXY +bCd +iHP +mKH +asi +uBE +vIV +olu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uwS +uBE +wqx +gxf +aaQ +aaQ +aaQ +aaQ +mVZ +aaQ +aaQ +aaQ +aaQ +bEk +dXa +dbp +uVy +mfT +rdz +dPd +aaQ +aaQ +beB +beB +beB +jsa +nHx +nTX +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bht +bgJ +nHx +nZN +wgY +bap +hbA +beB +aaQ +aaQ +irp +tOA +kqs +wIv +kJN +mog +fvN +rdz +wIM +wJP +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(39,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +wVk +wVk +wVk +iib +noa +qmA +aaQ +aaQ +gzw +ezd +fuA +wVk +vUy +fTr +juA +vIW +gJQ +otQ +jen +aaQ +aaQ +gqP +mOE +qHa +tXm +xGU +lZi +wVk +aaQ +aaQ +qvd +jdQ +tqY +alL +alL +alL +alL +alL +alL +alL +alL +qWw +alL +azg +rpA +mCE +fiN +fiN +aaQ +aaQ +aaQ +ojM +iNl +ixV +bGX +ena +liZ +afJ +vXD +pvY +tZS +jnz +jXH +ozl +asf +asf +xhv +xkJ +ahA +ahA +ahA +ahA +xAJ +cAW +knT +ahA +cgi +hil +cpA +pQR +tZS +ljt +jZt +hEa +lZo +vMf +bER +xeH +oOn +xeH +gsf +rUo +iNK +xtQ +hEa +jId +ias +olo +hTQ +tPZ +asf +gNm +aaQ +fLL +juI +cMv +ndM +oGF +nvV +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oaV +xKl +fUn +asi +vsQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vFn +sYF +rdz +dXa +clx +dbp +aaQ +aaQ +aaQ +beB +lvl +bjf +bBC +bjf +bao +baJ +pHG +baJ +baJ +baJ +baJ +baJ +pHG +baJ +baJ +cGu +baJ +baJ +baJ +baJ +pHG +baJ +baJ +baJ +baJ +pHG +xvI +bhV +bht +baC +lnS +tDS +cyK +bap +gEf +beB +beB +aaQ +wBH +xuF +kJN +rZF +mog +uVy +rdz +hLQ +mmP +iox +kyZ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(40,1,1) = {" +ykw +aaQ +aaQ +aaQ +qmA +iXJ +wVk +pvZ +qBY +noa +noa +wPV +gzw +oZx +wVk +pvZ +fBF +wVk +aaQ +aaQ +aaQ +juA +vHs +lGt +jen +aaQ +eQZ +fyU +fTY +cYG +puA +fBF +iib +ugN +aaQ +dFW +deo +iGt +ohx +alL +alL +alL +alL +alL +alL +alL +qWw +alL +biB +rxQ +aem +cVH +aaQ +aaQ +aaQ +tSn +scD +asf +ozl +jtR +cNq +ahA +cgi +eVx +imf +xqT +qVK +tsu +xkJ +tZS +avC +rWe +gXP +avC +fgg +fgg +fgg +fgg +avC +gXP +gXP +avC +osi +cgi +bXw +xtQ +eLV +sUh +myv +wyp +gIQ +jES +xZy +gcj +lpb +gcj +gEC +lVN +cNq +jOh +vLA +sNG +kqb +tax +xtQ +vbv +mJN +aaQ +aaQ +aaQ +caQ +aLw +aPQ +kSJ +aaQ +aaQ +aaQ +aaQ +ovt +tIV +xKl +uBE +tUz +wQH +mnN +nRC +aaQ +aaQ +lpe +aaQ +aaQ +aaQ +lpe +aaQ +aaQ +aaQ +lpe +cfx +tXg +byP +beB +aaQ +aaQ +aaQ +beB +dJj +bjf +bBC +bjf +bap +bcx +bdh +bdS +cEV +bbo +bdh +bdS +bcc +bcx +bdh +bhH +beC +bcx +bdh +bdS +bcc +bcx +aVJ +bgS +bcc +bcx +bdh +bht +bht +lnS +lnS +smQ +nWv +bap +aJl +beB +aaQ +aaQ +aaQ +spH +uJL +cmv +saW +xKw +spH +qgZ +tgS +bbB +yls +drV +aaQ +aaQ +aaQ +aaQ +ykw +"} +(41,1,1) = {" +ykw +aaQ +aaQ +aaQ +neN +qmA +wVk +fBF +wVk +qmA +iib +wVk +noa +fBF +iib +tuE +iXJ +wVk +gzw +aaQ +aaQ +aaQ +juA +aqy +deu +bos +kIe +wVk +ghn +hrh +fTY +noa +aaQ +aaQ +aaQ +deo +hpO +ayZ +bWk +ofN +nvL +hCM +obv +obv +pit +alL +qWw +alL +biB +dFW +aat +rpA +rxQ +aaQ +aaQ +aaQ +tMo +xkJ +nAG +iTk +mzS +kLe +imy +imf +aMC +aik +eLV +ahA +ahA +ajS +avC +fgg +fgg +avC +aPk +eEs +ifx +fpm +avC +fgg +fgg +avC +gav +xkJ +ahA +wAY +vUG +tZS +xAJ +sTn +vMf +bMg +ivD +noQ +noQ +mRb +vPB +gkP +fCj +nEK +mZR +kLj +hTQ +qVo +knD +kZV +tjK +uyV +aaQ +omA +rpv +mBn +koE +poW +aaQ +lBZ +gOg +aaQ +dqV +uvh +ndM +tuA +asi +lmB +dfT +aaQ +aaQ +lpe +lpe +lpe +lpe +lpe +lpe +lpe +lpe +lpe +lpe +beB +beB +beB +beB +beB +beB +beB +beB +lmg +bjf +elq +bjf +baE +fVt +cEG +drc +cEG +cEG +cEG +cEG +cEG +cEG +cEG +cEG +drc +cEG +cEG +cEG +cEG +cEG +cEG +cEG +cEG +drc +aYQ +bbA +bht +xuf +olt +ppo +muF +bap +aJl +beB +aaQ +aaQ +aaQ +pAG +sEs +kGC +vcu +nlj +rvc +bbB +vFn +hLQ +pkk +bMF +aaQ +aaQ +aaQ +aaQ +ykw +"} +(42,1,1) = {" +ykw +aaQ +aaQ +aaQ +ugN +ezd +wGl +iib +twS +vUy +ezd +qmA +uXl +noa +wVk +ggV +qmA +pvZ +qBY +gzw +aaQ +aaQ +aaQ +hIu +ulz +noj +pvZ +fyU +fBF +wWL +nAd +iib +cCU +aaQ +aaQ +aaQ +jXM +uGt +aVd +deo +aat +shi +fiN +hqk +gVy +alL +ppF +alL +fJI +iej +gbG +aaQ +aaQ +aaQ +aaQ +ojM +bGS +hEa +jOh +mmI +tax +nAG +jZt +jnz +euS +pqj +wqk +xAJ +xtQ +avC +avC +nLx +sqr +mOK +iUS +bnw +xWS +tYi +oOW +rJq +kKQ +avC +avC +mct +asf +pNM +imf +oCQ +gYN +xtQ +crW +xHz +xHz +xHz +oEW +oEW +kSv +crW +lMW +uci +jER +aGL +xtQ +rnC +asf +cgi +hrJ +aaQ +aaQ +aaQ +aaQ +uwS +aLw +vav +wgH +bcl +dRC +fGR +rlw +pIt +sQk +xot +gxf +aaQ +aaQ +aaQ +aaQ +aSB +fsk +vYu +xvM +jhc +aSB +hwj +wRH +aDr +aSB +dQj +anj +mFw +rOt +uBf +suJ +beB +beB +aJl +sPX +aJl +bjf +baD +baM +pce +pce +wnO +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +tYe +bht +vow +qrC +lnS +lnS +gGV +beB +beB +beB +beB +beB +oIj +hFD +gDU +aIu +vcu +sNn +mfT +rdz +ajn +cTD +ejA +aaQ +aaQ +aaQ +aaQ +ykw +"} +(43,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +tuE +wVk +gzw +iib +noa +gzw +sxb +noa +iib +aQb +qBY +noa +gzw +ezd +uLv +wVk +aaQ +ciI +ulz +xsK +eHY +neN +fBF +eDB +fTY +pvZ +ezd +aaQ +aaQ +aaQ +aaQ +aaQ +mKZ +fiN +goJ +spV +deo +cVH +ubB +xii +alL +qWw +alL +biB +aat +spV +uGt +deo +aaQ +aaQ +ubs +asf +jnz +gWL +hTQ +tZS +jnz +qdw +hwq +hoe +asf +uoP +xtQ +eMt +avC +fCO +ctM +tQe +cNs +hwR +uoC +kKU +awk +tQe +mUZ +cuo +lWB +nas +tZS +asf +fYv +bdP +knD +quL +xDu +sYO +hEa +qpz +gke +ozl +jnz +tHW +fkI +kLj +jER +tZS +qkH +cNq +xhv +hOA +imf +oHF +aaQ +aaQ +aaQ +vFm +npb +ndM +tuA +uBE +pDD +pHY +hYN +oNZ +vnU +xbr +aSB +aSB +aSB +aSB +aSB +aSB +aSB +ruZ +kCS +qaJ +tTw +aSB +aWd +txX +hBW +iYb +vuR +vuR +ufd +yjC +vuR +hNe +beB +beB +beB +hDC +bjf +bjf +bhL +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +iRf +vnR +baJ +baJ +xvI +xvI +aND +aCT +beB +beB +beB +dYA +ogZ +sFt +nlj +gDU +qee +rdz +dXa +lPr +spH +ncE +nBB +aaQ +aaQ +aaQ +aaQ +ykw +"} +(44,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +qmA +tuE +noa +noa +wVk +noa +iib +xTI +noa +gzw +fyU +wVk +fTY +qMn +ugE +aaQ +aaQ +aaQ +aaQ +eQZ +noa +vUy +lZF +ggV +oTZ +qBY +gzw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pPK +wUt +vjW +vHq +wZf +rxQ +iGt +alL +qWw +alL +biB +uAq +uOc +fNi +ukI +kyn +nwi +jDp +qVo +hwq +lOK +wVH +gWy +ksQ +ege +obJ +asf +cgi +asf +xkJ +pqj +avC +gfF +wmJ +eQK +eQK +waA +wrC +wtx +gYB +rvl +eQK +cwR +cmg +nas +ozl +asf +dLu +oMl +imf +euy +uxZ +eLV +asf +ozl +mGW +oHZ +qVK +fRh +vbR +aiw +ozl +wnt +jnz +tsu +qkH +knT +rtp +bIj +pRB +cXX +hEr +xKl +aLw +aus +kcn +lSE +mIu +mKH +biS +uBE +wHT +mIu +aSB +ben +win +kCl +wFg +sTk +aSB +mQe +xjN +cNn +mQe +aSB +etR +cVn +tld +iYb +qMJ +aTS +aTS +qMJ +qMJ +hzd +exO +beB +bao +baJ +baJ +baJ +aYt +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +aXA +baJ +baJ +baJ +baJ +baJ +baJ +wwt +ntg +bjf +ntg +avS +izJ +ifL +gAI +rCE +uJL +mog +sNn +dnR +sYW +bbB +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(45,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +vUy +vjn +noa +qmA +iib +pvZ +pkj +qmA +iib +qmA +gJp +xTI +qmA +noa +fyU +gzw +aaQ +aaQ +gqP +tuE +iXJ +hba +fTY +fLm +ftF +gzw +noa +gqP +aaQ +aaQ +aaQ +aaQ +aaQ +sBq +deo +ggu +uGt +aem +unP +fji +alL +alK +alL +biB +jyO +fiN +kge +mBD +kyn +kfP +tgf +tZS +rtp +imf +xqT +bll +oHZ +euS +ozl +jOh +pUv +oOn +len +avC +avC +bbj +jpc +eQK +eQK +fDM +ome +cNs +jCg +rRk +eQK +ivg +jpc +avC +avC +jgc +vuC +kpG +wQt +nMh +oCQ +fhI +tZS +jOh +olo +hTQ +tZS +oTP +oLl +coV +ege +jao +hwq +adJ +fkI +lOK +ozl +tZS +kZv +fZe +biS +aLw +mKH +upW +lWU +wCz +iVe +mVZ +asi +fUn +fkX +mVZ +anu +xxB +utn +kxa +usb +diz +mQe +vja +fIu +fIu +ktG +mQe +gZx +plx +aeJ +ikh +tzx +tzx +tzx +tzx +gdp +tzx +gyM +hJI +jFg +aJl +emQ +emQ +bbm +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +bbl +emQ +aJl +aJl +emQ +lbK +aJl +dPH +ntg +emQ +mMz +lQw +pCe +rBH +uJL +ePa +vJx +dnR +spH +mfT +wIM +upm +vSE +aaQ +aaQ +aaQ +aaQ +ykw +"} +(46,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +ezd +xfW +pvZ +uds +ggc +gzw +aaQ +ugN +aaQ +aaQ +lxK +mPc +gzw +qmA +fBF +noa +tuE +wnc +tuE +noa +pvZ +sxb +myB +ufW +xTI +noa +wVk +vUy +fLa +aaQ +aaQ +aaQ +aaQ +aaQ +oLH +deo +iTQ +uAq +aat +cOv +alL +qWw +ohx +biB +deo +deo +rRS +shi +kyn +lEr +sRh +hJq +uKs +wnt +tZS +kLj +gke +hEa +jOh +goD +iKH +byh +clB +avA +xWS +ati +ati +kGJ +hOt +npf +pzh +feN +sKP +qnw +xNT +ati +xWS +ati +gWs +clB +byh +fbY +jnz +ols +kHS +ucI +fxt +xyr +jER +eLV +xtQ +kLj +qDU +jXH +eLV +xhv +imy +jOh +wYQ +hEa +fZV +bpI +eao +mKH +ndM +vjI +aLw +ooZ +tkq +ndM +yjD +uvh +wqx +tUz +gxf +glj +aSB +usZ +usZ +usZ +rOv +aeJ +rrg +xKJ +arz +iLK +sVg +apR +csv +flP +bDa +cgg +shY +lIQ +lIQ +vLZ +pHR +lIQ +shY +xZS +bQK +lbK +qwI +aJl +baO +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aZw +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +ttG +azM +emQ +aJl +aJl +emQ +aJl +ofe +mMz +emQ +uMg +avS +gnS +vcu +gAI +xHH +rZF +coX +wIM +qgZ +lPr +tRm +xax +rjI +aaQ +aaQ +aaQ +ykw +"} +(47,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +tuE +gzw +fBF +ezd +tuE +aaQ +aaQ +aaQ +aaQ +aaQ +gzw +ezd +fyU +pvZ +qmA +noa +pXj +noa +wVk +fBF +uyd +guL +sPk +neN +wVk +noa +iib +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fiN +dyI +aat +iTQ +ovN +alL +alK +alL +wyg +uAq +spV +shi +wGO +aaQ +aaQ +aaQ +aaQ +tNN +bbI +jId +ugh +qVK +jZt +kLj +pVC +jES +bOp +clB +ydi +ghy +qWq +htN +vQI +svD +jpS +uhO +szb +gBW +smw +kOb +ghy +htN +ghy +uOY +clB +byh +tgD +fMP +ozl +kLj +lqV +ozl +cbx +tZS +jnz +tsu +ozl +hwq +tZS +imf +jjj +sck +kLj +eKI +hEI +uHX +dxq +ozl +keB +uBE +amU +pHY +oGF +keB +nso +uBE +keB +ndM +tkq +nBX +pDD +anu +wXW +dDF +azX +mFs +sMu +sit +vsg +nev +lXd +bDa +gWh +gwV +plx +hBW +iYb +aTS +aTS +aTS +uWe +dtD +wcJ +aML +beB +ufZ +uLo +uLo +baN +baQ +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +bbz +aJl +aJl +emQ +aJl +aJl +emQ +fqZ +ntg +aJl +oPh +lQw +eVv +vdZ +cmv +nzK +dXa +sNn +eSk +sNn +ajn +sjE +wPn +tDZ +aaQ +aaQ +aaQ +ykw +"} +(48,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aSz +xxp +wVk +gzw +noa +gzw +fLa +aaQ +aaQ +aaQ +qmA +gzw +neN +vrx +qBY +qmA +gdK +fyU +noa +hba +sXp +uOM +sTv +hba +noa +iib +qBY +noa +gzw +aaQ +aaQ +aaQ +aaQ +aaQ +qHJ +deo +aaI +sMr +hie +krA +jbI +krA +lej +sMr +iST +aat +aat +aaQ +aaQ +aaQ +cji +eYf +jnz +jXH +ozl +pDQ +epV +mVM +goD +xwG +bOp +clB +ydi +htN +htN +ghy +tzl +jpc +lMw +szb +rOi +vEB +cwR +fFX +htN +ghy +htN +uOY +clB +bOp +jgj +ksQ +uxZ +tZS +ksQ +hEI +asf +sPe +pZR +eLV +jtR +imf +xtQ +qiq +asf +eLV +lOK +bbI +pDQ +cNq +xqT +xps +pnT +tUz +wqx +pLv +cnX +vFz +tkq +aLw +yjD +nQY +lzm +jDf +kBu +anu +kIX +dUY +xeT +xsA +aQR +mQe +aSy +ano +arz +hBW +aSB +xKL +iBR +gKw +iYb +oht +lrG +aTS +aUe +fdf +iio +beB +beB +beB +eqm +bjf +bjf +bdT +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +baz +baN +baN +baN +baN +baN +baN +rlB +mMz +bjf +ntg +avS +ocg +ehE +kGC +vcu +xKw +qGz +dnR +hfP +hGC +bgY +cUD +aaQ +aaQ +aaQ +aaQ +ykw +"} +(49,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +fLa +ezd +qmA +qmA +pvZ +tuE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rBt +rBt +rBt +rBt +rBt +ugN +lZF +fTY +rvC +fxm +wVk +noa +wVk +noa +iib +tuE +iib +nUi +aaQ +aaQ +aaQ +qDq +uGt +iTQ +aaI +mmm +iqp +fGf +pWo +qer +sMn +mmm +rsA +rxQ +uAq +aaQ +acT +aaQ +tNN +xtQ +cdO +bbI +fZV +qkH +hwq +kLj +onC +hip +nat +clB +avA +xWS +ati +ati +aaP +wCN +ebI +fJb +vEB +cmX +rqR +yhX +ati +ati +ati +gWs +clB +bOp +gEC +xps +eLV +xhv +qVo +tZS +jnz +tsu +pqj +rrH +gaa +nss +tsu +ozl +cgi +tZS +xkJ +xtQ +ahA +knD +tZS +pra +keB +tkq +nNE +vAK +kcu +uBE +uBE +grC +pHY +lbL +pMv +uEz +fOF +aSB +bHg +tci +tci +gWh +bGk +aSB +nUA +xbm +dfR +aUR +aSB +aSB +aSB +aSB +aSB +eNA +aSB +mKE +bkP +fdf +wcJ +aML +mVE +lEu +bjf +aJl +bjf +baE +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +wnO +pce +pce +pce +pce +pce +pce +pce +pce +aTu +bbA +aMN +baN +baN +baN +baN +aOC +aCT +beB +beB +beB +dYA +ogZ +sYF +gDU +vdZ +rqO +dXa +xuF +sNn +hvW +lQV +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(50,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tuE +qBY +vUy +noa +iib +aaQ +aaQ +aaQ +aaQ +aaQ +rBt +rBt +chr +oaM +iXU +rBt +rBt +noa +lxK +uOM +wZC +wVk +tuE +pvZ +elh +wVk +hXV +cJB +aaQ +aaQ +aaQ +vdm +dZG +vjW +aaI +ewO +qda +cMK +tfP +wMM +fRN +qYJ +iLR +lhU +aat +iST +cBc +gRN +chN +xNa +kLe +rtp +cNq +spk +xkJ +fZV +sXz +rrH +jxG +mRb +pEn +avC +avC +pyF +uTr +bGF +eQK +fOI +ian +mAq +kEc +eQK +eQK +cwR +fbn +avC +avC +qFN +ivD +vPB +wQt +bbI +knT +xZQ +osi +hwq +ozl +cNq +tZS +rrH +hEI +oPP +ecN +wGX +uxZ +tZS +ahA +pQR +mHZ +rnC +yiR +pHY +keB +hHY +tzB +hpe +rLa +emZ +mAd +aOm +aOm +aOm +eUB +aOm +aOm +aOm +aOm +oRx +rxI +oRx +aSB +oRx +qrq +sQp +oRx +aSB +agX +eiZ +aSB +iIx +vuR +eNA +aTS +uWe +dtD +bas +kBW +mVE +bPD +bjf +blk +bjf +baD +baM +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +pce +aTu +baH +bht +gLE +gTo +wnw +cOr +gGV +beB +beB +beB +beB +beB +eLD +mog +qTw +ehE +uJL +uVy +fvN +mfT +ajn +vDz +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(51,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fyU +noa +elh +noa +mBQ +nqW +aaQ +aaQ +aaQ +aaQ +rBt +cub +odL +aTk +odL +kUG +rBt +eDB +sxb +rvC +fTY +noa +wVk +tuE +wVk +iib +hwC +fUa +jXp +xhU +wsQ +iTQ +rxQ +vSv +gbG +lhU +kJg +jNU +jZk +kgS +jZk +gAl +sPm +rxQ +xNM +rsA +mPF +imf +xqT +uxZ +tZS +eLV +rVo +rnC +imf +jjj +tPZ +tZS +ahA +ahA +ahA +pQR +avC +qPk +wfc +eQK +eQK +luY +wtx +wtx +rFI +dhi +eQK +eAG +fxY +nas +eLV +bbI +asf +osi +asf +xtQ +rnC +asf +xtQ +xkJ +imf +asf +rtp +nMh +eLV +tZS +sUh +adJ +bXw +hoe +asf +cgi +qEL +xtQ +uQL +aLw +uBE +gxf +pLv +uBE +uvh +oGF +amU +mIu +vof +bCu +ssm +mVF +aOk +aQQ +aOm +aCn +gWh +oki +fbE +fXP +brW +eLc +aPd +aPd +bcQ +cxQ +aSB +iam +rSQ +hWI +aTS +uWe +dtD +iQl +tNY +mVE +aJl +bjf +bBC +bjf +bhL +bcd +baB +beE +baB +baB +baB +baB +baB +baB +baB +baB +beE +baB +baB +baB +baB +baB +baB +baB +baB +beE +baF +aWR +bht +nHx +lgA +ybK +ntl +bap +azr +beB +aaQ +aaQ +aaQ +wRL +hFD +xed +kqs +wIv +sNn +hGC +lPr +gqB +dbp +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(52,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fLa +iib +noa +iib +ghp +hHn +gAg +aaQ +aaQ +aaQ +rBt +iGP +cvn +nOJ +odL +ctN +aJE +nuW +ghn +kvv +fBF +pvZ +wVk +iib +hXV +wEb +uAu +fNi +kyn +rxQ +aat +aem +hHN +hCt +xNM +mQN +oOh +tGZ +cZI +jZk +lJA +nNs +mmm +vGN +aem +tOL +kyn +sKq +rtp +rnC +asf +rnC +ahA +xtQ +osi +asf +xhv +rtp +bbI +imf +aGL +eQH +avC +gtQ +mOF +ian +eDg +pGv +wRx +sRv +awk +ian +ian +xNb +wHB +nas +tZS +pQR +qkH +xtQ +osi +ahA +xkJ +rnC +knT +obk +osi +ahA +hEa +sco +pqj +cqT +xtQ +xkJ +qkH +ahA +cad +nMh +asf +xDu +uQL +mKH +amU +rsl +mVZ +diJ +beT +aPQ +uBE +xrS +vof +aNa +gKI +uVu +gWH +uct +hYF +adD +xsA +xsA +xsA +xUQ +qsF +xsA +xsA +xeT +dUY +jKy +gsv +hTw +rSQ +fPh +aTS +aUe +fdf +sDr +beB +beB +beB +bjf +bBC +bjf +bap +bcA +byw +tEM +xgH +bbq +qwt +tEM +sfW +bcA +qwt +bSP +beF +bcA +qwt +cPL +bbd +bcA +ujI +bgT +bbd +hKl +qwt +bht +bht +lnS +urL +jwK +wCU +bap +uQj +beB +aaQ +aaQ +xHY +vbd +uVy +mog +uJL +rZF +xKw +rdz +sEs +xuF +sNn +rvc +aaQ +aaQ +aaQ +aaQ +ykw +"} +(53,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tuE +uFh +tuE +noa +qgI +rlp +dTv +ncV +aaQ +aaQ +rBt +iQL +ctN +odL +ctN +odL +xJa +qGn +rdE +noa +wZC +qBY +fBF +hXV +jQP +deo +iST +aem +sff +qlz +deo +xNM +deo +aaI +dFo +uGt +ojo +aif +yba +kgS +jZk +aif +sMr +wZf +aat +aaI +aif +bDH +oaN +pWl +aif +xtQ +qkH +cgi +pqj +aif +rWe +gXP +gXP +aif +xtQ +pqj +avC +avC +ssJ +egs +dSI +uGs +nRg +ati +avL +ldA +gHU +ghr +avC +avC +dus +eVx +ayp +lwa +nvM +oaN +ayp +xtQ +osi +asf +amW +ayp +xni +gXP +pYh +ayp +asf +kjg +pQE +cad +ayp +bDH +cPR +vGA +ayp +mIu +anF +dDO +fkX +pLv +eDk +uvh +pDD +aOm +aOm +jnI +aNc +cfO +aNc +cJW +mnj +vRA +arz +rHq +pAT +aUb +uww +kLX +rxg +rxg +uww +aVN +aSB +dpd +vuR +aSB +woi +aUe +dtD +wcJ +xPB +mVE +prl +bjf +nHx +bjf +baq +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +baN +bhu +bht +lnS +aAn +kka +wCb +bap +tdy +beB +beB +aaQ +aaQ +nqy +xuF +sNn +dhP +mog +fvN +lKB +aaQ +vFn +dXa +sNn +aaQ +aaQ +aaQ +aaQ +ykw +"} +(54,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +wVk +ezd +iXJ +fBF +aiP +wHZ +uHD +aaQ +aaQ +aaQ +rBt +bjY +odL +odL +nmI +tPO +rBt +oYN +qBB +sxb +fTY +uyd +jdr +qNZ +ftk +rxQ +bXR +jYF +wXB +ppO +jYF +rsA +aat +aaI +sqK +aif +aif +aif +nOH +aif +sDb +aif +aif +aGr +eJE +aif +aif +ahH +ahH +ahH +aif +aif +nvM +bDH +aif +aif +ahH +ahH +ahH +aif +aif +bpe +gav +avC +fgg +fgg +avC +gkm +bMP +ati +fTQ +avC +fgg +fgg +avC +ajS +osi +ayp +ayp +ayW +ayW +ayW +ayp +ayp +lWu +gXP +ayp +ayp +ayW +ayW +ayW +ayp +ayp +nvM +nvM +ayp +ayp +ayW +ayW +ayW +ayp +ayp +mIu +xrS +anF +dsq +oGF +wqx +mIu +amU +vof +tKf +jUh +lVa +aNc +aNQ +pcq +aUV +uww +udO +aSB +aUS +uBT +aUS +aSB +aSB +aTJ +aSB +aSB +iMp +vuR +aSB +aTS +uWe +dtD +bas +aML +mVE +rKw +bjf +bBC +bjf +bap +kAV +jsa +bjf +bjf +bjf +bjf +bjf +bjf +bjf +bjf +oCs +bjf +bjf +bjf +bjf +bjf +fhQ +bjf +bjf +bjf +bjf +bjf +cTd +bht +nHx +aCW +mwH +pxp +bap +wrq +beB +aaQ +aaQ +aaQ +aaQ +vFn +vnA +sNn +kJN +aaQ +aaQ +aaQ +xHF +rdz +xtr +uNN +aaQ +aaQ +aaQ +ykw +"} +(55,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iib +tuE +wVk +vUy +lff +aaQ +aaQ +aaQ +aaQ +aaQ +rBt +rBt +cjP +frT +qRY +rBt +rBt +nAd +fLm +vtn +hba +elh +rSl +hCt +aem +xNM +rxQ +mxY +kyn +rRS +fiN +fHm +aem +dFW +deo +aif +aLM +fJm +lga +oOk +qFS +qqW +aif +ahH +ahH +aif +iXe +rnR +nTt +aih +amh +aif +ahH +ahH +aif +sPV +frk +gqw +ceZ +lpa +aif +osi +xkJ +knD +pqj +xtQ +avC +avC +ius +umQ +avC +avC +qkH +osi +xhv +qkH +xtQ +ayp +wsX +azx +hqM +azx +pFP +ayp +ayW +ayW +ayp +nEb +hLy +vsB +azx +szR +ayp +ayW +ayW +ayp +cSm +ulH +hCr +ulH +aIV +ayp +ayp +mIu +oLU +cWk +aPQ +tUz +biS +asi +vof +ngJ +mRd +lud +aNc +pHw +aOm +aSB +hOe +aSB +aSB +oJo +gWh +naJ +aSB +vka +cMP +xsM +aSB +hTw +rSQ +eNA +qMJ +uWe +dtD +epH +aML +mVE +pZl +bjf +bBC +bjf +bap +nHx +hMV +lnS +alY +alY +nHx +alY +xiA +blk +alY +alY +nHx +alY +alY +tnD +alY +alY +nHx +alY +alY +nHx +orA +wNX +bht +nHx +kZm +yhz +lnS +cll +wUz +beB +aaQ +aaQ +aaQ +aaQ +aaQ +sNn +rdz +jun +uNN +aaQ +aaQ +xuF +dWb +mfT +aaQ +aaQ +aaQ +aaQ +ykw +"} +(56,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tuE +wVk +wVk +wVk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rBt +rBt +rBt +rBt +rBt +qBY +neN +uOM +uXl +tuE +wVk +iib +hwC +naZ +dvp +aat +shi +jXp +uGt +rxQ +aat +qXS +wIs +aif +aif +kOv +cSL +gwD +eon +qOK +xhZ +aif +bQu +gtX +qqW +qqW +qqW +qqW +qqW +qqW +qqW +kin +fJO +qqW +qqW +qqW +qqW +qqW +qqW +aif +aif +izb +gXP +wWG +pYh +ahH +mBs +uOm +nQU +nJf +ayW +sDW +lwa +pYh +aCV +ayp +ayp +aFl +aFl +aFl +aFl +aFl +aFl +vqS +rTP +aFl +aFl +aFl +aFl +aFl +aFl +aFl +uuc +sGr +aFl +aFl +aFl +aFl +aFl +aFl +ulH +ayp +ayp +gxf +hId +wqx +koE +fkX +aOm +aOm +akC +aNc +cfO +aNc +uft +aOm +nSk +hus +uir +aSB +nEi +aTI +aLO +aSB +aSC +arz +lwP +aSB +wxY +rSQ +jah +aTS +aUe +dtD +aal +beB +beB +beB +hJg +nHx +bjf +bap +lnS +cdd +fBr +uLo +igR +emQ +baN +uLo +aJl +uLo +igR +aJl +baN +uLo +emQ +baN +baN +emQ +uLo +wib +aJl +enq +muD +bht +nHx +rSX +kLw +ryz +hDN +emQ +beB +beB +aaQ +aaQ +aaQ +vmq +dXa +qGz +mks +aaQ +aaQ +dPd +spH +aZb +dXa +dPd +aaQ +aaQ +aaQ +ykw +"} +(57,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +lxI +nVK +uXl +lUK +wVk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tuE +iib +noa +tuE +noa +gdK +ono +ezd +sPk +wZC +sxb +hXV +wEb +nCq +vSv +rsA +aaI +pPK +jXp +deo +wZf +gYx +suo +jNU +uXQ +bEf +kfx +aDW +aKF +vGJ +ipw +hHP +ahH +vkL +kkZ +qqW +lmN +aih +iIN +cqh +veX +esO +vkL +jJO +qqW +vpb +lEW +iSz +jwC +qqW +qqW +aif +aif +ahH +ahH +aif +aif +gPF +rte +ryL +ebK +ayp +ayp +ayW +ayW +ayp +ayp +pbi +aFl +fIY +azx +qXZ +hCr +aFl +qkp +vUp +aFl +bHS +hLy +azx +vsB +bHS +aFl +aHB +jpK +aFl +gPx +xKe +azx +pRd +aFl +azx +ayW +pAM +asi +grC +yjD +dvd +gxf +biS +aOm +vnx +cXE +hoO +aOl +dVC +aOm +kjo +hYd +nnN +aSB +fbX +mCH +wTw +aSB +ala +ala +iGn +aSB +xvJ +vuR +lWG +aTS +aUe +fdf +ayk +eZB +beB +xAN +ndS +aJl +bjf +bap +lnS +sCS +xvI +baJ +baJ +aJl +xvI +umV +emQ +vBL +xvI +aJl +xvI +baJ +aJl +xvI +umV +lbK +xvI +kBO +prl +eSY +bht +bCg +baJ +baJ +baJ +umV +oTU +nUs +beB +aaQ +aaQ +aaQ +xHY +uVy +spH +dXa +sNn +xHY +aaQ +aaQ +sNn +kSh +uNN +xHY +aaQ +aaQ +aaQ +ykw +"} +(58,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +tuE +ezd +ifK +wVk +iib +aaQ +aaQ +aaQ +aaQ +qmA +nsr +iib +ezd +tuE +wVk +gJp +pXj +hba +fBF +hba +lxK +lZF +rxQ +aye +ncw +fnG +mTT +aem +fNi +cBc +fNi +vGN +aye +gId +aLb +jZk +aif +cfr +xQi +qqW +uyF +qFS +nhF +pkp +swG +bSX +anN +ljX +anN +wea +ljX +anN +anN +swG +bSX +ljX +anN +anN +ljX +ljX +anN +ljX +xEe +ljX +anN +anN +ljX +xEe +swG +qvY +aFl +sJl +wcE +mCV +aFJ +mCV +aFJ +wcE +mCV +aFJ +mCV +aFJ +mCV +mCV +mCV +cCa +sJl +aFJ +orj +mCV +mCV +mCV +abn +mCV +cCa +hbP +aFJ +abn +abn +fbg +ubk +aFl +pRd +ayW +pgO +gxf +wqx +uBE +pnT +koE +kbK +aOm +aOm +dZr +jZP +aOm +aOm +aOm +aqb +aQf +vmP +aOo +aOo +aOo +aOo +aUW +aUW +aUW +aUW +aUW +aUW +aUW +aUW +aTS +aUe +fdf +iQl +fSd +beB +emQ +fgy +hms +bjf +bap +lnS +lnS +lnS +alY +xiA +nHx +xiA +xiA +nHx +alY +alY +nHx +xiA +xiA +nHx +alY +alY +tnD +alY +xiA +lnS +lnS +bht +bjf +xId +xiA +alY +gLE +bjf +rQN +beB +aaQ +aaQ +aaQ +aaQ +oTI +jTO +sNn +sNn +dbp +uNN +aaQ +vFn +tAO +dbp +aaQ +aaQ +aaQ +aaQ +ykw +"} +(59,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +iXJ +noa +iib +twS +wVk +gzw +aaQ +aaQ +aaQ +vNp +vrx +ezd +qBY +noa +uXl +eDB +wVk +pXj +fTY +noa +mpY +qmA +wVk +iST +xNM +rxQ +vGN +pIc +xNM +rxQ +wXB +qNZ +nfj +nIU +gYx +tZl +kgS +bEf +qvA +gQF +sqE +lfM +oRA +hHP +fyZ +hYM +fjR +rPO +juk +hYM +qqW +onz +juk +juk +hYM +onz +agS +agS +ede +lDV +onz +juk +agS +juk +juk +agS +juk +agS +juk +xiB +asR +uME +xAy +sjr +kVW +kVW +sjr +kVW +kVW +icf +kVW +heG +iCv +oFe +kVW +sjr +heG +uME +sjr +kVW +odH +aFl +pxl +kVW +kVW +odH +pxl +kVW +eQT +pWp +fUv +jpK +aFl +azx +ayW +brr +uBE +keB +wqx +biS +cdC +aOo +aOo +aQh +lgS +ldp +eoS +aOo +lxd +oYe +oYe +gqV +aTg +sgS +oYe +aUt +aUW +mlc +aVq +sbS +bSs +iwy +aSL +aUW +jwJ +aUe +dtD +mmA +mmA +beB +beB +beB +bjf +bjf +cll +aJl +aJl +aJl +qBr +swL +prl +aJl +wmN +fuJ +bjf +bjf +bjf +nGx +bjf +bjf +bjf +bjf +ndS +bjf +bjf +bjf +bjf +bht +vIC +ndS +ndS +qTK +bjf +bjf +beB +beB +beB +aaQ +aaQ +aaQ +aaQ +vFn +rdz +rvc +vJx +mog +rvc +sNn +mog +mfT +aaQ +aaQ +aaQ +aaQ +ykw +"} +(60,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +wFX +vUy +gzw +wGl +fTY +gzw +aaQ +aaQ +wVk +gzw +noa +lZF +fBF +wVk +fTY +xTI +iMM +fLW +iib +aaQ +aaQ +aaQ +dks +uGt +vjW +dFW +iej +vjW +fHm +lyG +mLY +rxQ +mLY +mxY +gny +aif +aif +hvw +tDk +uyI +uyI +eYY +xQi +ahH +vkL +xmT +lRY +bSj +wup +qqW +xmT +lRY +dqb +vkL +jJO +mps +yfo +cSp +qqW +jJO +mKY +byr +aif +aif +ahH +ahH +aif +aif +ava +auZ +jpK +auB +ayp +ayp +ayW +ayW +ayp +ayp +meD +njY +aHB +tLw +btc +fXg +xwx +aNU +sGr +azl +wqJ +hLe +aFl +sGr +azx +azx +aHB +sGr +oQq +ezc +xfQ +tLw +jpK +aFl +xKe +ayp +ayp +dsq +eBs +oiT +bLl +kBu +utK +aOo +aip +uMk +wUI +adg +aOo +xIy +voh +rjv +jxI +kGq +vDn +nKC +jUg +aUX +lJC +uCb +qcQ +apJ +lKq +nGj +rUI +aTS +uWe +dtD +sqX +kmY +uIw +lnS +hIk +akj +baJ +aND +emQ +emQ +emQ +jJD +pZl +aJl +uSd +cTd +jyq +mvx +cll +hms +hms +muD +mvx +mvx +mvx +cll +bjf +ndS +muD +fYq +suy +hCe +bjf +ndS +eCM +eCM +sZA +eCM +eCM +eCM +eCM +aaQ +aaQ +aaQ +aaQ +vFn +sNn +rZF +cmv +gss +dhP +sNn +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(61,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +rwb +pLZ +noa +noa +ifK +bpi +wVk +wnc +wVk +noa +fBF +wVk +uXl +lxK +hba +wVk +aaQ +fLa +aaQ +aaQ +aaQ +aaQ +aaQ +deo +hCJ +rww +aat +iTQ +dFW +cBc +aye +uAq +wGO +iST +fNi +sqK +aif +dlm +cme +hHP +gWM +gBw +qqW +aif +mkd +kkZ +aif +cJO +wup +lga +kkZ +ujc +aif +cSp +kkZ +aif +oSB +cSp +lga +kkZ +nQf +aif +aif +rrD +mhU +bAi +dig +ahH +ckD +oVF +sGr +hvQ +ayW +aPn +oMf +sBT +bAi +ayp +ayp +bFT +aHB +kEF +jpK +jqY +ayp +aHB +jpK +ayp +ohu +aHB +mEr +sGr +wEI +ayp +aoJ +btc +ayp +jqY +hLe +gLM +sGr +azL +ayp +ayp +biS +uBE +pgj +qol +rGJ +uEz +htW +dGo +vVW +coe +oIG +olb +qhg +coe +coe +fYV +fJR +cap +nIC +vIj +jUg +aUX +ciR +cMt +bJc +bJc +hrl +pHq +rUI +aTS +aUe +fdf +sqX +jCR +bfV +qBt +qYH +cRH +emQ +fue +klp +aJl +aJl +uuT +aJl +fXE +lol +bht +xva +uSV +lIh +ksV +thw +thw +dVw +nHx +lrJ +thw +thw +lIh +lIh +dVw +jGC +xdK +lnS +lnS +pSK +ugt +aJF +dGj +iEr +xwV +eCM +aaQ +aaQ +aaQ +aaQ +aaQ +sNn +xKw +ufk +xKw +buz +sNn +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(62,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +eyD +mRj +vPS +noa +vUy +wVk +cEx +gdK +xTI +noa +eDB +fTY +rvC +mpY +fyU +wVk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kCA +fiN +uGt +aat +dFW +cQP +aGM +jXp +jXp +ttY +aat +rpA +rxQ +ewW +aif +aif +aif +qId +aif +idJ +aif +aif +rgJ +npn +aif +aif +aif +pkt +aif +aif +aif +rgJ +krF +aif +aif +aif +diO +aif +aif +aif +mXX +bTN +aQg +osi +cgi +asn +asn +coI +nSC +asn +asn +pqj +osi +asf +xkJ +pqj +ayp +ayp +ayp +pvV +ayp +ayp +ayp +kTK +vvq +ayp +ayp +ayp +dVZ +ayp +ayp +ayp +xmg +vvq +ayp +ayp +ayp +pvV +ayp +ayp +ayp +asi +kpd +urF +gvH +vXg +qpB +aRD +qRg +asB +fMv +aMr +aam +aMr +qhg +aMr +aMr +tNL +cYZ +brk +ajt +vBD +jUg +aUX +tSV +aSK +ncR +wnZ +mJl +nGj +rUI +aTS +uWe +dtD +kmY +kmY +bfV +lbK +dHq +rcX +emQ +aJl +aJl +lbK +lbK +iTP +aJl +qOE +ikY +bht +xva +eDD +qwN +lnS +lnS +nHx +kap +bBC +eDD +nHx +gLE +aRZ +lnS +iTo +jGC +xdK +jWH +emQ +pSK +hfI +sJz +xzC +khq +qPy +eCM +eCM +aaQ +aZb +xFz +xuF +xPq +sNn +uJL +mog +xuF +rdz +fgY +aaQ +aaQ +aaQ +aaQ +ykw +"} +(63,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +lin +dyT +xMN +pLZ +uZY +noa +gzw +xTI +wnc +fib +noa +twS +uXl +uOM +pZy +eyk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ttj +deo +rss +aaI +lMt +uGt +deo +aaQ +aaQ +aaQ +uGt +iST +aaI +aye +xYn +deo +jDy +aif +fzV +hHP +pec +aif +nsg +iXT +aTN +udR +aif +aqD +nhF +lSm +aif +eQJ +aTN +iXT +lkP +aif +rUn +lga +fyc +aif +jww +ljN +ajS +asn +atL +atL +asn +auC +gmf +awj +awi +asn +atL +atL +asn +czz +xoY +hIH +ayp +aqw +gLM +nXk +ayp +rEY +iVO +lnV +eIx +ayp +wdW +aAs +mHz +ayp +peL +iVO +lnV +ezh +ayp +gKt +sxv +iSS +ayp +nBX +aus +bAr +amU +emZ +tzB +tJT +uEz +htW +rFA +wGS +aFj +dGu +jGo +qhg +dfu +aMr +lYv +aNj +brk +fts +aMr +aUw +aUW +ePb +buW +auA +auA +bkr +xnk +aUW +thq +uWe +lfb +sqX +sqX +uIw +emQ +uIw +cRH +qBt +aJl +emQ +emQ +emQ +iDl +aJl +wsU +erd +aPZ +xva +eDD +qGy +tSp +kKo +nHx +kap +bBC +eDD +lnS +tSp +evF +nHx +kap +jGC +xdK +aJl +lbK +pSK +dIe +vPI +wTK +xzC +gDJ +eCM +bBp +rdz +dHP +dXa +geL +eoG +mog +ghU +sNn +aZb +sNn +sNn +aaQ +aaQ +aaQ +aaQ +ykw +"} +(64,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +wSs +oNw +xvU +wPJ +gGj +pbU +ifK +ufO +wnc +aSz +tuE +fBF +hba +noa +gzw +ezd +tuE +aaQ +aaQ +aaQ +aaQ +aaQ +deo +bdU +iTQ +aat +ubB +nnk +aaQ +aaQ +aaQ +aaQ +aaQ +deo +iST +aem +uOc +ePY +deo +ahH +fzV +hHP +pec +ahH +fcG +vFW +saX +ycp +ahH +aoR +wnP +aVA +ahH +fcG +vFW +kkY +agu +ahH +fzV +hHP +lIz +ahH +nll +qZJ +asn +asn +keT +utw +utw +nXK +bsK +xdt +awj +utw +awB +kOt +asn +asn +uGy +xkJ +ayW +ajl +wdJ +aDw +ayW +emI +pZI +xhN +anf +ayW +nBC +aAs +aDw +ayW +emI +pZI +uZv +anf +ayW +ubk +jIq +xlK +ayW +pLv +aLw +aLw +nBX +iIs +pBj +aTo +aRD +htW +rFA +vVW +coe +mlT +coe +qhg +coe +coe +gMe +ePs +pTP +tRN +aMr +aUv +aUW +dxA +kUw +kqZ +gcN +aAt +aUW +aUW +jwJ +uWe +lfb +sqX +kmY +hIk +lnS +dHq +dZK +uLo +baN +aOC +bjf +hms +aMN +jBX +jAF +plp +bhu +xva +eDD +qGy +lbK +xiW +lnS +iTo +nHx +eDD +gLE +lbK +emQ +nHx +iTo +jGC +eCM +hCX +wYF +eCM +eCM +jzg +khq +khq +kCR +eCM +dmE +rdz +iWM +gup +vRx +xuF +xed +cmv +xuF +sNn +mmP +jsB +aaQ +aaQ +aaQ +aaQ +ykw +"} +(65,1,1) = {" +ykw +aaQ +aaQ +ucX +paI +nfi +bEV +mpQ +uFU +ebG +aaQ +cCU +aQb +aaQ +qmA +lxK +uKn +fTY +wVk +xTI +wVk +tjo +aaQ +aaQ +aaQ +aaQ +fiN +iTQ +dFW +aat +dFW +fiN +fao +aaQ +aaQ +aaQ +aaQ +aaQ +iBs +lVS +enG +aat +aaI +uGt +ahH +avB +hHP +oVF +ahH +fcG +iIy +xVr +agu +ahH +jJO +fQM +cSp +ahH +dSr +xsS +xVr +ycp +ahH +jJO +nhF +hww +ahH +pDQ +xhv +atL +iHm +fgO +rMC +btE +bZu +uHG +jAP +fZw +fZw +hKM +lRj +cdl +atL +fYk +qkH +ayW +hmg +jIq +aHB +ayW +eBr +kGW +mbU +mIC +ayW +bnu +aAs +aNU +ayW +emI +kGW +mbU +mIC +ayW +cbt +jIq +cyd +ayW +xrS +asi +jLg +ndM +uvh +uBE +ehL +qlA +mHB +aOo +kOR +lKe +gbc +rNX +aOo +uKV +rjv +rjv +rjv +aMr +ciG +dfu +cTR +vzb +ivB +lnq +ify +uad +aAt +aVP +aln +gdp +mAa +fdf +nDS +mvJ +beB +beB +beB +hEm +ndS +ndS +dBC +bQI +eeX +oAQ +hms +bjf +vrq +bjf +xva +uXz +nHx +emQ +emQ +hRy +kap +bBC +eDD +gLE +tSp +mBZ +nHx +iTo +jGC +eCM +xzC +mAm +dEv +eCM +ctv +uya +yhm +eCM +eCM +eCM +aaQ +dPd +rdz +spH +rdz +uJL +mog +qgZ +ler +geB +gqB +aaQ +aaQ +aaQ +aaQ +ykw +"} +(66,1,1) = {" +ykw +aaQ +aaQ +tgN +jgp +ekv +nmC +cJY +xMN +aaQ +aaQ +aaQ +aaQ +aaQ +wVk +mPc +lxK +hba +fBF +ezd +iib +aaQ +aaQ +aaQ +aaQ +aaQ +fNi +sMa +iST +ubB +eKW +deo +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nmt +lDz +aat +gbG +rxQ +fNi +aif +eVl +hHP +rpr +aif +nmD +pmm +vol +hiN +aif +huZ +rsU +yfG +aif +lxf +vol +vol +ifY +aif +huZ +oyM +gGa +aif +ahA +cej +atL +aDX +rcD +uip +atR +iNG +aup +awH +pSn +awo +fLf +rhH +cdl +atL +tZS +dcU +ayp +gnC +gLM +aFI +ayp +aqt +tMD +ujb +aSs +ayp +iLw +aAs +jhA +ayp +vvm +xqv +ujb +aSs +ayp +xgk +jIq +cFP +ayp +dKq +jaA +xrS +asi +kpd +mVZ +emZ +jJS +aOo +aOo +vyA +hYd +nSc +bcK +aOo +gOc +vMc +vMc +vMc +aTl +nAi +ueM +hMZ +oZr +tVh +fmf +jYY +tMd +rpZ +pBt +mIM +lIQ +iKL +fdf +mPN +vsY +vsY +vsY +vsY +vsY +gPI +gPI +vsY +idO +crs +vsY +gPI +gPI +vsY +vsY +xva +uXz +nHx +aJl +emQ +nHx +kap +bBC +eDD +nHx +emQ +sMV +nHx +kap +jGC +pSK +khq +khq +wTK +rUc +xzC +khq +gwq +wvc +eCM +aaQ +aaQ +aaQ +aaQ +xuF +qGz +tik +uNN +lPr +bbB +upm +rjI +ljp +aaQ +aaQ +aaQ +ykw +"} +(67,1,1) = {" +ykw +aaQ +aaQ +stD +ekv +ish +ish +lEK +ovE +aaQ +aaQ +aaQ +aaQ +ugN +qBY +uIs +noa +ngM +fyU +iib +fLa +aaQ +aaQ +aaQ +aaQ +aaQ +dFW +aat +nrb +aat +fNi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ydb +deo +iTQ +aaI +iej +vjW +aif +umy +uxB +rpr +aif +aif +ahH +ahH +aif +aif +alr +hHP +mqS +aif +aif +ahH +ahH +aif +aif +alr +nhF +ajp +aif +aif +asn +asn +asN +kci +hhO +mhs +aKC +ofG +mDi +yaD +aIg +cBs +tRB +axi +asn +asn +ayp +ayp +fNR +jIq +aFI +ayp +ayp +ayW +ayW +ayp +ayp +brK +oyT +aFI +ayp +ayp +ayW +ayW +ayp +ayp +brK +gvN +veS +ayp +mmB +dXn +anF +dsq +aLw +anF +aLw +xrS +bcY +sxM +bBR +lVW +ajm +uwt +aOo +nEz +aPe +aQj +aUc +aTm +aam +aMr +aUx +aUW +rBy +snO +phg +sKv +aAt +aUW +aUW +jFG +bkP +gQW +ayk +vsY +vsY +erY +glC +uKI +ogN +ryg +dPg +ulI +pUl +uQd +jbu +cYJ +egz +vsY +kGH +uXz +nHx +emQ +tSp +lnS +iTo +nHx +uXz +nHx +emQ +emQ +nHx +iTo +jGC +pSK +lXv +aJF +wTK +khq +khq +xzC +nXR +khs +eCM +aaQ +aaQ +aaQ +pql +gxa +mog +ehE +mfT +sNn +yic +bSL +bDx +wrM +vSE +aaQ +aaQ +ykw +"} +(68,1,1) = {" +ykw +aaQ +aaQ +pUn +nmC +ish +nmC +aCr +aaQ +aaQ +aaQ +aaQ +noa +qBY +wVk +hba +fBF +lZF +wxz +ugN +aaQ +aaQ +aaQ +aaQ +aaQ +iTQ +uAq +vjW +aem +iej +vjW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uGt +sKC +dFW +aat +iTQ +aif +qWa +xQi +txg +fIE +nhF +xQi +nhF +fIE +cXz +cTU +eOr +qFS +bkj +xQi +hHP +qFS +rig +xQi +hHP +vfE +nhF +qFS +uHq +asn +aso +asO +kci +awl +aup +dJs +avc +auG +rHl +jEZ +dZN +huW +awj +axC +asn +vxt +sUd +mEr +piG +ivz +ivx +aAs +brR +mEQ +ivx +aAs +sUd +mEr +brR +dFT +avg +jvS +sUd +qaV +sUd +aAs +npG +aAs +ayp +ayW +ayW +ayp +ayW +ayW +ayp +ayW +ayW +aOo +bGt +aar +mLG +nSc +wAX +aOp +hBA +aRe +rLR +nsS +aTm +aan +cNN +jUg +aUW +rVz +peq +eSz +ycq +aai +srb +aUW +yfJ +uWe +lfb +mmA +mmA +aQi +yjW +cMO +hUu +cMO +tAf +dod +hLh +hLh +ktJ +ntY +jra +afV +vsY +xva +eDD +nHx +emQ +kKo +lnS +iTo +bBC +uXz +nHx +emQ +emQ +nHx +kap +jGC +eCM +qKx +rsR +iOn +yhm +trF +xzC +onq +xGh +eCM +eCM +aaQ +xHY +vFn +rdz +uJL +xed +mog +lPr +cQE +cTD +njF +xKY +cUD +aaQ +aaQ +ykw +"} +(69,1,1) = {" +ykw +aaQ +aaQ +qGB +fIU +ish +lYk +ngZ +aaQ +aaQ +aaQ +aaQ +eiI +tDG +kgC +izA +uMN +kje +iib +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +eMP +jjp +eEn +deo +aat +shi +igk +mqy +deo +pPK +aaQ +aaQ +aaQ +aaQ +vJp +iST +aat +vjW +aaI +ahH +riG +auX +eGp +qKl +fLC +gcK +fLC +fLC +fLC +eyq +imS +fLC +fLC +fLC +fLC +eyq +eyq +fLC +eyq +eyq +eyq +fLC +cZm +gbx +pQY +vGS +tFP +dmt +rYh +yeS +awq +xll +fZQ +lpp +dmt +auE +uZk +qgj +fLe +toB +iQT +plA +fsV +rpd +plA +plA +iQT +plA +plA +iQT +plA +jvj +plA +plA +nCz +iQT +iQT +iQT +plA +iQT +jmJ +vdz +eAx +aiH +aiH +jPB +sXg +jPB +jPB +sXg +sXg +qhn +qIp +hcg +gRl +oLK +nab +oXi +gHI +aaq +aaq +wXj +aap +aao +aMr +jUg +aUX +ciR +uCb +scX +apJ +mJl +nGj +rUI +aTS +uWe +lfb +kmY +beS +stB +jGT +cLq +naM +met +naM +naM +yeD +vwt +vwt +met +maC +lvF +vsY +tAr +eDD +lnS +emQ +edH +gLE +iTo +bBC +eDD +nHx +emQ +emQ +nHx +iTo +tNR +eCM +eCM +eCM +eCM +eCM +gSK +wIl +ebN +fnZ +eCM +aaQ +aaQ +aaQ +oTI +xuF +sYF +hFD +qgZ +mmP +iox +hwm +ioF +tDZ +aaQ +aaQ +aaQ +ykw +"} +(70,1,1) = {" +ykw +aaQ +aaQ +stD +ekv +ish +oJQ +qsJ +aaQ +aaQ +aaQ +aaQ +tuE +dED +pCA +bti +qFm +abo +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +auz +uyh +rxQ +iTQ +vjW +iTQ +aaI +fNi +cEH +uGt +mUp +aaQ +aaQ +deo +iTQ +aaI +fNi +aat +vjW +ahH +ibC +uNe +uNe +uNe +uNe +ajp +ajp +ajp +uNe +ajp +rpr +uNe +ajp +ajp +kKB +pde +ajp +ajp +ajp +ajp +ajp +ajp +onz +avj +cJX +xdt +iHo +xBP +wov +aSg +rHl +asO +pPZ +tvC +xBP +mmL +uYc +rpG +fZQ +odH +aFI +jhA +aFI +jhA +jhA +aFI +jhA +aFI +aFI +aFI +aFI +ieY +aFI +aFI +aFI +aFI +mkC +aFI +aFI +aFI +aFI +mEr +sjr +xAy +kVW +kVW +kVW +xAy +kVW +kVW +sjr +jPg +oRd +aPl +hYd +nSc +hqH +rAz +iMc +gRl +gRl +nsS +ueI +dfu +aMr +run +aUX +wjT +akZ +bJc +bJc +wyr +nGj +rUI +aTS +uWe +hNw +sqX +sqX +iGW +pQd +caZ +iql +ucN +mzO +qoL +gpK +bGi +bGi +yeD +bLI +ryg +mWa +xva +uXz +lnS +lbK +emQ +nHx +iTo +nHx +eDD +nHx +emQ +emQ +nHx +iTo +jGC +eCM +vRt +msE +mTx +yhm +bnA +xzC +hoG +jUQ +eCM +aaQ +aaQ +aaQ +lps +nrU +mog +xKw +xuF +cGT +kZM +bSL +cOZ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(71,1,1) = {" +ykw +aaQ +aaQ +pUn +nmC +cJY +lsh +fxg +aaQ +aaQ +aaQ +aaQ +aaQ +gzw +rVB +gzw +aiP +aaQ +aaQ +aaQ +aaQ +ssq +uBQ +aaQ +aaQ +cEI +hka +rDG +uhq +shi +aaQ +iST +aaQ +iTQ +fNi +wUt +rfM +kyn +fiN +otA +jdQ +mxY +dFW +xVc +aif +ibc +sLv +amf +srn +vgT +fKI +eAV +sac +nhF +qFS +hEx +xQi +nhF +qFS +dbg +fKI +dbg +xQi +nhF +qFS +gWM +twU +iKb +asn +asr +cJX +ckz +auH +ntG +xll +avb +yeS +bZN +uOz +qvP +xTt +awq +axF +asn +cWy +lVc +tYj +sUd +aAs +sUd +mTh +auY +inJ +sUd +mEr +brR +gLM +brR +kNB +pYN +uyo +auY +mhl +sUd +tVg +brR +uiF +ayp +ayW +ayW +ayp +ayW +ayW +ayp +ayW +ayW +aOo +jSo +uhD +gRl +sOh +nsS +aOp +aPm +hYd +hYd +nsS +aTm +aMr +rjv +feM +aUX +ciR +cMt +ncR +sKt +mJl +nGj +rUI +aTS +bkP +qVT +sqX +sqX +sLp +nFV +cMO +hUu +ucN +cMO +vMJ +ykv +ntY +ntY +sLU +bLI +bHe +vsY +lse +uXz +nHx +aJl +pDc +nHx +iTo +bBC +uXz +nHx +emQ +aJl +nHx +kap +jGC +eCM +hAA +nBe +fGu +jxK +wTK +khq +khq +iJs +eCM +eCM +aaQ +aaQ +dJb +qGz +xed +mog +mfT +xuF +lPr +eCx +bCD +kAC +pTh +aaQ +aaQ +ykw +"} +(72,1,1) = {" +ykw +aaQ +aaQ +qGB +hGW +tNM +kIl +ryK +aaQ +aaQ +aaQ +aaQ +aaQ +wiw +pLZ +gGj +czM +aaQ +aaQ +aaQ +iJi +wui +kjh +amo +qVR +lFf +qlQ +jKh +dFW +aaQ +aaQ +aaQ +aaQ +aaQ +iTQ +aat +mob +cBc +vjW +aat +iTQ +fNi +gJF +tRi +aif +aif +ahH +ahH +ahH +aif +aif +aif +ahH +ahH +aif +evI +aif +ahH +ahH +aif +aif +aif +ahH +ahH +ahH +aif +eyi +aif +asn +asn +ogg +ckz +eNN +vqf +oLh +qSx +hoJ +auI +aIw +tgx +tFX +wnl +asn +asn +ayp +pSQ +ayp +ayW +ayW +ayW +ayp +ayp +ayp +ayW +ayW +ayp +pvV +ayp +ayW +ayW +ayp +ayp +ayp +ayW +ayW +ayW +ayp +ayp +lwT +wcJ +xgb +bas +mxc +oaL +lsU +vVN +iOP +axR +bJO +aaq +rYB +xUx +aOo +wDb +wWS +aRW +aSM +tlh +agT +uBD +mrO +aUW +kJa +buW +lrE +efp +tFM +sZu +aUW +jwJ +kKR +fju +rbX +sqX +iGW +gBz +cLq +cLq +ssj +cLq +cLq +mdy +cLq +naM +yeD +bLI +rlJ +vsY +nPt +uXz +nHx +nHx +nHx +lnS +iTo +bBC +uXz +nHx +nHx +nHx +wzQ +iTo +jGC +eCM +kAk +phT +khq +gVn +xzC +ebN +pcQ +oto +eCM +aaQ +aaQ +aaQ +aaQ +xuF +hFD +sYF +vFn +qgZ +bbB +mjl +oSy +tDZ +aaQ +aaQ +aaQ +ykw +"} +(73,1,1) = {" +ykw +aaQ +aaQ +nXs +reH +iie +fVh +mTp +rpy +aaQ +aaQ +aaQ +aaQ +aaQ +mNT +dOu +jgX +rXl +jgp +aDO +pLs +ftQ +wfv +odF +ftQ +jHm +bYi +apd +jiE +aaQ +aaQ +aaQ +lKR +aaQ +jdQ +jyO +shi +kyn +kyn +kyn +kyn +wTY +dFW +aat +jXI +aif +kSS +vCX +aGQ +aif +lTv +aif +apl +nHZ +qNd +nrI +wea +pGe +gBt +pEM +dlw +aif +kXX +dXp +uJU +aif +uJU +uAm +uJU +imq +ffs +gxK +jsK +ipe +kOH +aup +mRX +oDI +crK +eUy +aGP +iUa +imq +sws +gKv +gKv +ayp +gKv +gKv +gKv +ayp +gKv +dEW +qkW +aEe +aFJ +fwP +dWs +bEZ +aGJ +ayp +maE +ayp +uKb +sMl +aBu +ayp +azp +hTb +gmg +ddd +rOu +gmg +mxc +bkP +qyC +aOo +nkD +aRV +aRV +fyW +lTs +aOo +aOo +aOo +aOo +aOo +oiW +gfC +gpI +gpI +aUW +aUW +cyw +cyw +cyw +cyw +aUW +aUW +oOT +uWe +qVT +jfT +oZN +aQi +tSC +bGi +aBb +gIF +hiL +eBl +bGi +bAk +hLh +eBl +bTi +raP +vsY +roN +mRJ +bVU +bVU +bVU +wLA +wVV +nHx +jkX +wLA +wLA +bVU +wLA +dcv +wfX +eCM +hAA +vxM +jFr +jxK +khq +vkP +tqz +pJN +eCM +aaQ +aaQ +aaQ +aaQ +rdz +vJx +uJL +mog +geL +lPr +sYW +kNC +aaQ +aaQ +aaQ +aaQ +ykw +"} +(74,1,1) = {" +ykw +aaQ +fHW +ttH +bLF +ish +bEV +scF +fKG +rwb +aaQ +aaQ +rHd +fFr +aiS +hRN +lkE +hRN +bVH +fIU +rJv +fDo +rJv +fDo +rJv +fDo +wfv +oLP +gTl +bqt +aaQ +spV +aaI +uAq +iTQ +aat +iTQ +txl +spV +fNi +uIk +fiN +deo +iTQ +aat +acS +noH +agP +dmI +vwT +bvn +aif +alN +hYM +qqW +qqW +qqW +uJs +aoS +aif +lms +eou +bqD +bqD +bqD +eou +bqD +ebA +saG +asn +lkb +jYg +mXH +ucK +xuG +fcp +mRB +hhi +hhi +rqG +aLT +eqw +asn +wdR +uiz +oKH +nOY +oKH +oKH +oKH +nOY +avP +ayp +aDx +gON +aFl +aFl +aFl +pxl +tkh +ayp +fRX +gDQ +vRV +rnE +fRX +htj +aHa +ghu +rOu +fJf +qTs +fLx +lJQ +aTp +cRs +aOo +aOo +aPf +uqz +sFW +aOo +bpV +tVH +qqY +rJz +avU +aFZ +aTS +aTS +rZU +wLr +izu +gJM +gdp +tzx +gdp +kAH +lSS +gdp +eON +lfb +umX +lhz +vsY +xih +rjb +tIE +xFr +iXj +frn +xkm +oiU +qnz +dSY +bnJ +czQ +vsY +tBI +jBf +hlN +veE +hgd +veE +boP +bmB +gnT +veE +hgd +veE +veE +pbw +sGR +eCM +dre +mPe +mys +yhm +luG +gcz +gFP +eto +eCM +eCM +aaQ +aaQ +uVy +hFD +rZF +ufk +sNn +dXa +aZb +xuF +gNP +qgZ +aaQ +aaQ +aaQ +ykw +"} +(75,1,1) = {" +ykw +aaQ +bQN +ahP +cIE +fIU +nmC +bEV +wwy +kJx +cdk +aBR +nwN +gIU +wwd +cFl +qyN +nqA +pdb +wkY +bFY +aPc +tTa +bFY +fDo +fDo +rJv +aPq +tcu +cVC +veQ +kQY +veQ +aaI +lks +kQY +gDx +aaI +deo +yaj +cBc +yae +uGt +yas +dFW +mzV +abL +abL +iII +eYz +uOb +aif +aif +amg +anO +ank +anO +aol +aif +aif +bpg +qsM +uUu +lwo +tCt +uWS +wdg +qVE +cgY +asn +asn +qOh +piK +piK +bfZ +kTG +xdt +bZN +piK +atl +piK +asn +asn +liK +qov +lIu +uHz +hbs +ikz +cvm +jcs +ktp +ayp +ayp +aEg +aEF +aFm +aEF +aGg +ayp +ayp +gDQ +xGE +ryI +nLD +vSr +nLD +oOd +uIV +ugF +jEC +epH +lUj +sEN +kzx +dxE +oaL +aOo +aOo +aOo +aOo +aOo +bCG +shY +shY +efo +utx +aFZ +qMJ +qnB +ciP +uLe +qbE +shY +shY +yks +ejR +yks +oMW +shY +iEK +uAN +cWH +vsY +vsY +vsY +vsY +vsY +ccB +fGv +qOw +vsY +xMx +jOj +rll +vsY +vsY +vsY +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +beB +eCM +eCM +eCM +eCM +eCM +eCM +eCM +eCM +eCM +eCM +aaQ +aaQ +oTI +mfT +uJL +dhP +cmv +eQF +mog +xuF +sNn +rdz +vFn +aaQ +aaQ +aaQ +ykw +"} +(76,1,1) = {" +ykw +aaQ +eNh +noY +oah +ekv +ish +ish +cJY +lsh +ora +wpw +wpw +uDA +sns +aBo +ruS +aaQ +wkw +umx +fbO +hkF +fDF +nFX +lBj +rJv +fDo +wfv +lOl +lFf +weu +kxj +gDx +lks +iJi +deX +gvi +ssq +fNi +mBD +aaQ +jJp +nxx +deo +kez +dXJ +mST +aaz +mST +agP +qar +xAw +aif +aif +aif +aif +aif +aif +aif +buQ +cUs +aaz +pNz +uuk +bvn +hrN +rTk +htb +rTk +sGg +asn +atL +atL +asn +auK +hmZ +xeU +awr +asn +atL +atL +asn +nqz +cVU +lmT +lHE +htj +ujS +wmP +auf +cjC +aoT +mzW +ayp +ayp +ayp +ayp +ayp +ayp +ayp +vXs +oOd +hhs +aoT +aoF +oOd +hdU +jDR +xIq +ozW +xgb +pbl +qTs +oRg +hTb +lUj +fnd +dLf +xyd +alI +sEN +aTd +gNX +xGB +dQt +myg +hLd +aFZ +bsq +nIy +xlV +sDy +txI +aUz +qvW +dQt +myg +ayQ +hLd +ayQ +oGb +okW +uvs +sHQ +mTV +fxR +wMF +vsY +weo +weo +vPo +vsY +weo +weo +uOp +vsY +ozW +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +beB +aaQ +aaQ +eCM +leI +wnv +sRG +jvt +eCM +aaQ +aaQ +aaQ +aaQ +xHY +xuF +ufk +sEs +fmM +ubT +lgG +cmv +rdz +sNn +qrh +uVy +aaQ +aaQ +aaQ +ykw +"} +(77,1,1) = {" +ykw +aaQ +nXs +iRb +ekv +nmC +cJY +cbR +lsh +fCg +kWq +cdR +tox +tZe +eSQ +gXH +fGS +aaQ +aaQ +aaQ +aaQ +flr +oEg +lIW +xZl +lBj +fDo +rJv +aPc +crh +aaQ +phN +xWo +xMb +uwE +arM +sBu +pyL +lks +shi +aaQ +aaQ +aaQ +rBi +aaQ +aaQ +cUs +abL +aaz +cUs +bvn +gvc +abL +abL +abL +kmp +abL +mST +abL +abL +bvn +gvc +aaz +vDs +agP +bVa +abL +hzI +wsF +abL +asn +aGQ +tAn +asn +asn +lBl +rVq +asn +asn +hxf +dMl +asn +kej +fDG +nLD +vSr +aHa +jLD +cGZ +xGE +aHa +aoT +aoT +aoT +aoT +tzR +xCo +iXG +aHa +aHa +oOd +nIn +cTx +wEs +hkn +aoT +iXG +aoT +bas +epH +aaQ +aaQ +vef +lJQ +kzx +jJg +mTV +mhN +omR +mhN +rVQ +ayC +mUV +oaL +nLp +dQt +xBK +sOm +skx +skx +ksq +tLv +qvW +jlz +hMn +gmg +dQt +myg +lur +hLd +hLd +aqC +hMn +hVv +luc +vfR +pGh +ubS +epR +ozW +tIS +qkk +pDX +ayC +fJx +mOd +eXX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dXa +dXa +vFn +nzK +vug +riu +waB +eVS +aaQ +aaQ +dbp +uVy +saW +qij +kks +aaQ +aaQ +xHY +mxb +nlj +sEs +eQF +xuF +aaQ +aaQ +aaQ +ykw +"} +(78,1,1) = {" +ykw +aaQ +kOY +ekv +ish +ish +leD +usY +ccb +xBx +sns +tpu +lQI +aaE +abO +fTE +bBn +mJg +aaQ +aaQ +aaQ +cQA +azG +vTz +pqs +sZF +rJv +fDo +wfv +lOl +kny +uBQ +xCH +amt +vKS +puW +azI +xFb +kQY +fNi +aat +uAq +aaQ +aaQ +aaQ +aaQ +gvc +apc +abL +jJx +aaz +hzI +aaz +aaz +kjV +aaz +pEA +aHi +ucQ +aaz +iII +bVa +aHi +iII +hzI +wsF +hOa +tEz +vDs +hOa +aho +eDa +gvc +fBE +hUW +rbZ +rbZ +hUW +kri +bpn +dvs +rsk +nLD +maa +aoF +oOd +hdU +oOd +aHa +vSr +nLD +vSr +oOd +tnv +aHz +oOd +aoF +cTx +hvI +pjO +oJF +nEV +bkM +aBT +auo +aSb +aoT +aSb +gAz +aaQ +aaQ +aaQ +bas +jJg +uvy +mix +kkM +vfR +jeG +bcN +xWL +aAN +qmM +csk +ayC +hwT +ktP +hLd +ayQ +hLd +hLd +uzq +nSa +gmg +sUc +abU +ayC +aMQ +myg +ayQ +txI +qvW +wzA +tMu +ebC +mZS +auk +uIV +gmg +dfE +xWT +vkD +mRr +lWf +esl +hxU +xwA +vVf +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ygg +asd +rdz +aug +nlj +vug +aZb +nlE +dPd +aaQ +uYA +xuF +kJN +eQF +aaQ +aaQ +aaQ +aaQ +sYF +ufk +sYF +sNn +qGz +hhL +aaQ +aaQ +ykw +"} +(79,1,1) = {" +ykw +aaQ +pUn +ish +nmC +ish +iie +wdi +lhi +aoE +icd +unZ +peB +nkC +lAK +tng +jgf +ksk +dVu +aaQ +aaQ +sfZ +emu +aZV +wuA +wzj +wae +fDo +rJv +fDo +kpX +ntr +cJR +ftQ +wfv +dUy +aaQ +rAM +vjW +rDG +xxN +aaQ +aaQ +aaQ +aaQ +aJk +gzk +big +tif +hzI +aaz +aaz +uzJ +bvn +gvc +hrN +aaz +gvc +iII +hOa +vDs +aaz +iII +vwT +gmK +vDs +aho +bVa +agP +oGr +vDs +hrN +ahl +jqH +faK +faK +faK +faK +oSh +dvs +aHz +kej +hXt +oOd +aba +aoT +jLD +aHa +nLD +xGE +aoF +oOd +hdU +oOd +aHa +aba +aHa +oOd +jPx +hdU +jLD +bpn +aSb +fls +djt +aVF +cQv +aXg +aaQ +aaQ +aaQ +dYM +hTb +fMG +fVM +mOO +aKR +uTN +mfS +vpg +mOO +eRE +vnD +ddo +csk +kzx +hxU +myg +hLd +ayQ +hLd +uzq +lzV +pIH +vfR +okW +iDc +kgf +dQt +myg +uzq +nXu +lJQ +fbx +gmg +alI +ugF +ozW +bas +wcJ +ocV +duP +dKt +jam +bRk +nKU +aAE +tMG +ayk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ljp +hvW +dXa +rdz +nus +xed +dbp +mks +aaQ +aaQ +rdz +ufk +sEs +aaQ +aaQ +xHY +aaQ +dPd +dJb +lgG +rdz +qGz +oTI +aaQ +aaQ +aaQ +ykw +"} +(80,1,1) = {" +ykw +aaQ +phl +fIU +ish +cJY +bQc +tpk +snc +aaQ +aaQ +opq +ozk +abO +mYW +sVJ +iwc +fPH +wBT +hrQ +jdW +gkG +eKD +nzw +cUx +toQ +oze +bFY +fDo +fDo +fDo +fDo +fDo +rJv +fDo +wfv +lFf +jKh +aaI +vjW +aaI +kfj +aaQ +uST +aaQ +qNw +aLW +wzz +gzk +ajj +qar +abL +fOt +mST +bVa +mST +aaz +abL +cUs +aaz +aHi +wUr +cUs +abL +aaz +abL +bvn +agP +hOa +vDs +hOa +avx +vDs +nIL +faK +faK +faK +faK +vUC +aba +hdU +aba +dvs +aoT +hkn +axW +nwZ +bnF +eHH +aHa +iXG +kTV +aSb +dKU +pKQ +bpn +aHa +dKU +aSb +cQv +djt +xKa +aTH +aSY +mBE +tvg +wdb +wkz +aaQ +aaQ +aaQ +vLw +xoI +mdP +mOO +mOO +upN +lFx +mCn +qjA +mOO +mOO +oXk +whS +erg +hMn +gmg +dQt +owi +hLd +kYq +qvW +hmH +vkD +dQt +qvW +kvw +kzx +tED +aLZ +qvW +ayC +gmg +vIn +lUj +lJQ +lJQ +gmg +jjX +duP +lnZ +lmV +lSM +qdE +lIF +ugV +jVs +mGV +mAe +wOd +byA +mfy +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +upm +bMF +kNC +lPr +ajh +pGk +ghH +rdz +rdz +xuF +aaQ +qNF +kJN +iWc +gnh +xuF +rvc +mTe +rFR +rdz +spH +xKw +dbp +aaQ +aaQ +aaQ +aaQ +ykw +"} +(81,1,1) = {" +ykw +aaQ +stD +ekv +ish +iie +fVh +wGI +aaQ +aaQ +aaQ +aaQ +tCE +qYa +sSJ +uev +ekd +cjo +ahU +gCc +iRW +sdo +teG +wgJ +xgK +egF +gAj +gUX +bFY +fDo +rJv +fDo +rJv +fDo +fDo +pmY +kzO +uBQ +gcI +rAM +kQv +amt +bLs +aJP +wvk +oeM +pJk +bcz +uCB +big +gzk +abL +aaz +abL +abL +gzk +ewS +apc +bvx +dZP +ajj +qNG +aDs +abL +jJx +oHs +agP +apc +cAH +aaz +agP +agP +aaz +umh +anT +daD +quN +anT +xdW +hkn +nwZ +qgB +vuV +eNl +xHg +esI +lSO +qSV +axW +aSb +uLs +djt +aTH +bnF +aHa +cjC +rGL +aoT +pmG +aXg +aSY +mBE +mJy +dui +tWt +cSX +nkc +aaQ +aaQ +aaQ +vgf +dPZ +jJg +aTO +aBP +iJC +uts +grO +jxM +crV +bxj +aBP +eCI +hxU +qvW +era +rOu +oMj +qAK +owi +uzq +nSa +emp +ptd +lZD +lVf +sEN +mvo +aPB +agA +hZp +hTb +sLJ +hNS +bOP +pBa +ioR +sLJ +bqh +rBk +nHL +lKW +skB +tdi +cBC +vvi +dsb +lQn +tny +jfA +vMT +gMp +aaQ +aaQ +aaQ +aaQ +aaQ +upm +vSE +aaQ +eiU +xiE +jLG +xax +rjI +bbB +spH +lPr +uVy +kJN +dhP +dbp +hzg +xuF +uJL +cWn +eQF +rdz +uJL +mog +rdz +xuF +hFD +izP +lPr +aaQ +aaQ +aaQ +aaQ +ykw +"} +(82,1,1) = {" +ykw +aaQ +fKq +cbR +hGW +ish +bEV +ukR +aaQ +aaQ +aaQ +aaQ +arV +abO +fTE +gXH +kQo +eiw +wQo +rtl +iPM +vzL +wgJ +xCm +jzu +tyk +jVY +dCK +rYS +bFY +fDo +fDo +fDo +rJv +fDo +aPq +aNL +hdH +apd +kQv +ooh +ftQ +pmY +azI +aox +xBc +hxs +aJg +pKF +bei +wzz +gzk +mgA +big +ojR +atB +big +eDa +gzk +rPf +wzz +mZl +agP +aHi +aDs +ewS +avO +xjt +tYz +xvn +ajj +uYb +aYE +xAj +jyk +jyk +jyk +jyk +bdL +vEQ +xKq +dJX +cSH +mEJ +pmG +xEN +wtT +tNm +iYT +eCl +flF +cSH +fls +aTH +bpn +dKU +aaQ +cEZ +aaQ +poh +szV +eVK +azw +rnB +tCB +qpU +aaQ +aaQ +aaQ +aaQ +pUV +hTb +uny +aAe +aBP +wlz +wKl +afw +afw +tRe +xli +luK +brh +oMj +hMn +lsc +atf +lZD +tWM +dQt +auk +ecm +dvX +dQN +kzx +vfR +aKu +qTs +pDX +fzU +okW +oaL +bOP +bas +qTs +bas +kzx +jjX +ocV +rEZ +wNG +lfr +iMP +iMP +uCV +ezF +giG +vMT +fBk +dpe +pHr +iqR +rBP +aaQ +aaQ +aaQ +eiU +bST +poE +xiE +bST +erP +cOZ +kBB +xuQ +sJd +bLB +ajh +sNn +uJL +wlD +hPl +dbp +ykY +ufk +mog +mog +sYF +syE +bkI +xKw +rdz +cGT +xuF +yic +iOg +aaQ +aaQ +aaQ +ykw +"} +(83,1,1) = {" +ykw +aaQ +mzI +lbg +bLF +ish +lYk +mqt +aaQ +aaQ +aaQ +jQn +ljd +lAK +fHH +tnt +osF +rLo +sdo +mUq +gRq +aaE +xdY +aAi +jFR +nja +pjJ +oWC +jPD +ftQ +rJv +fDo +rJv +fDo +fDo +kpX +eIL +bMs +quS +amt +ftQ +aPc +azI +xMb +auz +nKm +xBc +dol +aJg +pHk +onw +rdn +aJk +xjt +vyt +epT +mZl +siF +lth +mRV +bix +bcz +wzz +ajj +tYz +asV +fWO +cof +bcz +aJk +ukE +bPo +lmw +iWx +njq +bDB +bDB +bMw +aOG +aVE +ahy +vYv +msr +fYa +lLl +qwJ +xEN +bJu +qwb +mDI +xEN +vMG +tvg +mBE +aaQ +aaQ +aaQ +aaQ +aaQ +alA +jCH +bXu +tgo +tCB +jgt +xJj +aaQ +aaQ +aaQ +aaQ +aaQ +kzx +wlO +mOO +mOO +pDe +afw +iXd +bBT +adx +xZf +gQI +wIX +hFc +ctF +ayC +aLr +vtf +noJ +gux +pbl +qnd +ayC +mhN +abU +dQt +xwA +dvO +xBb +dQt +iFU +lUj +vRL +qtS +rdc +qTs +aIf +wcJ +crr +nKT +hEZ +iMP +fBk +fTs +xki +nsa +qCl +gnW +erf +szv +aqL +mrm +aaQ +aaQ +unb +dFw +spz +oro +nNf +erP +erP +haV +jGv +wMs +rTZ +drV +bbB +qgZ +spH +nzK +aZb +hFD +uJL +xKw +irp +xHY +xed +uJL +gKW +uVy +mog +uJL +sNn +mwz +mjj +tYY +rjI +aaQ +aaQ +ykw +"} +(84,1,1) = {" +ykw +aaQ +stD +fVh +ycv +nmC +leD +kdQ +aaQ +aaQ +aaQ +rWd +unZ +abO +vov +nnq +fTE +xRB +tkk +kQE +cEj +hXW +okq +gRA +sLe +hYt +hGx +mhZ +pDd +fDo +fDo +fDo +fDo +fDo +rJv +fDo +kpX +bPw +aNL +lci +tTa +cpL +xMb +aaQ +aaQ +avO +dHc +xBc +hxs +awY +rdT +kDJ +bls +bcz +fMX +wzz +eDa +ojR +nEl +pJk +cWm +jCO +cof +vhC +ubJ +bix +qeH +jOE +kEr +cya +vxS +tEg +eBo +fUQ +vbp +bDB +voN +vbp +aiK +iSQ +vvO +brB +scP +kVX +mBE +xWh +cry +jzz +scP +qwb +fzb +tvg +ogX +scP +qwb +aaQ +aaQ +alA +aaQ +aaQ +alA +uVJ +dui +tWt +wWm +aaQ +aaQ +aaQ +aaQ +aaQ +lwT +lyD +nmT +mOO +mOO +uRs +qDN +uTe +gGL +xLG +xZf +gQI +uTl +ddo +okW +lJQ +gIG +azm +clw +mhN +pyi +gmg +rgQ +urG +ugF +mYt +kbc +oaL +qek +oMj +rVQ +gmg +sRm +lUj +bas +iUW +qsa +pRC +gAz +aXO +fBk +hjq +avR +aZo +lrY +xZo +pnD +tIr +nJc +eNy +jhb +wdm +jjX +ayk +fFR +bzt +nKb +oSy +qXa +njF +haV +uhu +iOg +aaQ +aaQ +iDX +kyZ +ygg +rvc +rdz +qGz +gAI +mkc +cmv +uNN +fmM +cmv +lxU +uJL +mfT +dXa +idB +hpF +gRY +sjE +wPn +tDZ +aaQ +aaQ +ykw +"} +(85,1,1) = {" +ykw +aaQ +phl +xQS +ekv +ish +lqB +aoE +aaQ +aaQ +aaQ +aaQ +tCE +vWT +chR +jgf +fIm +qKi +rhI +kfq +rWd +sgQ +hkV +dIG +aEm +rbz +fpJ +tlB +ekv +nmC +ish +ish +nmC +ish +ish +ish +ish +iie +ugo +lsh +gLC +tox +aaQ +aaQ +aaQ +aaQ +avO +aYb +xBc +ieh +bcz +gzk +xBc +eeU +vhC +wzz +mZl +bix +uCG +ass +ass +aJg +uCG +jCO +pqq +jOE +dmq +ass +lwC +xpQ +uCG +dPb +aAC +akO +vbp +voN +bDB +anT +bIC +omn +qMU +brB +rzN +brB +scP +ayG +azw +xxT +rzN +scP +azw +ogX +brB +rzN +scP +azw +azw +mBE +alA +aaQ +wbV +esI +bXu +vHO +hXc +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fzn +fgV +kBs +aBP +eez +vMe +adx +adx +dRn +xvN +aBP +ikt +nmE +qvW +bas +nim +pbl +oHE +qTs +uvs +eFo +okW +ugF +sEN +lJQ +pbl +sbi +lVf +urG +ugF +ayC +aBU +xIq +ozW +gmg +ocV +nbQ +byA +mxh +xki +uWK +nYh +iGa +aKe +ist +kMi +qRy +jjX +bzt +ocV +rUt +mxc +ayk +ayk +kgf +lJQ +wdm +ojk +tOk +hQv +sWs +asL +aaQ +aaQ +aaQ +aUG +aaQ +dnR +qGz +xuF +uJL +bHt +lpw +lps +lxy +oln +rBH +xKw +fGO +rGk +aaQ +ygg +dng +hXx +tDZ +aaQ +aaQ +aaQ +ykw +"} +(86,1,1) = {" +ykw +aaQ +nXs +csX +fIU +cJY +fYT +aaQ +aaQ +aaQ +aaQ +pQD +rcy +pLM +fTE +juq +hpK +aaQ +tSE +aaQ +aaQ +xWH +hdJ +hBG +vpd +iux +mMR +bLF +ish +ish +ish +nmC +ish +lYk +hGW +ish +lYk +kAD +lsh +aBo +nOM +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +avO +bix +bHR +lwC +sQB +tzr +bTz +aiC +aml +aml +uCG +ass +ass +qPb +dol +awY +vtO +bHR +ass +ass +dmq +aJg +bHR +ass +emw +aED +nfp +vbp +bDB +bDB +anT +aOG +sjs +ahy +rzN +brB +brB +npQ +aJu +brB +rzN +brB +brB +rzN +brB +tCB +tgo +brB +rzN +brB +vYv +mBE +cxT +aSY +qFA +aaQ +yfw +anB +aaQ +aaQ +aaQ +aaQ +aaQ +hyd +gAz +xoI +akf +aBP +lXj +kSq +bac +rac +pQK +kwN +luK +bnr +rUM +gmg +iKv +ayC +sEN +qTs +aIs +rgQ +hxU +lYF +csk +sUc +hMn +ayC +hpL +vkD +ghu +dxE +sZx +sLJ +bas +bas +hyd +iUW +byA +hEZ +iMP +qXR +mrm +bAL +rUt +jlz +aKk +rhx +pbc +ruz +gmg +bas +pmj +epH +aaQ +jMO +pmj +geA +lJQ +tBp +mPm +nBB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mog +xKw +kqs +rBH +rZF +uJL +ifL +uJL +hFD +sEs +aZb +tby +aaQ +aaQ +ncE +eyL +aaQ +aaQ +aaQ +aaQ +ykw +"} +(87,1,1) = {" +ykw +aaQ +kOY +wwy +ekv +leD +xpt +aaQ +aaQ +aaQ +aaQ +iRW +jhV +uGo +aKc +ozS +aaQ +aaQ +aaQ +aaQ +aaQ +uQY +cUx +ejh +vtY +phY +rHd +ekv +nmC +cJY +bQc +kAD +ipK +lsh +bVH +lzU +cbz +wHC +nBy +goz +gID +vIQ +bjm +aaQ +nOM +aaQ +aaQ +qNw +vRY +hxs +uIx +dAt +gzk +xBc +dol +qPb +dol +ass +ass +qPb +ayF +tDa +aBM +evY +dol +ass +dmq +ass +dmq +ass +dmq +fGV +oIM +tRO +vbp +voN +bDB +bMw +wCi +hiE +lXM +rzN +brB +auP +jgt +oHY +brB +brB +brB +rzN +brB +brB +bhn +bXu +bDT +tgo +brB +auP +wvR +vWQ +dhM +fhU +qHA +izI +usL +mBE +aaQ +aaQ +aaQ +aaQ +qtq +vzq +ehZ +akf +mOO +mOO +upN +cGG +xDs +qjA +mOO +mOO +bnr +lez +xmL +sEN +rOu +uIV +uuK +xnR +vfR +okW +juz +uzq +lZD +sUc +abU +lwT +dtd +uIV +lwT +ugF +xgb +epH +wcJ +wOd +byA +mxh +iMP +aIS +gMp +dOK +tsF +umX +vEK +rHQ +dWi +gDL +rLQ +ivh +xWC +vRL +ivh +aaQ +aaQ +aaQ +qTs +qTs +jam +vDz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +cmv +saW +aZb +sNn +uJL +kGC +vcu +ehE +sYF +rdz +dXa +mfT +xHY +aaQ +aaQ +aaQ +twe +vSE +aaQ +aaQ +aaQ +ykw +"} +(88,1,1) = {" +ykw +aaQ +pUn +ish +nmC +leD +sfJ +aaQ +aaQ +jdW +pRy +dvU +gCc +vov +eAN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xFV +uId +tIL +hol +mhH +ekv +nmC +cJY +uqK +uin +toU +bfR +hfH +vRz +rdR +saE +sns +cTm +sns +qSA +cbz +xrI +ebG +pJn +nOo +nCQ +dAt +dnB +xBc +ayF +ajj +cmz +fWO +iSP +ayF +xBc +hxs +awY +uAI +rdn +aYb +ojR +ubJ +cCu +hxs +awY +dol +ass +ass +ass +emw +waW +hjE +vbp +bDB +voN +vbp +ana +wLZ +ahy +brB +rzN +slo +cIX +akb +aJu +rzN +tCB +wer +rzY +tCB +nkc +dBf +scs +bXu +tgo +exx +vrF +aaQ +enR +gUe +sdn +gUe +ogX +aGp +mBE +aaQ +flF +ojE +wvy +dtr +iQl +tcB +khl +mOO +kvK +cwZ +jax +gOs +mOO +kvK +xeo +qRA +hLF +eqc +bKC +mRN +xnR +emp +brD +uzq +tnG +ddo +jeG +abU +bXO +jeG +gNX +vEK +icO +sZx +jCY +bas +jjX +bqh +aeC +mYD +iMP +qXR +mrm +rUt +gTV +gAz +agj +hMn +jHc +gAz +pbl +umX +tMe +bas +xBb +azm +aaQ +aaQ +aaQ +bas +gAz +ehZ +aaQ +aaQ +aaQ +aaQ +roW +aaQ +aaQ +aaQ +aaQ +dPd +vjx +eGT +hFD +gDU +vdZ +uJL +uNN +aZb +vJx +sNn +aaQ +aaQ +aaQ +aaQ +bgY +cUD +aaQ +aaQ +aaQ +ykw +"} +(89,1,1) = {" +ykw +aaQ +pUn +nmC +ish +bEV +cDF +aaQ +aaQ +mUq +tkk +jgf +iwc +roC +htO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vwa +aBo +beP +ccb +reH +ish +cJY +lsh +dIl +toU +aaQ +aaQ +bDW +vGG +nBy +bEw +sHf +bEw +jHI +tox +uNc +gID +mLH +iyY +dAt +epT +aJk +ajM +avO +wzz +hZU +gzk +epT +epT +kiE +dnB +xBc +rdT +big +aJk +gLQ +ajj +aJk +oal +ead +oyl +hqR +iud +dol +dmq +tPY +jAV +aiK +anT +voN +bDB +vbp +aiK +eue +vvO +rzN +rzN +elw +mcd +xeN +omF +vHO +hXc +saD +bXu +hXc +aby +teJ +dBf +fYa +bXu +nkc +poh +gBB +fge +rzN +auP +bin +aJu +brB +tWt +amu +lVu +kDr +rNm +lch +jam +gDL +vvZ +vVX +fXk +umX +ayk +dlQ +bjs +xfd +wQB +xGB +wzA +vVf +uIV +ddn +jlz +tzH +dQt +qvW +mNz +dQt +lYF +vpc +pSj +auk +ayC +vfR +pJy +lUj +wHk +ayk +ayC +ugF +jFw +aXO +qXR +vzk +tBp +bzt +xWC +bas +dzt +cws +gmg +dtd +mxc +lJQ +pmj +kKO +pmj +epH +umX +hJw +xoI +qTs +pmj +gAz +abk +aaQ +abk +aaQ +txw +xKX +aaQ +aaQ +aaQ +aaQ +xHY +riu +rdz +sYF +ehE +qNF +mfT +hFD +rZF +rdz +vFn +aaQ +aaQ +aaQ +lQV +aaQ +aaQ +aaQ +aaQ +ykw +"} +(90,1,1) = {" +ykw +aaQ +qGB +hGW +ish +lYk +eEu +vek +dgO +wKa +fPH +jhV +eut +kSo +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tNO +hEu +aQY +iZy +ekv +nmC +oJQ +ovE +igK +wDe +nBy +xuL +toU +lEs +wDe +jHI +tlX +rpR +aBj +aBV +pjJ +qSA +tzv +eKD +cAH +aJk +hZU +ewS +eDa +uOb +gvc +ewS +ajj +gzk +ajj +dNg +lXB +gzk +bhw +tif +bvn +agP +aYb +avO +fka +ayF +iZm +dHc +xBc +syv +gwi +gSD +bIC +njq +bDB +bDB +aRA +bIC +mGU +qMU +brB +auP +wvR +mVI +cCg +lSO +agx +aby +mJy +bnF +bgc +lNG +nwZ +lNG +tKL +aaQ +aaQ +aaQ +aBn +bXu +eHg +jgt +iEl +xxT +rzN +brB +scP +mek +anG +msr +qSV +geA +rTJ +lJQ +aIp +aqQ +ayk +pmj +iQl +idu +fKM +bOi +oMj +sMU +lVf +sEN +ayC +alI +noJ +ruz +urd +oMj +guc +mcT +uzq +lZD +dUi +agj +vZk +sSC +ayk +wCZ +mxc +jMO +hyd +byA +hEZ +oTd +geA +bvA +gAz +asY +lzC +vkD +hjK +lJQ +bas +ugF +bas +lJQ +dtd +mxc +lJQ +mxc +pbl +umX +lJQ +wMR +uqR +uqR +uqR +uqR +uqR +ubr +bdB +oqz +twO +aaQ +aaQ +aaQ +eQF +lps +gGK +uJL +pGk +ukp +kGC +oAq +vug +rdz +bLB +aaQ +upm +bMF +aaQ +aaQ +aaQ +aaQ +ykw +"} +(91,1,1) = {" +ykw +aaQ +stD +vBt +cJY +lsh +ccb +ovi +fgZ +bEw +sHf +fPH +fTE +orH +aaQ +aaQ +aaQ +aaQ +bPi +aaQ +aaQ +oRY +gRR +ish +nmC +ish +cJY +xMN +sns +aBV +sns +hPq +toU +tox +sns +abO +gXH +inL +vWH +aaE +sdo +aaE +fWj +fHq +qev +abL +abL +hzI +mST +abL +gvc +cUs +gvc +eoW +agP +gvc +dnB +ajj +aHi +ozL +aHi +inK +vDs +cUs +xeI +big +avO +krX +ajj +aYb +ukE +jbi +uyN +hjE +anT +bDB +voN +anT +ana +kpM +ahy +tCB +lMA +mEJ +uzx +vMG +eyE +aTH +aSb +aHa +iXG +aoT +aHa +aHa +tAE +aaQ +aaQ +jDR +aaQ +qfu +aBn +lLl +qUe +iFR +rzY +npQ +tgo +rzN +brB +rzN +scP +jNd +mBE +geA +oSf +aHI +pRX +aaQ +aaQ +edQ +qTs +lJQ +sUc +sMU +dHt +jZj +aKu +lJQ +mur +mxc +fXf +nZi +tMe +sUc +vbN +xLO +hZp +bas +iWe +cws +gmg +gUG +rLQ +bas +umX +elo +fHs +aIS +vsf +wSh +jjX +bas +qhL +lzC +vzq +pbl +icO +ayC +nxM +gmg +alI +vfR +gNX +eMX +qYm +ugF +dxE +gmg +ayC +nLz +qKt +ngE +qDz +fWK +qQG +qMb +sTf +bVC +psA +dWM +rdz +xuF +mog +bWV +mog +dhP +sYF +ehE +uJL +rdz +mfT +voi +aAu +jOb +poE +vSE +aaQ +aaQ +aaQ +ykw +"} +(92,1,1) = {" +ykw +aaQ +pUn +ish +bEV +wwy +pPg +cXS +rGO +mHU +lvr +bEw +abO +kHm +jxe +aaQ +aaQ +aaQ +izY +nyD +aaQ +lja +ish +ish +ish +ish +oJQ +ovE +bjm +gCc +jHI +bEw +sns +jHI +aaE +qev +fTE +oSv +sIs +gXH +osF +fTE +inL +oSv +oIU +aXC +vDs +qlI +aaz +sDG +aaz +bvn +hzI +hrN +abL +mST +abL +cUs +eoW +aaz +bvn +pEA +aaz +jJx +cUs +aaz +oHs +tif +wzz +hZU +ojR +nAq +bwJ +gwh +aLn +jyk +aLn +jyk +sLC +atS +vrb +nkc +lSO +wTD +eeC +aby +pmG +dKU +bpn +aoF +hkn +aHa +jLD +mfK +aoT +jDR +jDR +iXG +htj +aSb +aTH +xHg +pGM +azS +bXu +nkc +bXu +rzY +brB +rzN +brB +brB +vQB +aXg +tvg +oMY +aaQ +aaQ +aaQ +aaQ +oaL +oLB +uth +atf +sEN +dQt +xwA +dvO +mxc +kMr +xnR +mlu +vyM +tMe +lZD +ctF +iAq +xoI +nXu +hTb +gmg +uWM +goj +ugF +mxc +jam +aeC +uCJ +qXR +mrm +rFS +gAz +qLu +epH +rMX +dZZ +gMP +csk +jZj +okW +lJQ +ojm +gmg +rPA +ugF +hTb +lUj +fnd +vfR +geZ +qDz +nxi +fDK +oae +ppp +wln +cnI +aoy +eIw +krf +rdz +cmv +ufk +uJL +cmv +uJL +tik +mog +sNn +rdz +sNn +sNn +xtX +hXx +jDg +cUD +aaQ +aaQ +aaQ +ykw +"} +(93,1,1) = {" +ykw +aaQ +qSA +hGW +ish +ish +ish +aDO +iZy +fVh +lXl +oox +tox +bEw +jXf +lmd +mXy +ptp +ilv +ivi +nLn +sRJ +nmC +ish +lYk +bQc +gpv +lEs +fHq +lQI +aDN +abO +aBV +inL +oSv +jXx +bED +iwc +kjj +pLM +mMC +aaE +hWF +fTE +aaE +hOa +vJD +vJD +hrN +cSx +eLx +afE +hhd +teO +eLx +teO +teO +wao +vRD +bSM +teO +teO +afE +wiI +wao +mea +teO +teO +hYJ +hhx +teO +teO +pBd +yie +anT +niX +ijA +anT +bmo +rGL +bgc +aSb +eJn +bnF +bgc +dKU +aoT +jLD +htj +hkn +dvs +aoT +cGZ +aHa +bpn +bpn +vRV +jLD +aHa +ljC +aoT +jDR +eHH +aAf +aCK +eHH +iEv +bXu +vMh +tgo +brB +rzN +aGp +uRj +kEh +nkc +aaQ +aaQ +aaQ +aaQ +vgf +aaQ +ayC +ayC +tWM +mTV +gmg +lJQ +epH +hDf +yjY +aaQ +aaQ +aaQ +fXb +ivh +sLJ +vWb +lUj +ghu +dxE +kzx +gGg +geA +bvA +bzt +snw +aXO +oTd +eNd +wcJ +bas +wap +umX +ayC +bvX +hxU +lYF +iZZ +lil +beH +kUh +bdi +obR +dxE +kzx +eMX +qYm +dQt +cto +qDz +oNJ +qKt +pmI +qTk +pPD +ojZ +rqX +azt +krf +xKw +dhP +xKw +hFD +vJx +xKw +ehE +pBn +vFn +mfT +xuF +gqB +eiU +bMF +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(94,1,1) = {" +ykw +aaQ +aaQ +qGB +fIU +nmC +ish +nmC +nmC +bEV +qFK +yfR +yhU +dOu +jYU +ksx +iie +iZy +aDO +vMa +hGW +cWG +bQc +vmk +lsh +oah +pPg +ovE +riS +fHq +oSv +pLM +fHH +gAp +uev +abO +aaE +mjU +aKW +aaQ +aaQ +aaQ +jgf +aKW +nrN +hzI +sWM +mNS +arW +fEn +ebA +ebA +ebA +ebA +fpr +fpr +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +fpr +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +faK +lii +lii +faK +raK +oOd +bNf +hdU +aba +bpn +aoF +aHa +aHz +aoF +dKU +kxU +aoT +cGZ +jLD +htj +aHa +aoF +jLD +aoT +hHy +aHa +mfK +aTH +wHN +aoT +lNG +nwZ +qGa +lBV +tvg +rnB +hwn +wer +wer +vHO +nkc +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xIb +uFs +phC +srC +ayC +bas +pbl +aaQ +aaQ +aaQ +aaQ +aaQ +wOO +rUt +epK +lJQ +dxE +doo +aLN +ayk +hVc +bas +jjX +bbX +byA +vHm +vzk +oML +rFS +lzC +gGg +bas +lVf +hTb +gmg +bcg +bcB +bdj +qKN +qKN +wGk +bfr +bfq +lJQ +ilT +vzq +mhN +mve +qKt +oNJ +qDz +wgI +xJh +bst +kNf +psA +ctI +enm +uJL +hes +wIv +sNn +rZF +mog +uNN +dbp +xRw +aaQ +sNn +aaQ +eCx +oxf +vSE +aaQ +aaQ +aaQ +aaQ +ykw +"} +(95,1,1) = {" +ykw +aaQ +aaQ +stD +ekv +ish +ish +ish +cJY +bQc +vgM +aoi +syn +cFl +eHy +uSj +bQc +cbR +bQc +hSE +btt +cbz +aaQ +nTO +iyY +roT +ngZ +xTi +aDN +nkC +jgf +bdc +hDW +sIs +abO +sdo +aKW +jgf +aaQ +aaQ +aaQ +aaQ +aaQ +wkZ +pek +aaQ +vDs +ijv +tam +fIy +ebA +jdi +jdi +aYy +aYy +jdi +nIc +aYy +nIc +aYy +jdi +aYy +aYy +nIc +aYy +nIc +jdi +jdi +jdi +nIc +aYy +jdi +aYy +nIc +aYC +aYC +qdJ +faK +wSd +xrN +eKa +bQd +cGZ +hXt +bFK +aba +hdU +aba +oOd +aHa +fDG +nLD +vSr +aoF +oOd +pjO +oOd +tnv +aHz +oOd +jly +aoF +nwZ +bgc +dvs +oBm +aSY +azw +rnB +auP +nkc +aaQ +aaQ +agx +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hTb +hTb +lUj +dZc +epH +aaQ +aaQ +aaQ +aaQ +aaQ +nKT +dWn +rvJ +eRU +rjC +kbc +uIV +xAP +ayC +mPn +qAm +jMO +tBp +aXO +gMp +gnv +jam +oSf +lzC +aql +qTs +vkD +ghu +dxE +ydd +bcC +rQo +bdk +qKN +kDI +bfs +bfY +dtd +bas +mXc +bas +nLz +qDz +xxL +qKt +aFL +rQD +qQG +bcp +qpx +bcp +wpd +mog +lBB +jwS +xKw +uJL +vJx +mog +rdz +rvc +aaQ +aaQ +aaQ +aaQ +bjl +poE +vSE +aaQ +aaQ +aaQ +ykw +"} +(96,1,1) = {" +ykw +aaQ +aaQ +phl +hGW +nmC +ish +lYk +smT +lxG +nBy +aDN +jbt +wDe +aBo +aaQ +aaQ +aaQ +aaQ +bfR +rNp +aaQ +aaQ +aaQ +aaQ +wDe +iCK +sns +qev +abO +gCc +sbP +mYW +aaE +osF +tnJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +noH +gMK +gdm +ebx +nDK +xGS +xGS +nDK +ebA +ebA +ebA +ebA +nDK +ebA +xGS +xGS +xDl +ebA +xGS +xGS +ebA +nDK +ebA +ebA +ebA +fpr +ebA +xDl +faK +nqq +hKI +hze +oWY +qCb +oOd +aHa +owx +kej +aHa +bRG +aoF +aoF +xoX +bQd +wMx +owx +oOd +hdU +aba +nLD +hdU +oOd +aba +nLD +oOd +nLD +jly +eHH +kdS +aAf +bXu +aJu +rzN +vQB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ghu +kzx +iSE +lUj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pCb +mrm +oML +xgb +fkP +bas +rYK +xTh +sZx +sLJ +vWb +bzt +rMx +adU +iuT +mfy +pOA +ehZ +vBm +rLQ +epH +nxM +uIV +ugF +bch +bcD +qKN +ufh +bdk +qKN +jtX +gFE +oaL +dtd +wqu +guJ +uqR +uqR +uqR +uqR +uqR +dYg +psA +smm +kNf +psA +pcX +sNn +aZb +xed +sYF +gAI +rBH +nlj +sNn +rdz +dbp +aaQ +aaQ +aaQ +bSL +haV +tDZ +aaQ +aaQ +aaQ +ykw +"} +(97,1,1) = {" +ykw +aaQ +aaQ +nXs +csX +hGW +ish +sDN +qHw +fgz +wDe +wum +aBj +sAR +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +cFz +aaQ +aaQ +aaQ +aaQ +aaQ +sns +gSI +oSv +gXH +dua +vwQ +oSv +lAK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aiJ +bvn +qaY +cUs +xUB +aOq +efT +dFp +aOq +qsM +tCt +lfB +thy +aOq +ebA +sVC +cKA +aOq +aOq +efT +cKA +kvf +aOq +lfB +qsM +iZe +qsM +uWS +moW +moW +xKS +oCv +moW +kun +gkX +oHc +iRc +nSQ +dKU +vRV +jLD +dKU +alk +sMB +smj +ubf +wpC +nxn +oAl +alk +jLD +iXG +kxU +kej +dvs +pjO +oOd +aHa +bpn +jYt +rnE +azY +bXu +aJu +scP +mBE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +lwT +uIV +fAE +okW +qTs +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hGE +vuF +jMO +gGg +ugF +otC +sMU +xYz +gmg +cPN +iQl +jFn +wYG +bqR +bgd +xML +jMO +icO +lVf +lJQ +gmg +ayC +fAE +okW +ekk +bcE +kDI +qKN +qKN +xbv +bft +gYr +pbl +sTu +rku +aaQ +aaQ +abk +aaQ +abk +dzw +bcp +rQD +wyE +rcM +bvO +fcg +cmv +nvS +tDT +ifL +cmv +mks +eQF +ufk +xuF +vFn +fvN +mjl +upm +bST +fws +aaQ +aaQ +aaQ +aaQ +ykw +"} +(98,1,1) = {" +ykw +aaQ +aaQ +mzI +oah +ekv +lYk +oFz +qdf +ovE +ieD +aBj +qev +aBQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fHq +hWF +jgf +fiW +jhV +aBj +gCc +jgf +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xbx +mAT +aOj +xEC +weE +aOq +sSq +hHE +aOq +uMB +uJF +uMB +aOq +aOq +aQZ +kwR +yhE +aOq +aOq +kwR +yhE +aQZ +aOq +aOq +hNF +moW +naV +naV +moW +jvG +jgn +abl +ptc +moW +naV +naV +naV +qQt +ydJ +gOz +ahN +alk +alk +alk +obf +obf +obf +obf +alk +alk +alk +vRV +bpn +sDV +qkx +nLD +hdU +wIQ +aTH +rnE +aTH +uRQ +gVh +jzz +brB +vYv +mBE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gyz +cVt +uFs +fSl +awe +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nii +hNt +pfS +cEA +npJ +ayC +xBb +bXO +hJA +mhN +sMU +cKW +taM +adC +taM +adC +taM +wRB +ozI +jeG +gNX +qUm +vfR +rwa +auk +bci +bci +nPi +ioD +nos +nPi +bci +bci +aaQ +aaQ +kUH +aaQ +aaQ +aaQ +aaQ +aaQ +qvg +bFF +cBR +wln +bcp +ctI +dWM +nzK +pOi +uJL +mit +fyB +sNn +dhP +dJb +mfT +rdz +lPr +xpe +gMt +rjj +tDZ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(99,1,1) = {" +ykw +aaQ +aaQ +stD +vBt +xZU +lsh +nsw +aaQ +tpu +aaE +qev +aBQ +dbR +sdo +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +jgf +peB +aBj +mYW +aKW +aaE +kmt +aaQ +aaQ +aaQ +aaQ +aaQ +dkb +dkb +dkb +dkb +dkb +dkb +dkb +dkb +aOq +aQZ +aQZ +aQZ +aOq +qSG +jRb +aOq +aQZ +aQZ +aQZ +aOq +aOq +qGV +qSG +rpH +gaI +nwI +dqN +jRb +mGe +cvj +aOq +moW +moW +fcM +acI +viC +fpR +pDG +pDG +saQ +aqn +pgZ +lgW +naV +naV +piC +fGJ +alk +alk +jkN +lzP +njR +uzP +uzP +uzP +qdj +urH +alk +alk +vRV +aoF +qCx +aba +vcJ +aoF +hkc +rHY +dKU +kdS +bCz +goM +rzN +brB +nwK +cSH +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rru +nOZ +pxH +egZ +aaQ +aaQ +aaQ +aaQ +aaQ +nii +sTL +aKe +eNd +jMO +igw +lJQ +qek +fYj +xwA +ePR +vfR +lDR +bnd +oef +cbL +oef +bnd +anK +txI +auk +xyd +gmg +hxU +qvW +mZx +bci +bcF +bdl +rXL +rXL +vej +bfu +bci +bci +aaQ +aaQ +aaQ +aaQ +bda +bda +aaQ +chQ +wln +ojZ +czk +gqT +aow +aaQ +uNN +rqO +bYh +rCE +gAI +fyB +hFD +sNn +tAO +qGz +fvN +yic +sjE +cdr +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(100,1,1) = {" +ykw +aaQ +aaQ +nXO +ish +iie +bvc +aaQ +aaQ +aaQ +bVr +riw +aDm +osF +lQI +knw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aKW +aBj +osF +tng +meC +abO +skp +uUn +aaQ +dkb +dkb +dkb +dkb +dkb +vfb +lIc +vel +otj +dOq +dkb +soK +nQZ +aAJ +rOr +fBs +uit +gZh +oqC +cgE +jYq +uit +gZh +csZ +wSC +gZh +owu +wBD +nFb +uit +uit +uwW +mCA +rhq +naV +bBr +nJE +una +diF +dJW +vlM +hCQ +diF +wwn +tbH +bAK +irh +naV +wJu +alk +alk +xcW +qnc +mKS +ayD +aKT +aHJ +fRB +hDe +mIg +mAD +alk +alk +aHa +nLD +dvs +owx +dvs +iXG +aSb +iXG +vxI +vhN +kMX +aJu +npQ +jXr +ucq +aua +anB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kzx +mJc +awd +epH +aaQ +aaQ +aaQ +nKT +jtZ +nsa +syr +hNn +bvA +sLJ +eYv +lVf +mhN +pMl +uIV +dQt +cKW +llN +gKS +llN +gKS +uTK +cKW +qvW +dHA +eMX +qYm +lJQ +mUV +gux +bHN +iwK +uXo +aaj +pHb +byp +bfv +bci +aaQ +aaQ +aaQ +aaQ +aaQ +bda +xXH +scu +gWC +wNC +qpx +qQG +kRa +aaQ +aaQ +tfz +kGC +xEd +uJL +xKw +vug +cWn +rdz +dKb +dbp +aaQ +dai +drx +tDZ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(101,1,1) = {" +ykw +aaQ +aaQ +pUn +ish +cJY +vpV +aaQ +aaQ +aaQ +aaQ +aBj +gCc +vWT +jhV +xRB +bED +rlY +sPB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oaj +aBj +aaE +mYW +sVJ +fTE +gSI +jgf +aBj +qev +pNg +dkb +jGf +bGE +dkb +aga +bqW +guI +rUS +dnP +dkb +hFl +gpb +hlT +yfP +yfP +oBP +uit +dJB +uit +jfl +fOW +uit +gZh +jYq +uit +uit +jCj +xom +reB +uit +gZh +uit +cKy +sIq +sIz +fbh +hgO +dfr +sSi +asZ +oge +kSZ +puJ +gLc +xTJ +cDf +moW +aFN +alk +qKA +cNl +qCK +rzH +xia +nTU +kcz +kTQ +xia +rXx +rLB +bCB +alk +alk +pjO +aoK +aHa +rnE +aHa +rnE +aTH +xHg +itG +dtq +nAQ +jgt +oHY +fZp +wkz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vWb +oMj +hMn +rya +aaQ +aaQ +aaQ +aeC +mYD +xki +wSh +vuF +lch +eRU +vWb +agj +hMn +icO +gmg +lJQ +wcJ +rKS +uAc +lNE +eIj +sPA +dOK +noJ +lJQ +gmg +lJQ +xPs +tjz +ayC +bHN +jHr +aaj +bIr +gIY +aaj +bfw +bci +bci +bci +aaQ +aaQ +aaQ +bda +scu +bcp +eKr +hfC +ves +bvO +aaQ +aaQ +lSA +lSA +jBr +mPJ +lSA +lSA +uNN +rdz +xKw +mog +dPd +aaQ +aaQ +vDz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(102,1,1) = {" +ykw +aaQ +aaQ +phl +hGW +vzU +vhp +aaQ +aaQ +aaQ +aaQ +aaQ +inL +pLM +fTE +abO +iwc +sOk +rrI +dtT +uCN +aqa +aqa +epp +jgf +aaE +abO +jgf +fHH +gAp +hLx +fTE +jhV +oIU +yjx +dua +mxR +khy +khy +mxR +vks +raX +btO +vks +raX +dkb +xzb +coW +xde +kKx +kKx +fdS +mGe +tWo +oxV +apZ +apZ +xCG +apZ +apZ +uVh +gZh +cwN +nfh +ckq +dRi +ixc +uit +gZh +xKS +lTF +iVx +ptB +heV +dsD +afv +pXA +ueo +fQf +ydl +mJI +hsR +moW +alk +alk +fLI +cNl +eSn +pzE +lbv +sde +xeP +vrd +tSu +iWb +cKu +qqg +alk +qyj +owx +hdU +jDR +gQk +kTV +dKU +djt +oAg +tvg +cSX +jgt +mjM +kMX +qpU +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +noJ +hTb +gmg +jfC +azm +aaQ +aaQ +aaQ +aaQ +fHs +aIS +xki +iuq +tcp +ivh +lJQ +iWe +cws +bEh +bas +sLJ +bqh +byA +wai +pHr +odE +uHL +neZ +ocV +jMO +sLJ +bas +kzx +lSr +mZx +bci +sSt +dsu +bIr +gIY +aak +bNB +bfc +rPi +bci +bci +aaQ +aaQ +iEc +hYb +fyT +pQj +mab +azt +aaQ +aaQ +lSA +lSA +iqi +dxB +sAp +lPC +lSA +lSA +aZb +rdz +mfT +eQF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(103,1,1) = {" +ykw +aaQ +aaQ +stD +ekv +bEV +bvc +aaQ +aaQ +aaQ +aaQ +aaQ +iSC +xLF +jgf +osF +jgf +osF +aKY +nWU +gXC +xOR +nYK +aKW +lQI +osF +bdc +hlm +vov +osF +aaE +uLZ +oSv +xRB +qYa +mjU +dkb +vdF +hri +dkb +hfQ +vks +pEq +xaL +lLr +upo +fxO +giq +bAp +wtI +cHF +aNX +cvt +xiw +wPl +apZ +drY +isH +apZ +paG +gZh +gZh +apZ +usQ +qcd +apZ +apZ +eOp +gZh +naV +lSz +pJA +gmw +asZ +hyI +fXh +wok +gIz +jFq +gmw +clm +saQ +bYI +nTN +lGQ +plB +tvs +fXc +iQo +iQo +jRs +fXc +iQo +pIT +aaw +cKu +bmd +kVK +sjQ +bRG +kej +dvs +rnE +iXG +eHH +kdS +tvg +xxT +elw +eUX +vqH +qcz +xYy +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +lyn +xcj +ghu +dxE +dNS +aaQ +aaQ +aaQ +aaQ +aaQ +aeC +uCJ +fBk +mrm +pvF +pBa +ayC +lVf +rOu +bRB +ayC +wCZ +dtr +mlp +beR +dsB +tny +lAF +wSh +rFS +jam +ioR +bas +pVQ +emp +abU +bHN +lZh +aak +jIO +gIY +trf +gDW +sqe +bee +qox +bci +sxi +gqT +aLK +azt +psA +hfC +pkK +hYC +aaQ +aaQ +lSA +uay +uwk +qaN +sAp +qaN +vyz +lSA +mfT +gtg +mMx +xuF +rvc +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(104,1,1) = {" +ykw +aaQ +aaQ +fKq +bQc +fIU +aCr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +peB +abO +oIU +yjx +aaE +jgf +fHr +jlt +sTg +osF +abO +gXH +inL +vov +chR +aaE +tnJ +dkb +dkb +jgf +oaj +dkb +dkb +dkb +dkb +dkb +dkb +lNQ +dkb +vXl +aNh +dkb +hpH +qXB +tbh +oTX +iiH +buL +mEg +ejt +xiw +xCG +nfo +xEG +tnr +sjA +puQ +agM +apZ +apZ +apZ +apZ +mwD +uit +gZh +moW +tIn +rQs +doy +vRc +rAe +eCF +gxI +wkJ +qzj +ktL +avz +mvE +vRo +xLH +uUP +iKp +hxT +huf +esa +esa +huf +esa +esa +huf +hxT +gCy +pky +kVK +bFJ +aHz +nLD +aHa +aHa +wbV +bgc +tvg +ogX +npQ +nkc +juH +ahz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kbc +uIV +ugF +uIV +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pCb +mrm +hyd +iUW +ivh +wxo +vkD +agj +sMU +lUj +kuI +ocV +ruQ +gwY +fTs +odE +sJX +mrm +aaQ +pbc +xgb +ozW +lJQ +xGB +lJQ +bHN +bcG +aak +vdI +brz +cEw +wtM +beM +bfd +bfy +bci +krK +goK +rQD +xNY +xwS +anr +qQG +iLi +ngT +aaQ +lSA +vPs +qaN +csj +sAp +sAp +faC +lSA +qLz +xuF +aZb +sNn +gWd +mfT +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(105,1,1) = {" +ykw +aaQ +aaQ +tcW +oah +ekv +aCr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aBj +pLM +fTE +osF +fTE +qNO +tng +pbY +tng +lQI +oIU +yjx +tng +tal +dkb +dkb +dkb +dkb +dkb +dkb +dkb +dkb +dkb +mSC +dkf +jeo +dJf +dkb +fdg +bAc +dkb +lcr +yjZ +prM +kKx +lYq +acn +rPG +ejt +oks +apZ +xCG +apZ +apZ +vvK +uit +rzk +apZ +rGd +kTO +apZ +aoY +gZh +gZh +moW +vHZ +bZH +diV +ofn +lCY +bve +rhw +aqn +kqD +diV +jHl +lTF +sIz +qpk +pRP +hXN +aMp +cbQ +fdW +pfi +lGS +cbQ +fdW +lvd +aax +aau +pky +kVK +bFJ +qkx +aba +bRG +dKU +aTH +wbV +jzz +brB +vQB +hGG +caJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iSI +csn +aaQ +aaQ +vpF +ayC +gmg +aaQ +aaQ +tcF +aaQ +aaQ +aaQ +gSQ +eNd +lch +ocV +pBa +ugF +kzK +sdV +rOu +bas +aql +jam +qmj +rmy +dsB +gMp +aaQ +aaQ +aaQ +noJ +pBa +iQl +xyd +gmg +mZx +bci +bcJ +aaj +bIr +gIY +beb +bed +waD +taU +bfy +bci +aYF +cBR +xKX +qmk +qEP +hJr +dUP +dXo +bda +aaQ +lSA +thF +sAp +qaN +qaN +sAp +gQJ +lSA +spH +uVy +xuF +sEs +oTI +xHY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(106,1,1) = {" +ykw +aaQ +aaQ +stD +vBt +ish +lXf +vfB +aaQ +aaQ +sYX +aaQ +aBj +sdo +sTg +gXH +gCc +jhV +iwc +osF +bdc +vwQ +nuC +iZS +jhV +aaE +mjU +sVJ +abO +dkb +ahE +rNz +raI +bhF +hHd +myC +kKj +dkb +jpt +mev +cnr +dwl +dkb +dkb +dkb +dkb +aQZ +aQZ +aOq +wYK +lYq +rHy +jos +ejt +xiw +apZ +jrO +kIJ +apZ +eoA +uit +uit +apZ +dRS +kCE +tnr +sjA +jYq +gZh +naV +lSz +pJA +qUV +rOJ +gXX +aYI +fNe +ejZ +mCf +gmw +mJI +cGh +clL +nTN +hAq +ckY +xWw +jwm +apy +iQt +vuj +poo +qVB +wXr +iWb +cNl +iqf +kVK +bFJ +qCx +dvs +maa +aoT +qGa +tvg +xxT +npQ +qpU +gdv +aJz +atU +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iVF +uzM +oYO +bBE +aaQ +aMi +azH +atI +ofE +aaQ +aHO +aaQ +aaQ +aaQ +aaQ +ciB +bas +epH +vRL +ayC +umX +icO +vzq +qTs +ivh +cNG +aaQ +aeC +sJX +krn +aaQ +aaQ +vuF +bzt +aUy +qAm +gmg +cmV +taC +bci +grY +aaj +jIO +gIY +bdn +bec +teY +aIJ +bnj +bci +oBj +dvf +goK +wln +hJr +qQG +xzF +bvO +aaQ +aaQ +lSA +aGH +yll +dxB +sAp +sAp +xJR +lSA +iop +noB +noB +noB +aaQ +aaQ +aaQ +aaQ +kCm +aaQ +aaQ +aaQ +aaQ +ykw +"} +(107,1,1) = {" +ykw +aaQ +aaQ +fKq +lVw +hGW +iie +eSC +ovE +sns +aaE +fPH +abO +osF +leG +jhV +osF +dav +chw +fLD +abO +xRB +sTg +pLM +fTE +abO +mYW +uLI +tng +awA +fmt +kEm +tOq +bhF +vHD +acG +huw +mxR +fft +fxz +wlk +vKt +cWj +kfK +dkb +udL +kyb +hIy +iUv +uMF +iNQ +qEw +aTw +iaA +kQJ +apZ +faT +xEG +tnr +sjA +gZh +jYq +apZ +apZ +apZ +apZ +ffQ +ohh +cgE +mRG +sIz +rkA +rbo +yjq +ssx +ohj +bOS +mUo +sXx +nje +clm +qfQ +moW +alk +alk +fRn +wnI +hvM +pXF +tqO +jzp +rqD +rMi +tqO +rXx +kMB +iuR +alk +iHG +pjO +aoF +rnE +kdS +uzU +hiJ +rzN +rQn +cJf +aui +ylo +aui +acm +aaQ +aaQ +aaQ +aaQ +aaQ +eeh +bUS +xSi +kDQ +mey +aaQ +aLj +qbs +aLj +vez +fhz +ggU +aaQ +aaQ +aaQ +aaQ +uGX +jCY +xgb +sLJ +dtd +gmg +gXJ +abU +kzx +sLJ +epH +aaQ +aaQ +aaQ +wNG +mfy +aaQ +oPX +pbc +sLJ +wcJ +vfR +mNb +qCN +bHN +hwM +aaj +jIO +brz +aaj +bDK +oVc +bMd +bci +bci +aaQ +aaQ +bvO +smm +kNf +anr +bvO +ybO +aaQ +aaQ +lSA +lSA +olk +stH +qEM +qEM +lSA +lSA +dbp +kic +eQF +aZb +dbp +aaQ +aaQ +nND +adF +foF +aaQ +aaQ +aaQ +ykw +"} +(108,1,1) = {" +ykw +aaQ +aaQ +nTO +sEG +ycv +cJY +cbz +nBy +fHq +uzb +dav +inL +aaE +sTg +abO +inL +oSv +abO +abO +jgf +qev +awA +fPH +gCc +aBj +abO +omB +vwQ +awA +fmt +sPT +ied +bhF +pwR +acG +tix +dkb +dkb +dkb +dkb +dkb +dkb +dkb +dkb +iwd +enE +gpb +qcZ +ifs +xeO +kyk +bCQ +vtT +eUJ +apZ +xCG +apZ +apZ +apZ +psS +arU +apZ +iQX +nNQ +apZ +pbR +uit +uit +hyk +qCu +kly +lsH +kSZ +fAQ +ewY +mCf +lMo +ogG +pBM +rFi +dpi +moW +sfD +alk +gTz +nXF +fXc +kav +iQo +sXe +qDT +pMS +iQo +jRs +srv +aCm +alk +alk +aoF +maa +aSb +mER +yhg +ogX +brB +vQB +iwY +vRb +aHF +jXl +dZd +ofE +qNI +aaQ +aaQ +aaQ +aaQ +sRw +wyQ +vFG +fDI +cZM +atI +sOB +atI +aMi +kWw +mtS +fTM +aaQ +aaQ +ofE +xSi +glu +qgA +pvx +xSi +teN +scb +ylo +hEX +aaQ +aaQ +aaQ +aaQ +aaQ +mlp +beR +jfA +ijR +qtq +xgb +ayC +hxU +bkP +vVN +bcj +onx +jTC +wrF +gIY +jTC +pta +bci +bci +bci +aaQ +aaQ +aaQ +bbE +psA +wyE +oTF +psA +aaQ +aaQ +aaQ +aaQ +lSA +lSA +lSA +lSA +lSA +lSA +xuF +uJL +lgG +dbp +bbB +aaQ +aaQ +lpq +jFY +diH +jAJ +aaQ +aaQ +aaQ +ykw +"} +(109,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +qSA +cbz +tox +ieD +fiW +skL +uLI +aKW +qev +aaQ +fPH +fPH +gXH +jgf +peB +gCc +aqa +aqa +iKg +kSN +aaE +osF +sdo +uGo +ukO +acf +kGF +gYS +tAC +kDO +xWX +qkN +sBc +aQZ +lTg +qMF +lTg +qNk +ula +aQZ +oNi +kyk +kyk +kyk +lbS +bIZ +bJe +txE +cLn +oNi +gbo +kSw +qhq +cgR +aQZ +kwR +fnD +apZ +tKX +xEG +plH +gQf +gZh +gZh +naV +ngU +qtU +wgu +vki +iuP +izd +dYZ +iuP +iuP +wVi +rNJ +woI +naV +fUd +alk +alk +qtz +wWB +tiT +nFa +diS +wWB +wWB +sgR +alk +dUl +alk +alk +iru +ktj +aba +nwZ +eOF +nUN +vSI +npQ +xRt +wiQ +ygE +teN +eRA +kHE +bzq +ofE +qNI +aaQ +aaQ +dRc +cZM +hfR +oFf +cZM +ygE +oEd +pEG +bfz +atI +tHL +new +vjw +ofE +aaQ +xSi +uyA +aui +fQR +ayU +spa +aLj +bKv +aLj +oEl +ofE +sRq +aaQ +aaQ +aaQ +aaQ +aeC +tBY +rDV +lJQ +wHk +bas +lJQ +bkP +vVN +odo +onx +aaj +bIr +gIY +jTC +bfA +bci +aaQ +aaQ +aaQ +aaQ +gmP +hre +xwL +ppp +wFS +bcp +eFI +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qNF +xuF +lPr +oxU +yic +aaQ +fly +ghf +pDA +jqa +vRW +cpJ +aaQ +aaQ +ykw +"} +(110,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +ieD +osF +aaE +fHH +gAp +oSv +aaE +aaQ +aaQ +jgf +dav +osF +sdo +jgf +aaQ +aaQ +aaQ +xRB +abO +osF +tng +inL +lCV +igi +ogk +bsX +bqq +lnk +xjp +bsX +sNd +yfn +rjn +aqP +sjA +kKm +sjA +sjA +rjn +bNH +paX +jYq +tEF +dfh +cac +laA +kPp +eUJ +paX +gZh +uit +gZh +gZh +qQI +dXf +fpU +apZ +apZ +apZ +apZ +aTy +uit +gZh +moW +moW +ihU +wUB +apT +gxI +iCb +bXK +ejZ +kvY +fyD +phB +naV +naV +lRq +xYV +alk +alk +ctn +dVX +cdh +obf +ctn +wqQ +obf +alk +pAE +uiz +oDZ +lim +lIt +rZr +aSb +bXY +aQx +cVP +ihJ +bqY +aJr +atI +wQI +qOe +keA +qRL +uJl +vXe +aIE +xmc +aMi +sKn +aLj +ylo +jze +rdD +diI +lXk +pEG +bfz +bBg +atI +jze +xmc +sBS +uyA +aMi +fQR +ofE +aMi +uyA +qbs +diI +djP +jSj +bCb +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +daH +lSM +pOA +ivh +ayk +fQc +bkP +vVN +bHN +bcM +aaj +bIr +gIY +aak +bfB +bci +aaQ +aaQ +aaQ +aaQ +bda +mhJ +snP +rVp +odh +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bzj +yic +oLs +aMO +lvg +jcw +pDA +hVW +lFk +vzP +vAJ +aaQ +aaQ +ykw +"} +(111,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +peB +aBV +nrN +vov +eut +qev +aaQ +aaQ +jgf +ppG +jhV +cDG +eet +aaQ +aaQ +aaQ +aaQ +nxy +sdo +fPH +sVJ +fTE +eGH +dif +ahE +tAC +giZ +bfx +uok +tAC +eDS +ncd +fnD +sNk +sjA +edu +kKm +sjA +fnD +bNH +gZh +fRP +pwA +gZh +rRp +dAn +lCQ +eUJ +uit +kIB +uit +oBP +gZh +fnD +tTi +iBp +apZ +mxu +hgI +apZ +fPE +uit +uit +uze +moW +moW +moW +moW +hhq +dHz +jqW +bhb +moW +naV +naV +naV +phA +iCR +bOV +ewM +hyN +akz +lcR +hyN +qTb +kBz +vLK +mQF +xjI +sPM +bMx +bcs +rpD +aHz +xkP +pjO +cNg +xAh +xvk +cVP +rGi +ePP +aLj +aJA +niU +ylo +wJr +bfz +tro +aTi +atI +ylo +gBR +hDD +kQi +wfo +atI +kit +rXm +jze +uiI +qbs +wcC +uHn +azH +oEd +kpp +atI +sZJ +wjY +geu +wWh +vvf +byL +rXm +ijh +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pfS +jam +qLu +bas +rOu +gDj +gKX +bci +aIR +aaj +bIr +brz +aak +bfC +bci +aaQ +aaQ +aaQ +aaQ +aaQ +wyE +rMl +gBC +azt +kRa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iAb +irn +yam +mrg +yam +bQT +diH +diH +diH +lFk +fbb +aaQ +aaQ +ykw +"} +(112,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fiW +gXH +jhV +xsk +aaQ +aaQ +aaQ +aaQ +sTg +orm +awA +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaE +oOb +abO +mxN +eut +ukO +qsf +acG +bRe +lnk +tbL +vFy +huw +nEk +aQZ +lTg +ikZ +lTg +gNs +nvQ +aQZ +oxV +fdS +fdS +fdS +bDL +rRp +vpQ +sXm +xiw +rcR +seD +vCR +wZv +qnG +aQZ +fnD +fnD +apZ +bpf +xEG +plH +sjA +gZh +hZc +hdm +aOq +hdt +qho +moW +naV +xKS +caw +naV +moW +wio +wYz +ciy +lxJ +ucq +eQw +xXf +oxg +kwX +uor +xjI +fac +vLK +jfj +drf +xjI +dxZ +tkI +lIu +dzI +hdU +aba +aoT +kMm +nvp +ogX +oXw +vIE +mFD +qbs +new +lXk +hyZ +atI +cbH +qRh +atI +fHp +gER +gNM +gER +uiI +lXk +gER +iZI +wDp +jEN +qjS +wcC +uJl +tex +bKv +diI +krg +nIk +spa +teN +atI +hvb +mCS +gTn +vwn +aMi +rIi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ddT +azf +ayk +kzx +sAi +mZx +bci +bcO +aaj +aaj +mSu +aaj +bfD +bci +bci +aaQ +aaQ +aaQ +aaQ +wTH +hBe +iuI +wTH +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kRh +jAw +oKL +rUF +brM +jAw +gPt +eUd +vQU +jqa +vQU +jEK +vGE +aaQ +aaQ +ykw +"} +(113,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aBj +osF +nrN +abO +aaQ +aaQ +aaQ +jgf +abO +hLx +aII +sdo +aaQ +aaQ +aaQ +aaQ +euv +gCc +jVa +aBj +osF +jhV +gwl +xHl +xWX +sTM +bhF +qsf +cYb +tix +alo +alo +alo +alo +alo +alo +alo +alo +uKR +jCx +xde +kbB +kKx +vPu +fdS +fdS +rZC +eUJ +apZ +apZ +xCG +apZ +apZ +ylO +arU +apZ +apZ +apZ +apZ +lel +uit +gZh +sjA +nhZ +hzi +pfn +hyN +rqL +rUL +uhv +sCz +hyN +qaw +fdH +hBH +wES +vYv +ucq +ovF +oxg +gvX +kqR +xjI +oHA +bRs +vLK +qoi +hyN +qdy +tkI +jyr +oOd +aba +alX +cQv +kdW +dui +brB +npQ +qpU +gdv +ygE +spa +dZd +xFu +jrI +ikF +aTi +lXk +prd +aMi +jJe +lXk +lRh +ejf +ofE +aMi +pWA +ylo +teN +lXk +akD +atI +diI +hRQ +vvf +aMi +aMi +lXk +aLj +diI +ikF +aTi +xSi +new +pEZ +fhz +aaQ +nMD +uYq +rEF +aaQ +aaQ +tmF +mxc +wcJ +ayC +wQB +nxM +tHw +bci +bcP +oLf +lBE +mDp +vMF +qlB +bci +aaQ +aaQ +aaQ +aaQ +oqz +gWC +uoE +qEP +psA +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rqe +dsZ +cwM +urm +apG +qcn +apG +gOS +qcn +gob +qcn +cwM +fbb +aaQ +aaQ +ykw +"} +(114,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +sxC +fLK +aaE +qev +dav +abO +aBj +aaQ +jgf +aBj +osF +tng +aaE +aaQ +aaQ +aaQ +aaQ +aaQ +jhV +wnN +abO +gXH +tng +sIs +awA +kKd +xkq +uJf +upy +fmt +uTP +huw +sPd +mFH +rla +hIz +kwA +skQ +kbj +alo +cVM +ffH +xVm +prM +kKx +lab +aNX +chC +oxV +wPl +apZ +aSi +pkH +tnr +sjA +gZh +uit +apZ +xvX +xLC +apZ +pPe +gZh +gZh +sCq +aOq +aOq +aOq +hyN +xlP +vLK +rDE +cnZ +hyN +hyN +lNt +qSg +bXu +bin +nkc +kWQ +oxg +aJC +goW +hyN +dGp +vLK +jfj +sFh +xjI +dxZ +tkI +pqK +eNl +kdW +qCx +eHH +vxI +fge +rzN +slo +icE +hEX +dlh +aMi +psV +vCT +ylo +nnc +xSi +lRh +xeW +fhz +nwL +ejf +aMi +prd +lXk +sKn +dZd +oEl +kQi +qbs +lRh +jhi +rXm +xSi +vvu +geu +nVG +xmc +ylo +kQi +pWj +nfw +hdT +ylo +lXk +sBS +oEl +aMi +ogB +kMu +qgA +sBS +iQl +lJQ +cPN +kzx +xYz +gmg +ayC +bci +bci +bff +ioD +wex +bff +bci +bci +aaQ +aaQ +aaQ +bda +ojn +bVC +psA +fTa +azt +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nND +rrW +aMO +cRz +vYB +ehi +fly +dwm +sPF +sRt +vSR +aaQ +qcn +gob +aaQ +aaQ +ykw +"} +(115,1,1) = {" +ykw +aaQ +aaQ +nxK +kMt +fPk +feJ +gSI +aKW +fnx +nrN +aaE +sdo +fYy +aKW +uzb +sVJ +aaE +aaQ +uzb +aaQ +aaQ +nnq +nkC +xRB +abO +sSJ +pVH +hdF +alo +mEp +qKG +fDs +bhF +afc +sAk +bqq +alo +nPQ +mYv +nmJ +pwX +alo +alo +alo +alo +aQZ +dMO +gwN +wYK +mUB +tjg +hEb +mUM +eUJ +xCG +nCS +bsJ +apZ +uYv +uit +gZh +apZ +vWi +xEG +tnr +kKm +paX +gZh +qcS +aOq +fev +blZ +hyN +ajf +vLK +jfj +guZ +bZZ +hyN +hyN +rSO +xQv +aLs +ouD +aBa +hyN +aov +oQL +hyN +pwv +bzD +vLK +mwI +xjI +dxZ +uiz +bcs +aba +kej +pjO +cQv +aSY +xxT +tCB +jFu +wkz +aaQ +aui +ygE +vgR +tkr +sKn +qbs +qOH +ofE +bBh +rjd +aMi +pWA +jNw +cbH +bhy +osR +xSi +atI +lMx +hDD +ylo +vAr +aTi +mCS +rLT +ekf +atI +mCS +hpD +fom +ofM +gjs +fKb +oLd +efK +eQq +rjd +ehO +eOZ +ofM +kQi +qbs +eMX +qYm +alI +nxM +ghu +dxE +mZx +bci +bcR +pqN +rXL +qXU +bdp +bVG +bci +bci +aaQ +aaQ +bda +fhg +iQn +cnI +pOV +qpx +bbE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vzx +mbE +khj +brM +emm +nPI +vtJ +auM +vHG +ipS +jEb +xWA +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(116,1,1) = {" +ykw +aaQ +fCQ +fht +jri +mOG +lQL +oWH +oAr +abO +iNi +xRB +oSv +aaE +aaE +qev +osF +jgf +aaE +abO +aqa +aqa +jtC +abO +aaE +jgf +uGo +xHV +uLI +alo +alo +alo +alo +alo +alo +alo +alo +alo +fwv +hoA +hed +omq +alo +kBc +sNh +alo +wOK +cQm +yjy +kKx +mUB +aZx +ayJ +ejt +xiw +apZ +xCG +apZ +apZ +huR +gZh +noA +apZ +apZ +apZ +apZ +aWw +gZh +uit +sjA +lWT +rnn +lGD +hyN +vLE +jfj +phU +eWh +wQO +mYK +hyN +hyN +oxg +oxg +hyN +hyN +hyN +etV +uor +hyN +qsI +aJs +oYI +dKz +hyN +pAE +uiz +bAq +mWZ +yiH +aSb +aSY +ptV +rzN +aGp +qwb +aaQ +aaQ +aaQ +hEX +wgf +atI +xCs +aMi +aLA +aLA +dIU +vFU +otH +oZu +pfM +vFU +rQE +aLA +aLA +oFr +nnc +iRa +eSf +eap +ivR +tvF +att +rXm +mCS +fZr +aaV +wXV +xhQ +diI +nKz +kQi +pEG +qjS +new +tro +vwn +jFE +pGR +azH +lUj +fnd +hwT +abU +uIV +lNv +xnj +bci +bpu +aaj +aaj +mSu +aaj +bfI +bci +aaQ +aaQ +aaQ +aaQ +pQj +fTa +iQn +qXc +ciK +fTa +nBr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dsZ +vxP +jqa +gob +rZA +ehi +tTu +pls +jZi +pUj +qEu +pLA +cjM +aaQ +aaQ +aaQ +aaQ +ykw +"} +(117,1,1) = {" +ykw +aaQ +xuR +kKI +bud +qbX +aaQ +nNn +jNu +dop +vov +skL +uAL +gXH +jhV +xwk +peB +oSv +peB +aaE +aaE +awA +aaE +osF +aaE +inL +viN +vwQ +aaE +abO +oaj +alo +alo +jgf +oaj +alo +alo +alo +alo +alo +alo +obW +alo +uwQ +siH +alo +lxY +jIo +gpb +kKx +mUB +hER +avp +ejt +eUJ +apZ +jMR +jlO +tnr +tuD +owu +gIo +apZ +hsl +rbP +apZ +apZ +eOp +uit +aOq +aOq +aOq +aOq +hyN +wRA +jfj +vLK +vLK +jfj +pzb +nGI +dnh +hOl +lVk +xMO +dak +pzb +xrw +uor +xjI +tqb +ygN +vLK +uCz +hyN +srI +hyN +hyN +oRG +nLD +qGa +osV +jzH +auP +pwf +nkc +aaQ +aaQ +aaQ +aaQ +aui +aLj +ofE +aui +aLA +aNs +pVA +aNu +pVA +pVA +pVA +ffX +ffX +aRn +aLA +aMi +iRa +azH +htT +aKy +dyD +dyD +dyD +aKy +aNo +eyw +cAY +tUX +aKy +xcz +xSi +aKy +ylo +lXk +ylo +fLB +bfz +ylo +qbs +ygE +bas +bas +ugF +bas +hDd +hkr +lwT +bci +rPT +dsu +bIr +ibf +aaj +bfJ +bci +aaQ +aaQ +aaQ +nfP +ojZ +rwe +wln +smm +jNt +psA +klu +bda +aaQ +aaQ +aaQ +aaQ +ldm +nYX +mbE +khj +xXU +muo +jEb +niN +ckm +bcp +bcp +gRj +bcp +qrL +bda +aaQ +aaQ +aaQ +ykw +"} +(118,1,1) = {" +ykw +aaQ +vOC +eBm +wkx +aaQ +aaQ +aaQ +vzZ +azj +sRj +oyh +oIU +yjx +nrN +aBj +gXH +pLM +skL +osF +pLM +gak +hKJ +bYv +skL +wji +pLM +oSv +qev +jgf +aBj +iHj +abO +aBj +jgf +aBj +alo +mrD +voS +alo +cqH +alc +alc +qoz +pot +lVA +tGE +wsj +bAp +wtI +djR +qEw +eii +eUJ +kQJ +apZ +cqA +kCE +apZ +fCz +xcF +gZh +mEn +vUm +pOr +jCd +daX +uit +abd +pwA +jYq +gZh +uit +czd +jfj +lvW +bzD +vLK +sPE +dnh +irx +pzb +plY +hOl +pzb +wgE +mbS +fMr +xGA +eLj +bqI +pom +dBZ +wHW +nOU +lbu +hyN +hyN +hyN +aSb +azi +pDE +hiJ +scP +fYK +aaQ +aaQ +aaQ +aaQ +aaQ +aui +cZM +atI +xSi +nMR +fkC +aLR +rRU +bUk +aPt +aPt +mYR +aYx +cHw +iAs +jFE +oEd +atI +aKy +aKy +nOG +qAN +mua +aKy +aKy +oct +oct +aKy +aKy +aKy +aKy +aKy +aKy +nmz +aui +atI +wfo +hRQ +bjH +aaQ +lwT +noJ +gAz +hGo +eBN +lwT +mZx +bci +bcU +mpu +jIO +brz +aak +bfK +bci +bci +aaQ +hgD +bgW +iCl +psA +aaQ +psA +fTa +azt +qeV +bda +aaQ +aaQ +aaQ +aaQ +qcn +eYZ +vxP +jqa +gob +qPh +mQd +aLK +bbE +ksT +bbE +sxE +fMH +bvO +aaQ +aaQ +aaQ +aaQ +ykw +"} +(119,1,1) = {" +ykw +aaQ +aaQ +poZ +tBA +aaQ +aaQ +aaQ +aaQ +peB +iRD +fPH +aaE +qev +aKW +abO +nrN +nkC +xRB +dav +nrN +dZY +osF +sVJ +mku +fHH +gAp +fPH +gXH +rMI +aaE +mxN +aaE +kjj +eIO +hKJ +sPd +oMD +oMD +sPd +sJp +ecT +obT +sJp +btn +alo +wXG +nbT +xde +kKx +oeg +bgi +kyk +iaA +iaA +apZ +xCG +apZ +apZ +apZ +ttF +gZh +uit +uit +gZh +mxm +uit +csq +jop +uit +hzt +uit +gZh +jfj +xVk +jfj +jfj +veh +rdl +cCW +hyN +hyN +oxg +oxg +hyN +hyN +dXN +jfj +jIW +xjI +hdj +eRX +qXv +kQO +jAW +xUW +kkN +xjI +dLk +cQv +xEN +pNL +kMX +aJu +vQB +aaQ +aaQ +aaQ +aaQ +jFE +uyA +hRQ +wWh +aui +aVw +lJr +aOR +hte +aPu +aPu +aPu +ecp +aQw +eXG +aZy +akD +diI +oEd +lRM +fQJ +xxC +miN +gLb +voy +aKy +hTZ +bCo +aKy +ikJ +pjg +dcl +gGC +aKy +aKy +qbs +eQq +ofM +cae +lKI +aaQ +aaQ +pbl +aaQ +rFC +lwT +uyz +ulA +bci +bcT +aaj +jIO +gIY +aak +bfL +bci +aaQ +aaQ +fTB +iyN +bcp +aaQ +aaQ +gqT +fOC +rym +bbE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +sPw +gob +aaQ +kMa +odn +lHs +vff +xNY +sxz +bvO +gJT +bxt +bda +aaQ +aaQ +aaQ +ykw +"} +(120,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ieD +oSv +sdo +rpR +fPH +aaE +uzb +sdo +abO +abO +jgf +oSv +oIU +xHu +skL +oAr +abO +pxr +gSI +oSv +pNg +aaE +pLM +fPH +qev +bdc +vKh +gAp +alo +bKi +kno +alo +tNJ +nyU +eXA +sUD +cVO +alo +pGE +xBy +fsz +yfP +gKz +cTJ +uit +gZh +uit +uit +sTw +jfl +csZ +gZh +paX +jYq +xde +sEp +jfl +oBP +kPt +xde +hyG +knU +xEs +koy +prX +oxg +bJL +jfj +aJs +eHw +veh +tuQ +hyN +eQm +maE +cRO +maE +hyN +hyN +fzi +prr +hyN +plE +hyN +noh +aza +qRF +ltU +pwD +xjI +hlM +oxH +xHg +tKL +wsS +oHY +sgd +anB +aaQ +aaQ +aaQ +aui +fWL +teN +lXk +hRQ +aVw +aLh +kob +rrT +gfi +xtP +rTG +ecp +qpo +kQH +aZy +dZd +gjs +rbx +lRM +rTx +lbz +nlk +phR +oYX +pqE +xIO +ieA +aKy +sZS +muL +vlZ +muL +fds +aKy +aKy +xUR +nfw +tid +emX +ceW +aaQ +aaQ +aaQ +aaQ +iAE +eEj +pvm +bci +bUs +bdZ +dXl +opb +bfg +bfM +bci +aaQ +aaQ +fsP +hIB +xKX +aaQ +aaQ +uHs +uUg +goK +vIK +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bJA +bda +bda +ojn +tjA +bbE +qrL +csl +bda +aaQ +aaQ +aaQ +ykw +"} +(121,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vjr +bEw +ylc +abO +abO +abO +qev +aaE +fPH +riS +bEw +fPH +aaE +gCc +awA +abO +aaE +eut +ujT +fHH +tnt +jhV +uGo +gXH +oSv +dHJ +dgy +qEm +alo +alo +alo +alo +alo +smq +flZ +dRe +qmz +rFs +alo +oFn +iZs +cfh +dyn +cVV +uiQ +gZh +lkV +eHX +oBP +jfl +gZh +gZh +jfl +gZh +gZh +xde +xde +wSC +cKy +xde +knU +frO +uHQ +aOq +aQZ +aQZ +hyN +vOB +jfj +fvB +vGi +iBM +hhh +hyN +cEE +vRV +cGZ +jLD +qYS +hyN +irx +kjF +hyN +rnE +hyN +epG +wSx +riA +dBy +fZh +xjI +wWT +dzI +nLD +tKE +qUu +xxT +vYv +msr +rOj +gsT +rQT +uyA +aMi +kHE +nnc +aui +aVw +lJr +jBP +edX +kVL +oMb +xtP +aPu +aQw +aRp +ihV +xSi +pWA +sKn +lRM +qFw +blF +pNH +rZx +gut +caV +aFW +oYX +dMI +eMa +vTd +jae +lSb +vhu +aKy +xSi +pEG +fKb +iiE +iQv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bci +bci +bcW +bfh +xMG +dNd +pmQ +bfN +bci +bci +aaQ +aaQ +bvO +blV +aaQ +aaQ +aaQ +psA +oxb +sMb +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +jlg +aLK +lWN +sUo +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(122,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dxd +noY +nBy +aBV +tpu +aaE +aaQ +aaQ +fHq +aBo +qTf +aaQ +jgf +aqa +aqa +ajE +sDE +peB +viN +bGq +ndc +uGo +hCZ +lfK +gCc +abO +eGH +hXj +grB +qJs +jgf +alo +alo +alo +alo +alo +alo +alo +alo +aOq +aQZ +aQZ +aQZ +aOq +foR +hGR +aOq +aQZ +aQZ +aQZ +aOq +aOq +xBq +vGw +cfV +tQE +vak +vGw +fdc +yiE +cvY +aOq +aOq +aOq +bVc +iem +hyN +aHl +rtK +bVZ +okJ +hyN +hyN +hyN +uIn +wDl +gOz +dKU +rnE +hyN +vhw +oLq +hyN +jLD +hyN +hyN +clN +lqW +qjr +hyN +hyN +hyN +dzI +oVq +xHg +osV +aJu +rzN +aGp +lgM +iwY +atI +apM +aMi +hvb +hRQ +aui +gYu +fkC +aMc +dIo +aPu +ecp +aPu +aPu +qpo +aRp +vuS +aui +aLj +wfo +aKy +aKy +bUx +vll +nRb +slU +nRb +nGA +aXK +aKB +wcx +mUF +iFw +rzz +rzz +aKy +tnx +cIs +atI +hlf +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bci +bci +bci +sjY +bci +xqJ +bci +bci +aaQ +aaQ +aaQ +tBW +upZ +vgA +aaQ +aLK +tXh +twO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +cPu +rud +cPu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(123,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +rHd +iZy +mRj +vwK +ylc +qTf +tox +aaQ +aaQ +aaQ +bEw +ihw +aaQ +aaQ +aaQ +aaQ +aaQ +nxy +nlh +grB +kzb +iLG +ktM +qqZ +meC +oSv +ipQ +osF +pLM +inL +wXk +tng +osF +aaE +whz +aBj +aaE +jgf +jgf +fwa +wSB +bvn +xEP +xEP +aOq +hnB +yhE +aOq +ara +hBB +mSX +aOq +aOq +aQZ +kwR +yhE +aOq +aOq +fnD +hHE +aQZ +aOq +aOq +cAr +mST +bvn +bvn +hyN +oxg +irx +wro +oxg +hyN +acq +dKU +aHa +aHa +axd +vRV +jLD +seA +uiz +kEw +uWW +gDQ +jLD +hyN +plE +plE +plE +hyN +gOz +xkP +bNf +maa +dKU +lLl +fge +brB +rzN +aGp +qwb +beU +aMi +oEl +bDg +ejf +aMi +aVK +aLz +aLU +aMK +aOA +aOA +aOA +aKx +bCH +abg +acv +uoX +gjs +xDz +mJi +aKy +dMf +eVR +snN +dme +dme +nGA +oYX +aRv +aXK +dtf +pns +xVH +oYX +bCs +rXm +bDg +rjd +eOT +aaQ +abk +abk +abk +abk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bci +bcL +ccv +voq +bci +aaQ +aaQ +aaQ +xKX +sTf +fTa +wNC +xKX +bcp +bcp +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +pUj +qEu +qeU +fzu +xKX +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(124,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +ycv +lYk +uFJ +rpy +tpu +jvL +aaQ +aaQ +aaQ +mDY +fHW +uLp +uty +jlL +aaQ +aaQ +aaQ +aaQ +pzn +rcj +pLM +mkU +hXj +iLG +qEm +grB +mwv +peB +sIs +bdc +qWC +viN +uJJ +gXH +qUv +pLM +gWS +inL +abO +hrN +bvn +gvc +abL +eTV +aOq +eZU +lwe +aOq +syI +wao +pCv +tFK +aOq +kvf +pCI +xSl +aOq +aOq +pCI +glR +ebA +aOq +mea +hhd +fJT +pCv +hhd +mZW +uiz +vhw +voc +uiz +bpy +maa +gFd +cxZ +hvI +rfF +xkP +dlN +eJN +wya +fZI +mZE +oVQ +aHa +dKU +vRV +kdW +hkn +jLD +nEV +kej +nSn +oOd +aoF +cQv +nUN +nkH +vSI +vSI +xRt +uzk +spa +fQR +lXk +vbk +aui +bbu +bbu +bbu +aSP +gBx +lzk +aYi +aPx +twb +twb +twb +aMi +hcI +bfz +aui +aKy +pms +nMa +sLI +sLI +hKY +icJ +pun +gQB +mIa +wEU +fVY +aas +dJo +aKy +aKy +dUL +teN +lXk +lJx +mrM +dZR +gro +rbS +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bci +voq +gxA +dJw +bci +aaQ +aaQ +aaQ +efy +mzo +azt +rvR +fTa +azt +rym +kRa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kRo +iIm +bbE +bvO +ipS +gkr +vIK +bda +aaQ +aaQ +aaQ +ykw +"} +(125,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +qSA +ybm +iRb +iZy +gtu +oOa +aaQ +aaQ +nBy +gID +ndw +hVA +fgz +aaQ +aaQ +aaQ +aaQ +aaQ +myX +neO +tbW +gXH +skL +mkU +sJY +iNi +abO +jgf +mxN +jhV +oSv +lAK +jgf +abO +hCc +dua +oTE +coC +tnt +uEG +vDs +ijv +tIo +aqR +oJV +rQr +ffd +oJV +ebA +ebA +ebA +ebA +oJV +ebA +ffd +ffd +cNj +ebA +xGS +ffd +ebA +oJV +ebA +ebA +ebA +ebA +ebA +ebA +uiz +jVc +jVc +uiz +qGd +lji +cVx +duj +yiH +fsO +uVv +aHy +bBj +bvC +dvE +mnX +mnX +qUB +pjO +pYq +iYD +qHS +xWq +dFl +mCB +kej +pjO +nLD +mnX +aur +rLt +aur +rLt +tFW +hal +rXm +atI +gjs +niU +ofE +bbu +tDr +owY +oEE +wTN +rgw +wTN +aPy +acj +deK +twb +qgA +lXk +wfo +jXl +aKy +nDU +oYX +aXK +aXK +aXK +emy +dzZ +aKB +gPo +eQP +qIT +oYX +gdj +aKy +jWz +mso +pFs +hRQ +atW +wDj +cQJ +aOh +aXH +cbk +aaQ +abk +aaQ +aaQ +aaQ +bci +dTK +bci +dTK +bci +aaQ +aaQ +aaQ +aaQ +efy +qqU +iQn +psA +uXG +avw +mJU +ere +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ldm +iIj +rgT +gRj +xNY +oqz +bcp +rFF +bda +aaQ +aaQ +aaQ +ykw +"} +(126,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +stD +ekv +nmC +bEV +pdj +tpu +tox +gID +vZJ +aEr +oUp +exD +aaQ +rwb +aaQ +aaQ +aaQ +efr +wrL +aaE +uhg +osF +sIs +hII +rMU +eut +inL +qev +abO +peB +jgf +peB +jgf +aaQ +gSI +gXH +uev +ays +kfQ +tbx +gMK +hps +nuN +ebA +bok +wYM +wYM +hKG +wYM +wYM +hKG +hKG +wYM +hKG +wYM +wYM +hKG +pue +wYM +wYM +wYM +wYM +hKG +hKG +wYM +wYM +hKG +rzo +uXX +uXX +uxw +the +vlV +rtO +mCB +cTx +pWQ +cxZ +qNi +rtL +aJp +aoH +hSO +mnX +qCx +byX +ouE +nLD +rSa +kIA +cEL +hvI +byX +bLt +cxZ +aLd +ozw +sZL +cVP +sZL +ozw +bby +wXV +gER +iEh +lXk +jCh +bbu +sNQ +aLX +aPz +aaD +aaD +aaD +aPz +btH +aRt +twb +qhi +oEd +aLj +aKw +aKw +wci +aTr +aJR +wci +aTr +rIG +wci +aKw +aKw +aKw +rdU +asg +aKw +aKw +faz +gJU +xKN +jXl +atW +wDj +cQJ +aXe +aXH +pKS +aCU +aCU +aCU +aCU +aCU +aCU +fUe +rAL +rvR +bci +aaQ +aaQ +aaQ +aaQ +bda +ojn +seR +gOl +oxb +tFw +eBp +enN +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bUG +oIH +hPK +kRa +fTa +bcp +oxb +bvO +aaQ +aaQ +aaQ +aaQ +ykw +"} +(127,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +sns +nXO +nmC +ish +nmC +jlw +twy +rNY +seZ +cbz +xTi +lVp +bfR +vPg +dju +bEw +aqa +sNw +ops +fPH +qhx +aaE +dav +pLM +omB +dbv +acs +qWC +grw +cIh +aaQ +aaQ +qvb +aaQ +aaQ +aaQ +peB +aaE +aaE +eDa +pEA +bGw +gdm +ebx +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +ebA +uiz +uiz +uiz +uiz +sZp +vxp +vpJ +fXu +ktj +nbP +vEf +mnX +mnX +wyw +vMA +lzx +mnX +fDG +nLD +vSr +kej +iNY +ipj +yiH +nLD +qkx +aba +vEf +lzx +luT +dnZ +luT +pCF +rLH +hal +aTi +uTi +ylo +xBJ +aMi +bbu +iXz +sNQ +aaD +lwx +aaD +aPz +aPz +aLY +cCy +twb +aui +diI +gfl +sBS +aKw +tBn +aXd +khp +khp +aXd +qce +khp +qqk +gYJ +dAI +kwr +khp +uIQ +aKw +aKw +lXk +sOB +ofE +jJB +eSd +pTe +uDD +aXc +uMe +aCU +bbF +bbR +puK +xrT +aCU +gkr +bVC +cIm +yeq +aaQ +aaQ +aaQ +aaQ +bda +axo +qTE +cbm +cBR +goi +bda +bda +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dup +oOH +hPK +bcp +bbE +bcp +klu +bda +aaQ +aaQ +aaQ +ykw +"} +(128,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +pjJ +otK +mmf +ish +nmC +cJY +lsh +gxJ +toU +tpu +tox +aaQ +vwK +rHd +odM +gCS +rpy +lDD +awA +lQI +osF +aaE +mxN +gXH +ozr +aKW +inL +sVJ +jVh +cuU +oaj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oaj +gSI +abL +vDs +bDk +kcR +gBc +aaQ +aaQ +ihk +rCk +dzv +uWS +aRq +rCk +aYD +ihk +rCk +aaQ +aaQ +aaQ +bpg +ylk +web +daQ +jZW +gAJ +ihk +uCW +uCW +ihk +cvm +mSf +mYH +cvm +qBv +qxp +lcE +mgd +aHz +eNl +kdW +gOX +cti +dDu +wOM +icm +oxB +aNi +vRV +eNl +aHa +nEV +bpn +oOd +nbP +qCx +dvs +jjP +kxU +waJ +tLm +fAo +oXw +vIE +uyA +hRQ +lXk +nho +uiI +aui +bbu +aOb +aZf +rGZ +aNE +aNE +psN +aPA +aaG +aOD +twb +lXk +oEd +ylo +mkA +aKw +bek +hpf +hpf +lpr +lpr +lMI +khp +qmP +dwI +jMt +ybk +hpf +rQy +rJV +aui +jze +iEh +ygE +fOv +cNi +aCp +oct +aNv +kVl +lqY +wxW +nHY +aBq +giH +aCU +psA +gce +wln +epv +aaQ +bda +aaQ +bda +bda +ioi +upZ +pgk +cIm +fxn +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +efy +bvO +xNY +qeU +goK +qeV +bda +aaQ +aaQ +aaQ +ykw +"} +(129,1,1) = {" +ykw +aaQ +aaQ +aaQ +aDN +pJn +lBp +csX +fIU +cJY +uqK +mGE +vwK +aBo +aaQ +aaQ +aaQ +sHf +ycv +bEV +tph +iDe +bEw +fDy +kqg +pLM +mMC +osF +abO +fPH +gCc +gXH +osF +jgf +tth +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aKW +apc +aaz +hsI +eYz +fdk +wNw +aaQ +aaQ +atB +avO +ewS +asV +bix +vhC +bcy +aaQ +aaQ +aaQ +bvn +abL +niz +iHY +tGW +eUm +rzM +sEo +dXJ +dXJ +dXJ +ijf +iLP +iLP +bHa +aoT +phM +lcE +mux +cGZ +vRV +aHa +eXh +jfU +uiz +kEw +kxL +aJY +aJY +fUy +dsP +dsP +cld +tao +vJq +hdU +vLN +dFl +ajd +swT +itG +dtq +ogX +hwn +nkc +mZG +ygE +aMi +diI +lXk +aMi +bbu +bbu +bbu +aSP +lzk +aYi +lzk +qny +twb +twb +twb +uzk +diI +mvS +kcT +rJV +dot +ukf +hpf +sLy +sLy +tnm +pnn +qqk +mVL +rpe +nop +hpf +oAJ +aKw +trh +cby +ylo +mCS +dws +sJf +oMp +oMp +oMp +sJf +bbw +jtE +ibB +ibB +qwB +aCU +goK +syL +bVC +fdh +lCF +kCI +ato +mcv +jXA +psA +seR +kNf +hJr +twO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +bda +aaQ +aaQ +bda +bda +aaQ +bbE +gAX +bcp +xNY +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(130,1,1) = {" +ykw +aaQ +aaQ +aaQ +cUx +xft +stD +fVh +xIt +smT +hfH +rkv +aaQ +aaQ +aaQ +aaQ +wnT +fHW +csX +fIU +bEV +bvc +lDD +awA +osF +aaE +gXH +peB +aKW +aFV +kSj +peB +uev +jgf +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qvb +jgf +loP +abL +uEG +vDs +tif +lAw +aaQ +aaQ +wFW +bcz +wzz +bix +uCG +biv +aLW +efy +aaQ +bvn +gvc +mST +uuk +eUV +rSZ +nIF +mFb +dXJ +gvc +mST +nnx +jDR +hkn +vRV +ecg +aHa +fme +sRQ +qdS +utG +lji +lkN +siK +alh +uiz +kEw +alh +alh +alh +alh +alh +alh +alh +fMZ +jcn +qdS +nIq +oOd +aLo +aoF +lNG +osV +vHO +nkc +aaQ +aaQ +aaQ +ygE +atI +hvb +aui +olN +iYQ +aMa +aMP +vRC +vRC +aFs +aZh +bbV +dhH +aRs +aMi +nVG +vJG +dly +rJV +pBU +czm +mxi +eIY +fXt +xGv +khp +qqk +iWK +lpr +lpr +lpr +khp +iVV +oPe +gjs +fKb +lwE +vGy +lXm +fVC +rRe +mlf +nZc +lqY +bbG +hix +evq +uAe +aCU +bmk +psA +iQn +syL +azt +ubG +lII +azt +iHd +hld +slc +tXh +upZ +oBn +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +dhl +tJO +bvO +iDm +wEh +bda +oqz +gqT +gsq +goK +vIK +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(131,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aBo +qSA +wgo +iZy +iNW +xPD +xyG +aaQ +acF +acF +aaQ +vCh +rUz +iiU +dfL +bQc +gzG +sns +awA +vzL +pNg +aaE +aaE +aaQ +aaQ +aaQ +awA +fnJ +awA +aaQ +aaQ +abO +oaj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bvn +abL +aZs +nRs +mST +eDa +aaQ +aaQ +tDa +aeF +yeg +cRY +vrI +dPR +aaQ +aaQ +aaQ +dXJ +dXJ +sEo +gmK +aZs +vDs +aon +abL +cpu +abL +aiJ +mST +aHa +jLD +iXG +mpI +qkA +sqp +jIg +fZt +hVp +hVp +hVp +uLD +uxw +ggx +vZe +eUH +uiz +uiz +joT +uiz +uiz +uXA +kII +fSe +jSa +gfe +fXu +pEm +hdU +saD +uFq +wkz +aaQ +aaQ +aaQ +aaQ +aaQ +jze +uiI +hRQ +efs +lJr +wCk +aPu +aPu +aPu +aPu +aPu +aQw +pDO +kCg +aMi +azH +diI +aui +rJV +nvW +vJP +xsX +rsQ +bPz +pqe +aXd +qmP +dwI +dkQ +quy +iei +ePw +aKw +aKw +diI +nKz +tro +pCr +kQF +kfW +kfW +ycH +kfW +kJc +waN +ibB +jwu +dzn +aCU +kwE +hoM +fVq +uQP +wNC +fVq +dMm +edi +bcp +qoK +xaJ +psA +bcp +cbg +bda +bda +aaQ +aaQ +bda +bda +aaQ +bda +bda +jBW +ewp +tww +bcp +dFS +oVJ +fiq +bcp +bcp +ptA +qeV +bda +bda +bda +bda +aaQ +ykw +"} +(132,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qGB +bQc +wgo +vGG +ufm +xBh +lyf +cRg +bIN +lFe +rsE +nTO +wqY +pBV +rdR +aqa +sNw +wNs +aaE +mxN +qev +jgf +aaQ +jvY +meC +mMC +sdo +aBj +aaE +sdo +jgf +jgf +wCg +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uOb +vDs +abL +eDa +mST +cAH +aaQ +aaQ +bOv +vtO +lgy +ejg +aaQ +aaQ +aaQ +aaQ +eIl +vwT +cuG +aaz +hrN +eSh +tbx +bQj +cuG +eIl +cUs +aaz +rnE +lNG +qGa +aAv +qVc +sCu +oDn +vRV +gDQ +fsO +xVq +gsJ +mzu +aAb +anx +vSd +wij +anx +roI +mah +anx +aAb +iqD +eNl +xTS +aJD +mgd +mbK +cTi +txY +lpK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bDg +hDD +ptg +nMR +lJr +gYk +aPu +vky +oMb +ayb +aPu +aQw +tUI +iAs +cZM +gjs +lDa +jXl +aKw +nhV +tEN +lpr +tEN +tEN +tnm +umb +aKw +aKw +aKw +aKw +aKw +aKw +aKw +ylo +fHp +atI +lXk +lEh +iXB +jLF +vai +uRr +wFJ +lqY +dgG +ygw +fHx +sKH +aCU +xKX +oqz +kRa +tAN +aAO +dZI +ayA +eIw +eBK +azt +mOS +cCF +ohV +pSD +vfj +wuf +psA +xKX +qtP +bda +bda +bda +oPg +xNY +bvO +pdF +eiy +bvO +aMH +shN +oxb +goK +dfY +bbE +vdj +aaQ +aaQ +aaQ +aaQ +ykw +"} +(133,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +ink +mEN +wbD +toU +xyG +hXQ +cbo +soq +qzB +vvU +xyG +egC +jgI +tnT +aaQ +hRH +aaQ +aaQ +peB +jgf +aaE +aBj +aaQ +aaQ +dFm +rZG +gXH +osF +aaE +lQI +peB +hII +jgf +oiu +aaQ +mfw +vWv +qvb +aaQ +vwT +gvc +hrN +ahl +abL +kjV +gzk +bix +hnF +roB +dLF +ass +auu +aaQ +aaQ +aaQ +aaQ +cUs +apc +acS +qlI +biN +hsI +hrN +hzI +rff +xvn +tif +big +ahG +alA +bwm +sZw +biH +jyJ +fzl +etc +fzl +etc +fzl +eiv +aAb +aAb +tCm +xYM +mDQ +mDQ +pAz +azE +azE +aAb +aAb +mUu +xTS +lcE +hRv +nLD +gRv +swT +tKL +aaQ +aaQ +aaQ +aaQ +aaQ +xSi +lCt +bfz +atI +nMR +lJr +are +aPu +ayb +vky +ayb +aPu +aQw +iRx +ihV +atI +inY +atI +aKw +aKw +eeR +sLy +hpf +sLy +ukf +nCj +aXd +jZf +mSK +yeZ +aKw +aKw +apM +qgA +teN +bDg +hDD +hRQ +ola +wEg +qgi +xTU +ggQ +wFJ +aCU +aCU +aCU +aCU +aCU +aCU +aCU +aaQ +aaQ +qpO +hvS +mOS +aaQ +bda +aIA +jVS +fVq +gUd +qXc +pjD +nBz +bOD +vXq +jXG +lrK +ogs +pGw +kPM +rKo +avI +goK +pjc +wRv +tbn +bcp +fTa +fzu +qeU +xNY +ptA +bbE +twO +aaQ +aaQ +aaQ +ykw +"} +(134,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +cUj +hBT +jWV +bUq +vCb +kXE +xyG +ohM +bXc +lVp +hOr +rpS +aaQ +aaQ +aaQ +aaQ +tnJ +aaE +uev +aaE +aaQ +aaQ +aaQ +jgf +kqg +bdc +oFp +bED +abO +aSN +xRB +jgf +jgf +qZG +jgf +ptF +jgf +inK +abL +avx +vDs +eIl +oep +xjt +tDa +aeF +oQt +dLF +dmq +nOL +qHx +jzO +bei +aaQ +aJk +eDa +rff +aho +aon +inx +vJD +cpE +dqm +oiJ +aDs +ojR +tvg +dJX +mXt +auh +azV +fzl +fzl +adt +wDy +mVP +fzl +fzl +aAb +vcq +nRa +aBN +aFY +xBV +aAR +wwA +azE +fIH +aAb +aAb +uju +gfe +gLz +pbe +aTH +hkn +aaQ +aaQ +aaQ +aaQ +aaQ +ofE +fhz +spa +inY +lXk +aVw +lJr +ydT +aPu +aPu +aPu +aPu +aPu +qpo +aRp +iAs +aui +vbk +aLj +sBS +aKw +jXs +mkq +pzK +jJh +kvQ +xGv +aXd +jZf +vuE +rhM +nUw +aKw +aKw +aui +dJZ +mCS +qRh +aMi +ola +whp +xJf +xSO +kWb +reW +aaQ +abk +aaQ +aaQ +aaQ +abk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +ihW +hBq +rxk +bcp +bcp +mOS +psA +pQr +cie +kNt +bcp +tAT +fLs +jAQ +fmA +fzu +tTu +twO +aLK +qrL +kAJ +bcp +qeU +bcp +oBn +mch +fyT +kRa +aow +aaQ +aaQ +ykw +"} +(135,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +jhw +uQp +beA +mfV +vyg +whv +beA +hoR +beA +tIl +iZH +xHT +aaQ +aaQ +aaQ +aaQ +aaQ +jgf +osF +gXH +sdo +aaQ +aaQ +jgf +gSI +sdo +iMX +qEm +wHt +abO +lqJ +sdo +nhj +lQI +pjK +jgf +lQI +aHi +iII +aaz +uEG +esq +aiJ +aaQ +aaQ +xBc +wnu +bHR +ass +aJg +oQt +cof +aZG +vhC +wzz +vWr +rDJ +fMT +hOa +ijv +jtk +oHs +kiE +aKJ +uDE +rPf +jzz +scP +nFn +lli +fzl +fzl +vPc +jbb +emq +sDa +lqv +qmO +xHv +lni +rBg +tFh +aAb +aAb +aAb +qTc +azE +aAS +aAX +azn +mEP +lcE +gUN +saf +vRV +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mNt +uiI +hRQ +nMR +fCF +aMf +myN +aWG +dAS +aWG +aWG +vKe +aRp +iAs +aMi +mCS +qRh +ofE +rJV +kog +vPf +xsX +yit +hzL +fPZ +dOY +tiG +cyf +qgn +ktT +dot +rJV +spa +fhz +ikF +aTi +aui +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +bda +jjk +tXh +azt +hJr +iLi +tgP +fUi +aDk +psA +isY +szW +eJH +qeV +kQI +hIC +gSz +goK +ePB +pwe +qmf +xww +bcp +odh +oxb +kRa +twO +bbE +twO +aaQ +aaQ +aaQ +ykw +"} +(136,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +ceN +icR +aqK +uDK +gfU +iUN +bAa +iZH +aqK +atr +eef +iRL +acF +aaQ +aaQ +aaQ +btF +aaE +pZZ +aaE +aaE +aaQ +agq +aKW +aaE +eGH +xiT +dgy +fqx +uev +fHk +aaE +osF +oSv +abO +aaE +wYr +apc +bvn +aZs +hrN +aaQ +aaQ +aaQ +aaQ +xBc +aBJ +awY +hxs +aJg +uCG +ass +aJg +bcz +bcy +aYb +cAH +aVf +nHq +cBd +uqb +aFC +fWO +krX +sgH +akb +aJu +bBN +lli +jus +tGS +awW +pwo +kaf +uJr +qla +pmb +svz +aZc +rBg +tFh +aAg +aAb +iep +bxF +azE +qUz +aAW +aSH +kwe +pRi +mgd +hdU +bQd +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ptM +atI +uyA +aLA +gjW +aNF +aNF +cHG +prw +aNF +gCA +aNF +rpi +aLA +aui +mCR +aTi +dly +rJV +aYn +tEN +hpf +tEN +tEN +qCC +aXd +vBw +cdS +kjC +iCV +oFE +rJV +ofE +cfi +jJe +atI +djP +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +agF +eeF +dlg +mxU +ruA +wUE +maq +ldP +kCX +amB +hJr +bcp +qeV +bda +bda +bda +uKr +rFX +hre +goK +vUQ +pYp +dlH +bvO +bcp +bcp +oNr +ozV +ppt +iYw +aaQ +aaQ +aaQ +ykw +"} +(137,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +beA +jBL +bUq +xXT +jZx +lTw +skK +kXE +tvj +prk +eWp +vQn +acF +aaQ +aaQ +aaQ +aaQ +jgf +qev +uev +peB +aaQ +aaQ +jgf +gSI +jXx +aIQ +hHu +hXj +kjj +bvU +coC +qIC +tnt +aaE +xRB +aaz +aho +vDs +avx +cUs +aaQ +aaQ +aaQ +aaQ +aVV +xBc +aBM +dLF +ass +ass +ass +qPb +rxi +asV +bls +aCt +mQV +ebA +vKH +jlJ +aml +pHk +bcz +cKR +aqx +xxT +aEY +lli +jus +avM +nib +kaf +kaf +oic +ayf +fRl +nRZ +nVb +cmH +edO +rnc +aAb +eAJ +bxF +azE +qUz +qUz +xvG +kFs +gfe +hdU +aba +aHa +gOz +aaQ +aaQ +aaQ +tvg +qwb +aaQ +qSV +wWp +oEd +teN +aLA +aLA +dqg +heP +wpY +wpY +wpY +dqg +dIU +aLA +aLA +lXk +aNf +atI +dly +rJV +aXd +jCi +hmK +hmK +hmK +dGU +khp +bCt +qXN +iyg +ppJ +aYn +rJV +ofE +qbs +diI +hvb +ofE +sBS +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +aaQ +aaQ +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +esQ +uKG +kEL +oCY +psA +xRs +sio +hql +ifZ +psA +eKr +vIK +bda +bda +aaQ +bda +bda +mQH +yjH +tBD +sVb +wMq +wkp +seM +fMH +bvO +fzu +nTy +bda +bda +bda +aaQ +aaQ +ykw +"} +(138,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +wCD +epl +oba +mLz +lut +lJj +ldO +skK +kKl +nzk +rPt +uVl +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +wVq +sRZ +hjT +ylI +pZU +hjT +ueW +fnu +hjT +pZU +pld +kBo +ojQ +uMv +xDq +kzW +anP +nxF +vDs +aaz +uEG +tEz +aaz +uOb +aaQ +aaQ +ucQ +iiV +uVV +tgH +evY +dol +dmq +ass +aJg +pJk +aml +jOE +buo +mQV +biM +wED +iAr +dmq +ass +ogn +aZG +ogX +brB +bBN +lli +fzl +bIn +nib +aiT +alz +thQ +ofB +qmO +bJQ +vGn +rBg +edO +aAb +aAb +aAb +ljZ +azE +bSA +bJQ +azn +rid +gfe +aba +odJ +iXG +kdW +aaQ +aaQ +aaQ +laU +vbF +vWQ +rPW +atI +prd +ygE +chk +aui +lXk +wNJ +lXk +kit +rXm +teN +hvb +mRg +aMi +atI +qbs +qTP +jXl +aKw +sGz +tPa +bej +lcf +xwp +vjq +bks +rUh +wAf +rhM +oUO +aKw +aKw +qgA +eQq +eik +pEG +hDD +aMi +npV +aaQ +aaQ +aaQ +aaQ +bda +bda +bda +bda +bda +bda +aaQ +bda +aaQ +aaQ +bda +bda +cZU +vPO +hfC +sXG +smm +cBR +mOS +bcp +hJr +nBz +azt +cHY +bda +aaQ +aaQ +aaQ +bda +vat +gxF +oBn +pss +pgH +bda +hxx +aLK +rFO +pUy +nyS +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(139,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nNd +aXQ +jWV +erN +eYn +jew +iDt +acF +acF +aaQ +acF +dDV +fBz +cyp +hoR +aaQ +aaQ +aaQ +ptn +kzW +ojQ +twg +oAF +uMv +geW +pZU +iQk +why +kzW +geW +tir +gQr +hjT +lWm +why +vOI +lWm +tEz +vDs +aZs +vDs +hzI +uzJ +vwT +fMT +iII +xvn +aKS +aYb +xpQ +jEi +dol +ass +dmq +awY +aBJ +awY +biU +axZ +dpg +vKH +iAr +ass +dmq +ass +ass +brB +brB +aEY +lli +fzl +aqk +awF +aUH +sMH +mvR +fzl +fzl +aAb +cys +rBg +edO +aAg +aAb +fPB +bxF +azE +aAb +aAb +aAb +tBM +gfe +kdW +qCx +nLD +kej +htj +aaQ +tvg +fGq +rKe +ucq +jMS +aiI +bDg +ejf +hRQ +apM +aui +nzc +hxG +ikF +tWm +ofM +inY +iRa +qcG +apM +azH +aui +aKw +aKw +aTr +rIG +aKw +aKw +aKw +aKw +aKw +kUS +hPV +rWY +aKw +aKw +hEX +atI +lRh +uiI +ylo +atI +dZd +ofE +aaQ +aaQ +aaQ +bda +hgD +hgD +nJl +ebe +goo +hij +xKX +ipS +twO +bcp +lso +vPk +fRg +ojn +xgL +iPC +fTa +cIm +ohV +qnI +eKr +lup +cEe +mKp +bda +aaQ +aaQ +aaQ +bda +bda +aaQ +aaQ +bda +bda +bda +nWK +bcp +iRA +gkr +bcp +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(140,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +xNw +beA +dEc +pyY +vRn +vCo +lbf +acF +aaQ +aaQ +nhC +lRN +aqK +kjT +kKl +sNB +aaQ +aaQ +aaQ +wZS +kzW +hwA +ylI +lWm +bcf +why +pZU +tYn +geW +hjT +vDq +gUC +yeL +hCl +uMv +fnu +fnu +aaz +bvn +avx +hOa +tif +aaQ +aaQ +bvn +mST +aaQ +wzz +bWh +oUn +rdT +xBc +hxs +awY +aBM +xBc +ayF +baK +mQV +biM +bNj +iAr +ass +ass +dmq +ass +brB +rzN +aEY +lli +fzl +beK +aRc +mTy +aRd +thQ +jjJ +fzl +azU +bxF +rBg +edO +rnc +aAb +bIR +bxF +azE +vjV +aAb +tvT +mEP +lcE +maa +rZr +aLo +eNl +aHa +lNG +neS +vSI +vSI +hnT +dxs +gsT +gER +iEh +kHE +atI +hRQ +pvx +azH +atI +pWA +atI +pEG +ejf +xIR +ihc +atI +sOB +wgf +eHi +eGJ +sdL +eHi +xSi +jZE +atI +aKw +psz +psz +psz +aKw +xSi +oEl +eQq +ejf +lXk +bZU +qbs +bdb +hlf +wcb +aaQ +aaQ +aaQ +hgD +ndm +dLS +eQb +vRi +qrL +qBQ +iPy +qMV +twO +goK +nrL +rVi +cAf +fTa +aAO +rqX +tlH +upZ +tTu +oxb +bcp +nVR +bda +bda +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +mTz +dnI +ihL +kTj +mgU +scW +tEe +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(141,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +uLL +qti +jtY +beA +ayH +rLV +xCI +acF +aaQ +aaQ +aaQ +aqK +kKl +uoY +vCb +beA +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kME +aqp +twg +anP +lQz +uMv +rQP +qFn +pvv +sSd +hMh +hCl +wWI +vlT +iII +tEz +hrN +abL +kjV +bvn +aaQ +aaQ +aaQ +aaQ +aaQ +oHs +acu +aaQ +big +tDa +eeU +bcz +cAH +aZW +ayv +pdt +dpg +bNj +pNq +hxs +awY +bbc +vrI +jzH +brB +aEY +lli +fzl +bIn +afW +apK +acA +uJr +atc +fzl +aFH +cVW +rBg +tFh +aAb +aAb +aAb +urB +azE +xsT +gHc +rsB +psT +lcE +fXu +cVi +qmd +cTx +wEs +mnX +aur +jLs +aur +jLs +wTi +hal +qRh +lXk +gER +fKb +fHp +lXk +kit +rXm +mEI +mvS +atI +bDg +xmc +lXk +mCS +rtV +cAY +aOg +ayO +kEg +aOg +kUW +gkj +rXm +cVk +aux +iuv +sKn +lXk +mCS +qRh +qbs +bDg +dqa +fwc +gJU +nJg +ofE +aHO +aaQ +aaQ +aaQ +eUx +dKa +lrt +tyP +pgI +ipS +aLK +dSi +mFC +eCp +rMl +aSw +cwV +eMU +tgT +fQr +psA +xYR +hre +tXh +azt +kRa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +kDW +lKC +pFZ +goK +qZd +bcp +xYR +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(142,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fsj +ruX +aXQ +kjT +jtY +aaQ +aaQ +acF +acF +aaQ +aaQ +acF +oqY +prk +aqK +ahZ +oyw +acF +aaQ +aaQ +aaQ +aaQ +lWm +bcf +gXu +pkg +sRZ +hjT +dLc +pld +vVR +dAu +mgf +vUD +klX +iVC +lIU +oCC +hrN +eDa +avx +jsO +bvn +dNR +rHa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aYb +xBc +rdT +tVj +krE +cpt +hIE +fpr +vKH +mpB +kkw +ayF +ahn +acu +akb +aJu +aEY +lli +jus +wXm +cRS +kaf +aix +mvR +fzl +fzl +aAb +jCI +rBg +tFh +aAg +aAb +azU +bxF +pAz +tma +gbI +aum +qBF +gfe +gwW +rxm +nEV +bkM +cxZ +rGj +ozw +sZL +cVP +sZL +ozw +hal +dYO +gjs +niU +mCS +oXR +pBK +cAY +cVR +cAY +cAY +iIb +kUW +iIb +kUW +cAY +oJe +aqi +xMi +lvq +lHq +jHA +aqi +cjN +cAY +cAY +cAY +cAY +kUW +cAY +iIb +aVX +nhK +rXm +ylo +ygE +ylo +ofE +wcb +aaQ +aaQ +aaQ +aaQ +qAp +ckw +mbF +eVV +byB +aNS +goK +eZi +iyX +kRa +oqz +qXD +nJT +oRj +aUZ +aBO +bcp +bda +bda +ylW +tyQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +twO +fTa +bcp +pfe +goK +dnd +uDQ +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(143,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mIc +rPV +vCb +aqK +xMI +acF +aaQ +aaQ +aaQ +aaQ +aaQ +acF +fqk +vCb +lnN +wHn +fav +acF +aaQ +aaQ +aaQ +aaQ +alT +aaQ +lWm +kME +geW +hcR +pXr +hjT +geW +ojQ +geW +nxF +tol +vYs +lWm +geW +abL +hOa +agP +aZs +vDs +tif +bvn +aaQ +wsq +aaQ +aaQ +rHa +aaQ +aaQ +cUs +aaz +ajj +hZU +fOM +hLV +pcr +aiO +ylj +abL +vGT +blL +qyn +ubJ +fwD +lLl +rex +bBN +lli +jus +aMW +fZL +kaf +kaf +thQ +vsR +fzl +wMu +bxF +rBg +dyC +rnc +aAb +aFH +cVW +azE +xsT +gHc +eMg +qBF +gfe +fXu +nLD +cTx +ouE +vEf +lzx +rLH +jaf +kJU +jaf +rLH +hal +hdT +mso +atI +ikF +hEd +aMR +hOo +bmh +cdK +bmh +cdK +cdK +vvg +myx +bmh +jWS +ada +vTB +pLp +dfC +uKJ +aqi +qki +cdK +vvg +bmh +cdK +bmh +cdK +vvg +cPE +evK +vwn +kQi +iRa +wqU +jWD +aaQ +aaQ +aaQ +aaQ +aaQ +fTB +dKa +jLn +lDY +xAx +fQD +dic +sxE +vCI +bvO +aaQ +aaQ +aaQ +aaQ +cPu +lrS +rjQ +aaQ +aaQ +wTH +tBF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +ghl +bcp +lMs +bvO +oum +bcp +twO +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(144,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +eHf +aqK +cbo +byE +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tvj +aqK +vdo +fUg +bCh +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kzW +geW +rQP +ncf +klX +uMJ +chf +pZU +lWm +kzW +pZU +pZU +kzW +ojQ +cUs +mST +hzI +ahl +qBS +ata +eDa +bvn +bvn +aaQ +bvn +vwT +uEV +gvc +aaz +aho +xPW +aaz +apc +hds +vDs +vJD +tEz +vDs +aho +hLV +xeI +dnB +aAx +xHg +sdZ +hqn +lli +fzl +fzl +axu +ayq +sRp +aEn +vsR +fzl +bIR +bxF +rBg +dyC +aAb +aAb +aAb +qyk +nKe +xsT +gbI +eMg +psT +aJD +mDK +qvH +bFK +tnv +eNl +tAE +jbW +dqf +fAo +oXw +pbx +uyA +aMi +ygE +azH +teN +ikF +gRs +hNs +mMb +ixD +aMi +scb +hRQ +ikF +aTi +fQR +iZc +vvg +aOg +sTc +qez +aOg +cdK +aSR +aTi +gxO +bZU +lXk +iRa +kit +hek +aMR +aQt +rXm +wNb +atI +ofE +lxz +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +bGD +llU +wVh +fqq +goK +cLa +cRR +tgz +lrD +aaQ +aaQ +aaQ +bda +nyM +lBb +fzs +wTH +bvO +qEu +qON +kCm +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bUu +mrB +bvO +goK +hZD +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(145,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fss +dbf +rPt +kjp +acF +acF +aaQ +acF +acF +aaQ +nCl +kKl +cbo +tvj +aqK +tvj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +geW +anP +bnR +iQk +vOI +ojQ +sRZ +kME +pZU +bcf +kzW +bEr +aSx +kME +mST +uOb +gmK +tif +eYz +aaz +aho +abL +eDa +sAT +gvc +tif +bvn +hzI +vDs +agP +aaz +aHi +bvn +acS +fMT +hsI +uEG +avx +bVa +rff +abL +oHs +wzz +kdS +lLl +xhp +ahh +mvs +fzl +fzl +wwz +tUV +sKO +rBw +fzl +aAb +vLY +rBg +dyC +aAg +aAb +fPB +uzr +azE +tma +aEs +tfJ +jRt +gfe +eNl +hdU +aHa +vRV +kej +pmG +bXu +upJ +kMX +jzH +vQB +gsT +ptM +atI +teN +aMi +ylo +aMR +hNs +cZM +dZd +vvf +ipc +aMi +uzk +aMi +xSi +aNd +dZd +eHi +eGJ +qYj +eHi +ygE +xSi +aYZ +ylo +uzk +lRh +ejf +tro +aSQ +oJe +nDf +kUW +aBL +rdD +fhz +sne +aaQ +aaQ +aaQ +aaQ +bda +hgD +hgD +aaQ +bda +aaQ +bda +bda +pET +hfy +bda +bda +bda +bda +bda +scu +xil +uAC +wTH +gRj +qIF +wlq +kMP +ffR +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bbE +qZc +vhB +jSg +kRa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(146,1,1) = {" +ykw +aaQ +aaQ +aaQ +otv +aaQ +acF +fde +qqj +vCb +dwb +pev +jtY +bCh +jqS +jdI +bCh +jeY +beA +lWa +vCb +aqK +beA +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kzW +sRZ +rXK +iDD +why +nxF +bym +agi +oLA +oLA +oLA +agi +fhh +ckc +ckc +agi +agi +gvc +kjV +ahl +hne +sij +iwf +abL +hrN +mfC +aaz +eDa +aaz +hrN +aHi +bvn +vwT +aiJ +gcD +aaz +inx +qHl +aUI +hzI +dXJ +mST +abL +tif +aQK +xHg +dRh +aYN +oVg +smY +fzl +fzl +dlY +yeY +fzl +fzl +iep +bxF +rBg +edO +rnc +aAb +bIR +vnn +azE +iTa +aAb +qdS +tlS +gfe +aba +bHa +iLP +tvw +iLP +aaQ +mEJ +jwP +eUX +iFR +eVK +mBE +lHn +pll +adH +vlb +kit +kts +aQt +lSF +uyA +aSS +oVa +oVa +oVa +oVa +aSS +aSS +aSS +aSS +aLf +gVM +aSS +oVa +oVa +aSS +aSS +apM +fhz +diI +lXk +kEV +ada +aqi +ada +aQt +aMi +wgf +ofE +wcb +aaQ +aaQ +aaQ +aaQ +bda +bda +aaQ +aaQ +aaQ +upV +oSD +scu +xXs +bqM +sdx +aAY +aBI +gUd +wln +fUe +psA +aaQ +aaQ +bOI +mrg +cfm +lFk +rLN +hFL +aaQ +aaQ +irS +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gNb +eJH +viS +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(147,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oYi +kKl +cbo +aqK +beA +kjT +kKl +aqK +aqK +vCb +aqK +vCb +kXE +jWV +tvj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xfq +kzW +anP +hjT +npY +pZU +kzW +agi +agi +afz +afR +agH +agi +agi +agi +agi +agi +agi +gmK +biN +giK +uOb +sEo +dXJ +rff +dXJ +vZu +dXJ +sEo +acS +cbD +acS +acS +acS +acS +sEo +bvn +agP +ujk +uBH +qBS +sEo +dXJ +dXJ +dXJ +lZY +php +nDy +pYQ +uHv +fJK +jpk +kyU +tsc +vNJ +ogT +aAb +eAJ +bxF +rBg +tFh +aAb +aAb +aAb +aKG +azE +tFh +mOc +iYW +wZx +gfe +hdU +iLP +kdW +dvs +fRX +aaQ +aaQ +aaQ +aaQ +aaQ +txe +qpU +aJz +caJ +djP +lMU +tvF +aMR +qDv +aMi +aSS +aSS +aOH +epu +fud +aSe +aST +aTx +wNt +aPD +qrQ +emA +uwO +xSB +aWI +aXj +aSS +aSS +aSS +rUU +atz +uyw +qKW +qKW +aWp +plU +atz +mko +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qAp +scu +aLK +eFq +dNt +hbg +scu +uQP +hDr +uQP +oxb +kHs +tBP +aaQ +aaQ +aaQ +qcn +vxP +lFk +vzP +nND +jAX +uGb +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +sVD +ieu +bcp +twO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(148,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +rQz +aqK +iZH +rAD +beA +jtY +kXE +iZH +vCo +skK +iZH +bjS +vvY +hQV +beA +tvj +aaQ +aaQ +aaQ +aaQ +aaQ +tNx +aaQ +kzW +kzW +lBH +tYn +why +xDq +geW +bcf +otc +sHR +uod +aaH +qNf +agi +agY +afn +ail +agi +usM +aHi +oLp +agP +tif +acS +aho +aaz +abL +mST +aaz +aaz +aaz +eDa +bvn +aho +aaz +aaz +inK +eDa +wYm +biN +agP +gpg +inK +iII +nnx +abL +jDR +oOd +aSb +azY +nCP +wBE +yeT +oev +dKN +kUL +gKE +aAb +aAb +dmH +nRa +edO +aAg +aAb +azU +bxF +azE +uII +aAb +dGs +jSa +gfe +qvH +dhL +tnv +hkn +aHa +fRX +aaQ +aaQ +aaQ +qpl +fbl +fYK +qpe +gaD +iRz +ray +lwE +aMR +qDv +poT +ahQ +emj +aOI +fnL +aBr +btl +aBr +rUD +btl +dwT +btl +aJW +aBr +aWa +fgf +aXk +aXL +cWK +aSS +dei +mNF +aZn +eIR +aYO +vuY +mNF +fov +plJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +oqz +tgT +ctI +nvX +mdQ +azz +wSJ +tXh +ipS +wNC +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +bUG +ulj +cwM +vaF +nsI +beJ +pTY +aaQ +aaQ +aaQ +aaQ +gqT +aLK +hBd +mrB +cFG +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(149,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +fny +hoR +ike +fMg +aqK +kjT +tvj +aaQ +acF +acF +aaQ +acF +bMu +rhK +kXE +kKl +aaQ +aaQ +aaQ +aaQ +kTv +kzW +and +geW +anP +uMv +lQz +pZU +kzW +dvy +kzW +otc +ajz +mFj +bSK +agg +agi +blx +aaH +aim +agi +mdG +aho +vmg +hrN +hrN +rzA +iII +sDG +oGr +vDs +apx +aho +lBI +agP +bEg +giK +oVY +tbx +aaz +bGQ +ijv +kXN +hrN +fHl +vDs +tEz +oGr +jkH +ipj +hJH +dFl +mCB +hdU +aba +odJ +hkn +mEP +nAZ +aAb +aAb +azU +cVW +nRa +tFh +rnc +aAb +bIR +bxF +azE +aAb +aAb +rnE +mEP +vqD +nLD +tvw +aHa +vRV +aHa +vRV +aaQ +aaQ +aaQ +aaQ +bXu +aYA +gsT +jkm +aMi +lMU +tro +vWo +aQt +ygE +ahQ +sGk +bmm +aav +aav +aav +sPt +aav +cmu +sPt +aav +ohb +jJc +kzc +aPF +kmg +kmg +aXM +aSS +acx +aZO +fua +aZR +fua +aYB +fua +aZO +qhF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bvO +neG +hDr +lcl +hJr +fUe +wln +wpt +cnI +bVp +rqX +gqT +aaQ +aaQ +aaQ +aaQ +aaQ +nEr +dsZ +uKq +jyU +dDn +siT +hgD +aaQ +aaQ +xzs +oqz +euG +goK +goK +twO +unM +bda +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(150,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +eXf +vCb +ubA +jtY +aqK +beA +aaQ +aaQ +aaQ +aaQ +aaQ +beA +dwb +xbt +duG +nhC +aaQ +aaQ +eBx +kzW +sRZ +pZU +why +rXK +why +hcR +iIM +bcf +kzW +iOH +otc +afi +vPC +kHP +agh +agi +ayg +aaH +ain +agi +rJl +gmK +inx +iII +nRs +xUt +qDd +qiO +hrN +seV +tVD +dll +avH +aBH +isq +jci +qcm +thg +hWD +hYJ +meX +aiW +bYo +kzE +uBH +ijv +uIb +oGr +cTx +vJS +ktj +rVE +wwY +aoF +qCx +vRV +mEP +lcE +aAb +aAb +bIR +cVW +rBg +edO +aAb +aAb +aAb +ogR +vrZ +aAb +jFh +aia +xTS +gfe +fXu +iLP +bQd +mfK +kdW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kIj +mBE +aiI +rYi +adH +xJP +oJe +nDf +hpI +ahQ +abZ +aOK +wTp +aZF +aZF +aZF +kaJ +kaJ +aZF +aZF +aZF +aZF +aZF +aZF +aZF +aZF +aZF +aQu +mCL +aZO +qBy +aZR +gRz +aYB +xce +aZO +nyF +aUD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +vZF +fJV +mba +wtK +sGn +bcp +aDk +psA +kEL +psA +hfC +wyE +azt +bcp +aow +aaQ +aaQ +aaQ +hgD +rqc +nBf +sPF +vPy +qON +tmw +hgD +hgD +aaQ +bvO +xkx +oqz +ebL +pxb +sft +keh +bda +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(151,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +eaW +tvj +kKl +kXE +jtY +scc +acF +aaQ +aaQ +xNw +aQo +vCb +hZF +gpa +aaQ +aaQ +aaQ +kzW +txP +kzW +xQG +tMn +twg +nxF +pZU +kzW +kzW +yeN +aed +aed +aed +aed +afT +agi +agi +agi +cFa +agi +agi +atT +tbr +pEA +aHi +bvn +mda +vDs +qhv +gDG +gDG +dLW +gDG +adv +jvr +jvr +jvr +jvr +jvr +jvr +jvr +jvr +gHC +dLW +dLW +gDG +gDG +gDG +dLW +qdS +qdS +utG +utG +qdS +utG +eEz +qdS +doC +gfe +tQm +aAb +aAb +qHq +rBg +ifd +shm +rCQ +xHv +cey +azE +aAb +ewr +aoT +mEP +gfe +pBT +iLP +aHa +aHa +ehd +htj +aaQ +aaQ +xWh +aaQ +aaQ +jzz +vQB +hjn +uyA +lyB +bRT +oct +aqi +oxD +ahQ +qNY +ewD +kaJ +kaJ +btA +aZF +kaJ +kaJ +aZF +aZF +rCd +rCd +rCd +rCd +kaJ +kaJ +kaJ +fUH +aWp +mNF +aZn +wbe +qbJ +aYB +mNF +mNF +nyF +gCN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +xfC +pKn +vCI +psA +neG +wln +qQG +mdQ +jNt +bvO +bvO +aaQ +wln +aaQ +aaQ +aaQ +aaQ +hgD +hgD +nly +fBQ +hLN +iIm +qrL +ldE +fDd +hgD +hgD +bgW +ffK +kRa +gIu +aLK +xNY +ksg +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(152,1,1) = {" +ykw +aaQ +aaQ +otv +aaQ +acF +acF +acF +aaQ +tvj +aqK +vCb +fav +acF +aaQ +aaQ +nNd +cVJ +cbo +tvj +aaQ +aaQ +aaQ +aaQ +sRZ +geW +chf +uiJ +aFi +nxF +kzW +qaX +kDz +fid +aed +aed +aeL +afj +aed +afU +gLX +roF +gLX +aaH +aio +agi +agi +agi +agi +agi +mda +acS +agP +kIS +vQN +pNv +rSZ +lWO +agO +ebA +ebA +ebA +xDl +ebA +ebA +fpr +xDl +agW +rSZ +rSZ +fgh +rSZ +gSs +rSZ +iFl +iFl +aJq +wqP +wZx +rbh +iFl +iFl +wqP +lcE +gDQ +aAb +azU +bxF +rBg +azE +qPN +pAz +azE +azE +azE +aAb +aAb +lRx +rid +gfe +dFl +nXG +aHa +rnE +ryI +mEJ +jwP +awN +smA +vFC +cqG +omH +khD +caJ +ygE +lyB +lyB +lrL +pxo +lyB +aSS +rAA +egt +aZF +aZF +aZF +jaH +aZF +aZF +aZF +kaJ +rCd +kaJ +kaJ +rCd +rCd +jOP +kaJ +fUH +aWp +aZO +fua +nyF +xce +aYB +xce +aZO +nyF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iEc +wyE +uQP +scB +gSM +dLi +rwe +wyE +goK +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +hgD +kNv +ebY +wbg +jyi +hLN +wfh +hpa +bcZ +cVe +hgD +njf +tBF +lWN +bcp +bcp +ulX +gRj +dDn +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(153,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +beA +jtY +fQx +gBV +acF +aaQ +aaQ +xNw +xXG +vCb +beA +aaQ +abk +aaQ +abk +nQA +geW +why +vOI +pZU +bcf +kzW +iOH +kzW +iex +aed +aen +aeM +afk +aed +aBt +dQO +dQO +xlL +dQO +agf +tDx +iUs +ajJ +xSz +mFb +agP +yew +hrN +kIS +mIP +wRf +bGQ +mhr +aob +aob +sDF +kPf +aob +aob +sDF +kPf +aob +aob +kjt +sqL +mqj +aUI +cUs +vwT +jLD +nEV +nyN +cuv +iYW +rtO +hbC +vRV +mgy +oZw +fRX +aAb +yaM +vEH +rBg +azE +azE +azE +azE +azE +azE +vjV +aAb +sak +rid +gfe +oOd +iLP +bpn +oOd +aHa +bpn +nwZ +sdZ +wZw +qxd +rex +fPF +cCg +hkw +jkm +lyB +kFz +mlY +fCR +aeZ +aNy +rkR +aOK +aZF +kaJ +aZF +aZF +aZF +aZF +aZF +xTf +rCd +kaJ +aZF +btA +kaJ +kaJ +kaJ +aQu +aWp +aZO +qbJ +aZR +xce +aYB +fua +ndd +pJY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +efy +qZs +cBR +oHo +jeV +psA +bvO +aaQ +aNb +cPu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kHa +rTh +vTk +mQH +bcZ +snE +aAF +mQH +ykC +mQH +kPM +oPg +nHi +aLK +bcp +gRj +hMk +jZi +ldm +foF +aaQ +aaQ +aaQ +aaQ +ykw +"} +(154,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iZH +cbo +kjT +aqK +aaQ +aaQ +aaQ +aaQ +vCb +aqK +rFL +aKh +aKh +aKh +aKh +aKh +esr +cwh +iCd +inE +kzW +aee +kFh +kFh +aee +aed +aeo +fIT +afl +afC +ukH +tKm +ahc +pgv +afo +hHW +aBZ +aBZ +rEG +wXz +dLW +dLW +oso +vSX +kIS +xsr +uIS +aiJ +aob +aob +kpr +vGD +kYD +slA +iHi +tRp +sDL +wke +aob +esE +ouS +aob +vGs +myq +aob +pCY +atE +aob +pnr +pnr +pnr +aob +xGE +nEV +bpn +iXG +aAb +aAb +mBu +rBg +xJG +oLv +ghV +gNZ +aCP +azE +vSW +eLf +qyp +psT +gfe +odJ +iLP +vRV +xCK +dvs +cQv +qNy +azY +xEN +eUX +nJb +jPN +xJj +juH +etC +lyB +igc +rDl +iGj +wLJ +nuJ +adR +nUL +aZF +aZF +aZF +kaJ +kaJ +kaJ +aZF +hzN +wdO +kaJ +kaJ +iai +aZF +aZF +aZF +aQu +rwg +mNF +mNF +aZR +xce +aYB +mNF +mNF +pJY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +azt +cIm +rMz +uiA +aDk +aaQ +aaQ +oqz +bcp +fzu +aaQ +bda +bda +bda +aaQ +aaQ +aaQ +upV +iLS +mQH +dUv +gDI +sIp +pGw +lda +gDI +sIp +pmC +bAu +lxD +bcp +biI +goK +bcp +ggO +pxc +slv +vSJ +aaQ +aaQ +aaQ +ykw +"} +(155,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +acF +nnr +lOX +kXE +beA +aaQ +acF +acF +aaQ +beA +cbo +tvj +aXY +flL +iMf +flL +qfo +gQr +why +pZU +aee +aee +aee +ade +ads +adN +aed +aep +aeO +afm +aed +afX +agl +agG +ahd +gKA +fxT +veg +aBZ +sPN +kVc +rSZ +rXp +olE +ufc +mdB +xsr +ufc +aob +aob +aob +oxL +gmM +usz +sTB +tFA +rnh +cTt +jbp +aob +raZ +raZ +aob +raZ +raZ +aob +aob +aob +aob +wsf +sdD +oxc +aob +aob +jLD +htj +vRV +aAb +azU +bxF +rBg +tFh +aAb +aAb +aAb +laz +mDQ +xsT +cKV +eMg +psT +gfe +qCx +tvw +gDQ +vRV +hkc +cjC +jLD +xqt +ahG +aaQ +aaQ +tIZ +aaQ +aaQ +dZd +lyB +xLt +rFx +bgO +vxD +oer +mta +ewD +aZF +aZF +aZF +aZF +aZF +uwZ +aZF +kaJ +dWv +jaH +kaJ +kaJ +aZF +aZF +kaJ +aQu +rwg +aZO +fua +wbe +xxk +aYB +vZK +aZO +wbe +aeh +abk +aaQ +aaQ +aaQ +abk +aaQ +aaQ +aaQ +bda +ojn +azt +iHd +eYx +hYA +bda +aaQ +hHB +twO +bbE +aAD +buE +iyN +kRa +igr +aaQ +aaQ +qAp +qqd +eAj +jsv +wQm +kEY +kEu +jlg +aLK +uOX +kQI +jXA +gpU +iTf +fzu +jbr +gRj +jEW +xkg +odS +gob +aaQ +aaQ +aaQ +ykw +"} +(156,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +kCr +bNO +vCb +aqK +nEL +beA +bCh +aXQ +beA +aqK +hoR +aqK +acb +wHg +aYJ +flL +yeP +nsQ +rGY +kME +aie +nbk +aRy +adf +oFB +adO +aed +aWe +aeP +aed +aed +afY +aVY +cSg +mYS +tKm +ccM +gkg +iCJ +air +xSz +eDa +mdB +olE +vJD +mdB +qoU +aob +aob +aob +aob +gnc +hRh +wDk +ydh +kfL +dnV +dFO +oRN +aob +noP +vzm +fzr +ddI +oDe +fzO +nag +aob +xSx +bRc +xzh +ydf +hng +qMM +tzs +bpn +bQd +aAb +yaM +pbf +rBg +tFh +aAg +aAb +fPB +bxF +azE +xsT +cKV +mcq +qBF +lcE +kej +dhL +xVq +iXG +aHa +bpn +aaQ +mqN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +lyB +wof +qMZ +aDn +kps +aNy +aOL +aOK +aZF +aZF +tkB +aZF +quY +xGI +rCd +wvD +kaJ +cTX +rCd +rCd +aZF +aZF +aZF +aQu +ltp +aZO +xce +kfS +fua +aYB +vZK +aZO +nyF +uqR +abk +aaQ +aaQ +aaQ +abk +uqR +aaQ +bda +bda +hUk +vGH +nZf +lYh +vIK +bda +aaQ +nmV +fus +oFI +ojn +uma +aBO +aLK +yef +aaQ +hgD +hgD +bYq +fZY +bOo +bcp +wEA +vIb +xNY +oHo +vom +hgD +jfB +wTH +vGM +bcp +pPw +nwq +jEb +gBX +iIj +aaQ +aaQ +aaQ +aaQ +ykw +"} +(157,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kth +bUq +kjT +aqK +vrA +kKl +aqK +jtY +fgQ +kKl +aqK +aqK +acb +flL +aYJ +wHg +vAU +qIM +npY +nxF +vHx +nbk +acK +uBS +mKz +age +aed +aer +aer +aed +afD +afA +aVY +agI +ake +ahO +ccM +agi +agi +agi +agi +bMC +mdB +xsr +aon +ivO +tTM +fYG +mzt +jRh +xgh +rEm +vYE +vYE +vYE +vYE +rcp +xnv +uNy +fqL +pUc +feQ +xZW +hNY +vYE +jaE +cXR +xsG +eIC +jaE +iAT +vYE +jeU +aob +fRX +uFD +aAb +aAb +aAb +aGh +rBg +edO +rnc +aAb +eAJ +cVW +azE +tma +eLf +hSy +qBF +gfe +evZ +bHa +hzf +iLP +tvw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +lyB +lyB +lyB +wJU +aRu +aWg +lyB +lyB +oGs +aOK +aZF +mak +aZF +aZF +aZF +kaJ +kaJ +ofH +kaJ +kaJ +kaJ +kaJ +aZF +aZF +aZF +aQu +aWp +mNF +mNF +pJY +fua +tEC +wDQ +aZn +pwy +uqR +uqR +uqR +uqR +uqR +uqR +uqR +jrE +mFa +loV +lqZ +dSi +ozo +qQG +aaQ +aaQ +aaQ +bda +qGs +eCo +iyN +qYC +kRa +xnW +sWm +aaQ +aaQ +hgD +hgD +qQE +ovc +uvK +pUj +twO +giS +crw +hgD +hgD +scu +bvO +bvO +vsm +dwm +bcp +dDn +ouH +jAJ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(158,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +wvF +qoj +eSs +dgf +rwV +hRk +aqK +rHs +xtM +kXE +kKl +aqK +aXY +flL +kTo +flL +vba +kwO +lQz +sPy +xAB +nbk +acL +pDb +oFB +iko +acB +brd +gLX +afn +afA +afS +afo +agJ +mds +aVY +ccM +fjV +udz +gLX +agi +agi +mdB +tTM +dLW +qHb +tGW +swF +rQg +pZe +hok +rEm +vYE +jfO +rzw +vYE +vYE +sbV +tFt +vYE +jmE +vYE +vYE +jfO +vYE +vYE +stW +aAV +xza +bID +yfZ +tdG +pCJ +aob +maa +jWs +aAb +aAb +iep +bxF +rBg +edO +aAb +aAb +aAb +gAB +pAz +xsT +sdA +hSy +psT +gfe +bjx +fXu +oOd +dvs +tnv +aaQ +aaQ +aaQ +abk +aaQ +aaQ +abk +aaQ +lyB +aKK +aLl +iRB +ifQ +xOU +bhz +lyB +fSh +aOK +aZF +aZF +aZF +aZF +aZF +kaJ +kaJ +aZF +aZF +aZF +kaJ +aZF +aZF +aZF +aZF +aQu +mls +aZO +xce +wbe +qbJ +tEC +ldg +aZO +dIg +mrL +jzA +mkY +eWn +xJc +ykG +aFL +wln +nOl +tqB +psA +kVy +iyX +bcp +aaQ +aaQ +aaQ +bda +iyN +aLK +lMs +kRa +ryA +mIq +aaQ +aaQ +aaQ +aaQ +hgD +hgD +bxW +gRj +iHI +bdY +ctB +hgD +hgD +aaQ +bvO +xNY +tsq +gRj +bcp +qON +lpq +oPF +gob +aaQ +aaQ +aaQ +aaQ +ykw +"} +(159,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +kMk +cuS +hsc +vCb +hYZ +vnf +beA +aqK +aqK +aqK +bUq +jtY +aXY +flL +jQD +cZd +vAU +gUC +vOI +hcR +aee +aee +acM +uEC +tAb +xNZ +aef +miH +mKd +qLb +lqN +aIh +kqo +kqo +dQO +dQO +nSA +gYt +ogm +aVY +idA +agi +dwQ +rSZ +bqT +bqT +rSZ +mvX +oOu +dnM +kds +jka +eEc +pKH +pNI +pNI +pNI +oeD +bBk +bBk +bBk +hcV +pNI +bBk +lYR +jaE +ref +aob +tHf +htt +eBS +buF +aKq +aob +eTG +fsO +lIX +aAb +bIR +cVW +rBg +edO +aAg +aAb +azU +bxF +azE +kbw +bQo +lji +kPV +sRQ +eEz +utG +utG +cVx +hkn +kjU +ogQ +ogQ +ogQ +ogQ +ogQ +ogQ +ogQ +lyB +aKL +qdV +xqF +npE +fIP +bBS +lyB +ayi +aOa +naw +aPM +nsJ +nsJ +uPN +uPN +nsJ +nsJ +aPM +nsJ +nsJ +aPM +nsJ +aXP +aYl +aSS +acx +aZO +xce +wbe +qbJ +tEC +xce +aZO +aWp +wbe +cIC +qLh +oNJ +tek +ykG +dLZ +uXG +pQN +ybw +cCF +mOS +wyE +lWN +nEO +bda +aaQ +aaQ +aLK +hxW +qaP +cDK +mIr +bda +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +lEA +wxd +ofl +vzP +dBl +hgD +aaQ +aaQ +sUo +ePB +bHw +goK +qcM +cUm +gNe +rUF +oKL +ftd +aaQ +aaQ +aaQ +ykw +"} +(160,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +wrH +nZn +suM +jWV +kKl +aqK +kXE +kCU +eUl +aqK +dsc +dum +aKh +aKh +aKh +aKh +aKh +qXp +twg +sRZ +vHx +nbk +acN +gLZ +nSD +adQ +acB +aeu +aeR +wBp +afB +afB +afB +afB +xuV +akn +ait +fjV +dNl +tyF +mfQ +agi +agi +aeK +aaH +rvP +aeK +agi +aob +aob +aob +lKi +nRh +gNT +kbN +pKA +vfZ +hPS +aAV +aAV +aAV +aAV +uzW +uda +ktY +buJ +ghh +aob +ieJ +avG +qjz +buF +qrK +aob +xDQ +pWM +ppb +aAb +aAb +qnt +rBg +edO +rnc +aAb +aFH +bxF +eNH +dVJ +nPG +tul +vcI +daI +hVp +hVp +dZe +lcE +vRV +gOz +ehd +ogQ +opX +fYp +gzW +ghP +eOD +lyB +buG +xNk +aLD +aMl +bFd +bFS +lyB +aOQ +aSm +pXs +aRB +aSm +tsV +sbv +pYW +nQq +pol +pGt +aVz +aWf +aWK +aXo +aSS +aSS +aSS +hUL +mNF +vTo +nyF +xxk +aYB +aZn +aZn +aWp +aZR +rps +qLh +frt +wEi +xiV +fWK +psA +dPk +jWX +rQf +jXG +qrL +wCt +fqQ +bda +aaQ +aaQ +xpY +hxW +uLk +jxZ +lOZ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nXz +pDA +uEi +bQE +aaQ +aaQ +hgD +ojn +bvO +tfB +qEu +bvO +vIA +fTF +cfm +lFk +ptw +pTY +aaQ +aaQ +ykw +"} +(161,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +acF +acF +aaQ +aaQ +tvj +dwb +dgf +aqK +vbl +dgf +aqK +yhW +aaQ +abk +aaQ +abk +ptn +sRZ +why +gmT +plM +nbk +adP +rAi +uhA +iko +aeg +aeg +aeg +sLi +aeg +aei +aei +aeg +afp +aeg +aeg +agi +dNl +aVY +vcg +kQR +bjD +any +tQL +trx +kOd +vXQ +hDb +gTs +bZh +tdG +ayh +vyS +fPw +wRF +raV +cJw +ohU +ohU +ohU +ohU +qsK +mHM +luR +jKo +eHN +xCg +naU +bID +qbS +tdG +aSE +aob +anx +anx +anx +aAb +tOM +guN +rBg +tFh +aAb +aAb +aAb +uJH +rBg +tFh +aAb +fSe +fSe +aJZ +oOd +vZO +qxp +lcE +nEV +hkn +vRV +ogQ +pqa +mcf +erF +mry +jKl +lyB +lyB +tqE +lyB +aMm +aMU +lyB +lyB +lyB +aSS +pnt +aSS +jMG +jMG +jMG +jMG +aSS +aQH +aSS +jMG +jMG +jMG +aSS +aSS +xWJ +pIh +qSL +aZO +fua +pJY +fua +aYB +xce +aZO +aWp +wbe +xiV +qLh +oNJ +wEi +ykG +aFL +hoM +wyE +psA +wdf +jlT +psA +qeV +fzx +bda +aaQ +bda +kaq +swo +ppt +aCh +xGN +bda +aaQ +aaQ +aaQ +aaQ +aaQ +kCm +uMz +pqh +hVW +mpG +aaQ +aaQ +aaQ +fTB +oWV +bcp +qpE +cJG +las +xkg +xJA +kWZ +diH +jAJ +aaQ +aaQ +aaQ +ykw +"} +(162,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +bKk +fNC +jMq +bns +aqK +aqK +jtY +aaQ +aaQ +aaQ +aaQ +aaQ +gbt +mBy +kzo +uMv +khB +nbk +acP +adh +qYZ +bAM +aeg +aev +jCr +hTD +jCr +aeS +aeS +aeS +nXe +lxL +aiu +agi +ajy +sqk +pFQ +jxu +qeu +agK +gZR +xok +agK +cIN +nye +xzV +xXl +tQi +vYE +vyS +aAV +lop +muz +rRR +rRR +bZn +bZn +ekA +nzY +iGQ +khK +vYE +uiX +fyh +bwO +vYE +nrX +vYE +cXR +qai +fOd +eFc +vHc +kxf +eAA +iFc +rBg +edO +aAg +aAb +wMu +bxF +rBg +hRn +aAb +dvh +bpn +kej +vLN +pWQ +phM +gfe +gDQ +ogQ +ogQ +ogQ +uSI +nyo +kkb +kkb +aKj +avT +qJD +lUD +aLE +aMV +aMV +fqs +yek +avT +bhY +sVY +tly +ukz +ayO +ayO +ayO +dYU +gxg +dzG +ayO +ayO +ayO +oZq +awu +pBr +nhl +aWp +aZO +fua +wbe +fua +aYB +xce +aZO +wdT +aYH +xiV +qLh +nxi +oTz +ykG +fWK +goK +mYk +fVq +kku +avw +goK +hYb +aaQ +aaQ +aaQ +bda +grR +aBS +ddf +qcX +wph +bda +aaQ +aaQ +aaQ +aaQ +bCO +dtS +ofl +pDA +diH +jAJ +aaQ +aaQ +aaQ +hgD +iyN +mrB +bcp +kcq +dDn +auM +nHH +dsZ +vsq +gob +aaQ +aaQ +aaQ +ykw +"} +(163,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nNd +suP +hQV +yap +qrH +aqK +vCb +lut +udw +acF +aaQ +aaQ +aaQ +kzW +lWm +bcf +anP +aee +aee +aee +adi +ady +adT +aeg +aew +pAH +pRO +aCq +afH +aCq +afH +qfM +fDf +aiv +agi +cOL +dNl +eHd +agi +agi +aeK +hPw +dTj +aeK +agi +aob +aob +aob +rHH +jaE +vyS +aAV +nVS +meU +teD +meU +pUg +meU +gni +gNT +seQ +cLD +vYE +vut +gNV +bwO +avG +vMW +tdG +dYx +qai +fOd +dey +vHc +kxf +eNf +hOk +nRa +edO +rnc +aAb +eAJ +cVW +rBg +aAb +aAb +aAb +qUJ +bpn +nFH +nLD +qxp +sRQ +utG +qdS +fYE +dRI +syk +nYl +lqn +dKI +akh +fYE +aUL +vxb +dKI +syk +dKI +hKc +akh +fYE +fRv +tQP +lZZ +aQI +msW +mxg +ivd +rPK +msW +aQI +lZZ +oEb +msW +czn +aXR +rYO +vko +rwg +mNF +mNF +pJY +fua +aYB +aZn +aZn +pwy +gwv +gwv +xho +loz +vBz +gwv +gwv +aaQ +aaQ +ckH +bvO +ebL +usu +goK +aaQ +aaQ +aaQ +tAQ +pWd +qeV +hdQ +fyT +iPh +rHb +aaQ +aaQ +aaQ +aaQ +dDn +tqp +mbE +diH +hVW +aTL +muo +aaQ +aaQ +aaQ +wTH +qyK +emJ +sha +aaQ +aaQ +hve +iRn +jgy +vSJ +aaQ +aaQ +aaQ +ykw +"} +(164,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +mBe +gPl +tfH +kXI +aqK +cPh +iZT +qGW +acF +aaQ +aaQ +msn +kzW +wjq +kzW +twg +jlf +kME +aee +aee +aee +aee +aeg +doO +pxY +kJf +doO +doO +doO +doO +rSf +cGl +doO +agi +pwV +bRW +sau +agi +leK +aqq +qAn +qAn +oyA +exb +npa +cWP +ovY +ewg +vYE +vyS +aAV +aAV +aUd +qSJ +qdH +gWp +hoj +cfe +sZC +euP +nQd +jaE +lCS +aob +gvj +lKV +sYK +tGo +pPx +aob +aAb +aAb +aAb +aAb +aAb +aAb +rBg +edO +aAb +aAb +aAb +tpw +rBg +aAb +aaQ +aaQ +otF +vkn +aoF +iNY +qbc +rpK +fZt +fZt +guE +xQj +mZL +qwU +rZb +trE +dBu +gcH +cDs +hRg +cjK +mZL +jzS +hPQ +cxi +lyK +fqi +nqX +aQI +lZZ +aQI +lZZ +gbC +lZZ +aQI +lZZ +aQI +msW +aQI +xXV +eAC +rTu +boB +rwg +aZO +xce +wbe +fua +aYB +xce +aZO +nyF +lRr +rKb +mwT +woJ +enY +dRG +gwv +aaQ +aaQ +guH +bvO +tjA +aLK +qQG +aaQ +aaQ +aaQ +eFa +bmj +gBC +tUS +sxE +vCI +lEj +uhJ +aaQ +aaQ +aaQ +aaQ +bUG +iKM +fSm +vVq +oIH +aaQ +aaQ +aaQ +hgD +rlk +mrB +goK +kNt +hgD +aaQ +cwo +qcn +ulj +apG +aaQ +aaQ +aaQ +ykw +"} +(165,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +xNw +xNw +aaQ +aaQ +aaQ +iiF +ceX +aqK +aqK +cbo +bUq +bCh +fqk +acF +aaQ +aaQ +aaQ +aaQ +kzW +lHj +kzo +hcR +pZU +chf +exc +itZ +ptn +aeg +doO +pxY +fnp +suQ +suQ +riN +aeU +tCw +cGl +doO +agi +afo +dNl +agi +agi +qYw +oEG +dfo +arO +uxj +fRw +xBf +cfj +lZp +eJl +sDF +sDI +ohU +ohU +qel +rNk +raV +uBK +bgX +bqd +iHb +bZn +uXh +vYE +qCz +aob +qqn +avG +yfZ +buF +oPD +aob +aci +fHc +sUn +mSI +lqH +aAb +mVU +edO +aAg +aAb +iep +bxF +cHc +aAb +aaQ +aaQ +aaQ +nXC +vRV +bpn +vEf +mgd +dvs +ogQ +ogQ +ogQ +ogQ +pzy +rxx +eqR +rxx +avT +rxx +syk +qsR +vxa +bQH +ybr +dzj +avT +mHc +xfD +tlx +sTc +sTc +oTy +sTc +tlx +bil +sTc +wZH +wZH +wZH +uPr +awu +rIW +rIW +aWp +aZO +xce +wbe +xxk +tEC +xce +nBd +nyF +lRr +gds +dGX +qfB +ycw +ajG +gwv +aaQ +aaQ +aBX +bcp +twO +pTE +eRp +fzu +aaQ +aaQ +goK +pzd +xNY +bvO +mOS +oqz +bcp +law +aaQ +aaQ +aaQ +aaQ +aaQ +cvO +hkl +qWA +hve +muo +aaQ +aaQ +aaQ +goK +iXl +oOM +lTa +hgD +aaQ +aaQ +dIx +auM +muo +aaQ +aaQ +aaQ +ykw +"} +(166,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +bSJ +lLW +dSJ +lLW +mWy +kXE +aqK +tJl +aqK +aqK +aqK +lIP +vCb +aaQ +aaQ +aaQ +aaQ +aaQ +xxc +kzW +rSy +tvE +anP +geW +smi +kzW +pmk +oHJ +agw +msp +kJf +doO +doO +doO +doO +rSf +npg +muq +fjV +aVY +qkh +agi +afN +gfY +irH +arc +hhp +dQL +oyr +rLD +eJm +wAh +gGv +fDP +fDP +vXH +fJk +fDP +fJk +fJk +fJk +fDP +ryR +fDP +giu +fJk +fJk +hUJ +uYg +van +qvx +gHk +sGc +qDm +uxa +bLD +myr +bLD +eqa +wXA +swn +oeK +tFh +rnc +aAb +eAJ +cVW +rBg +aAb +aaQ +aaQ +aaQ +aaQ +aaQ +vRV +pjO +oOd +aoI +fRX +vRV +sUw +xZK +jmC +wJg +urt +fSC +ogQ +aXJ +syk +mry +mry +fcO +aMk +ogQ +ogQ +wZT +txW +wZT +aSo +aSo +aSo +aSo +wZT +vmA +wZT +aSo +aSo +aSo +wZT +wZT +aYq +cfA +mls +aZn +mNF +aZR +xce +aYB +vTo +sOP +lYP +lRr +tzj +rup +qXu +sro +lcT +gwv +aaQ +aaQ +qCV +bvO +xHm +kBD +oqz +qde +cIR +aaQ +hBe +hBe +aaQ +mrq +bbh +lEI +wXv +aaQ +aaQ +aaQ +aaQ +aaQ +gFq +ema +sPF +qON +aaQ +aaQ +aaQ +aaQ +hgD +hRO +kMo +wxp +mQH +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(167,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +hlV +fqk +bCh +fqk +rLX +kKl +kKl +aqK +aqK +aqK +aqK +bUq +xhA +acF +aaQ +aaQ +aaQ +aaQ +aaQ +uhH +nHs +twg +kzW +uMv +geW +chf +kzW +oHJ +aez +aeT +iPD +snh +ndz +snh +snh +msp +afq +jgN +sJy +tKm +dNl +qZN +gUV +hhB +qPt +keU +bHB +cyN +aob +aob +aob +aob +brw +exg +vYE +sDF +sDF +vYE +vYE +vYE +vYE +vYE +koP +eDn +whc +aZQ +sDF +stW +aAV +tyG +uyP +pfh +lKJ +qCz +aob +aGw +aAQ +luE +nKr +dMs +aAb +aMZ +tFh +aAb +aAb +aAb +qAw +rBg +aAb +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xkP +vSr +owx +iXG +vRV +sUw +mEU +who +sVV +spp +aNz +ogQ +aKO +kmC +cYW +kkb +kkb +aKP +ogQ +aOT +unS +iBG +fFQ +aPP +kmJ +vaK +unS +aUm +nUq +unS +aVC +aWi +aWL +aXr +wZT +wZT +wZT +nxu +aZO +xce +aZR +xce +tEC +fua +aZP +aqv +gwv +vBz +hAH +gwv +gwv +gwv +gwv +aaQ +aaQ +rKJ +qQG +oTu +vIK +gAm +wqT +oTF +oqz +bcp +fzu +aaQ +aaQ +roW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +jSl +ccQ +lNu +aaQ +aaQ +aaQ +hgD +hgD +hgD +wxp +pGw +mQH +vTk +hgD +hgD +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(168,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +cFx +xDg +kKl +sea +sDM +rnb +lWP +jtY +eKf +eCH +tJl +jtY +oVK +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +eEf +lBH +why +nxF +kzW +geW +cqs +aeg +aeg +aeX +sdj +agv +xlB +vJW +qCq +afr +ahV +uYy +fjV +afo +dNl +qZN +gUV +jub +dij +keU +dXA +faZ +hhB +aob +aob +aob +aob +ryF +xjQ +grc +grc +grc +mPC +aob +lZK +lZK +cTz +aob +qzZ +oNd +vUc +kiZ +aob +dNe +oUN +lkF +puy +pVu +aob +sJx +jvK +iSO +yhi +dqo +aAb +mag +kyM +oEI +btm +sMS +guN +cHc +aAb +aaQ +aaQ +aaQ +aaQ +aaQ +vOw +hdU +kej +odJ +qVD +ogQ +ogQ +ogQ +ogQ +stT +ksa +ogQ +tAd +tAd +aTV +tAd +tAd +tAd +tAd +tAd +xIN +brT +hbl +eQv +eQv +epE +eQv +eQv +eQv +aPR +aPR +eQv +aPR +aPR +eQv +aXU +pVe +wZT +jhP +aZO +xce +aZR +fua +tEC +xce +vbm +wbe +cyn +qnn +cyn +lUM +cyn +aaQ +aaQ +aaQ +aaQ +aAB +tAN +kRa +jnD +jBW +aBp +rBG +kNt +fyT +qQG +twO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +lMO +eIK +nUn +aaQ +aaQ +hgD +hgD +jPl +aot +dce +mFc +pGw +bcZ +ecw +eOA +hgD +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(169,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kKl +kKl +lut +lcv +pxv +aqK +eYn +muW +gRI +aVL +fUg +bjS +aqK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kzW +gUj +geW +rXK +twg +geW +chf +kzW +aeg +aeg +aWZ +afL +hMf +agb +akm +aiy +aeg +aeg +agi +aej +kVg +agi +gUV +pkY +uYV +keU +dXA +wIE +dcO +ryl +aob +aob +aob +ksU +whN +wzB +eTb +pZL +nOI +lZK +gPZ +wGD +lqu +aob +aob +qKB +aob +aob +aob +aob +aob +aob +aob +aob +aob +aAb +vYK +ahj +pAl +nLw +aAb +tJL +hJi +hJi +jmT +hJi +hJi +wPU +aAb +aaQ +aaQ +vRV +aaQ +vRV +oZv +fRX +bFK +qCx +rZr +bFK +vRV +tAd +kfb +kEQ +tOj +dez +tAd +dhm +lBC +rZL +gOH +gOH +tAd +tAd +iyi +weL +ifX +kpq +ifX +kpq +bKp +ifX +bKp +bKp +bKp +xUs +kpq +kpq +bKp +bKp +bKp +qeQ +uyw +uVx +mNF +nyF +fua +tEC +mNF +xQU +nyF +cyn +cyn +lKl +cyn +cyn +usn +aaQ +aaQ +aaQ +aaQ +bxt +gyV +gUd +oqz +dXo +jDh +uCk +eMC +tTR +fgr +aaQ +aaQ +bda +aaQ +aaQ +aaQ +aaQ +bda +qzr +hJs +hbv +pvp +aaQ +hgD +hgD +wtq +bDz +mPB +jlx +lgQ +lgQ +jhB +jpO +xdc +bUy +hgD +hgD +aaQ +aaQ +aaQ +aaQ +ykw +"} +(170,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +skK +bUq +bCh +fqk +oll +cbo +vCb +aqK +tJl +aqK +aqK +tur +hhA +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nrB +kzW +pQy +uMv +anP +hcR +hjT +geW +pZU +ahw +ahw +ahw +ahw +ahw +ahw +ahw +ahw +ahw +ahw +jQj +kJY +ahw +ahw +ahw +nqV +wVu +bHB +bVs +irH +nhU +wEq +aob +aob +smy +jhL +jhL +qnv +mnH +nOI +lZK +vVC +gLq +msH +aob +btU +oeV +aob +tWP +iCf +aob +jBw +cuI +aob +qLg +ftj +aAb +aZZ +aAb +aAb +aAb +aAb +aAb +aAb +aAb +aAb +aAb +aAb +aAb +aAb +aaQ +vRV +rnE +hmb +vRV +jPA +gDQ +tQm +nbP +cGZ +xVq +wqB +tAd +ivs +hNV +aIL +fRH +nYy +hZW +vqr +qcF +eEm +ctj +nMg +tAd +rcn +oUj +kpq +vFS +aKz +aag +aag +aQA +aWF +xGb +dVF +ban +ifX +jfV +rzb +ifX +uNb +aWC +rwg +aZO +xce +wbe +xxk +tEC +xce +eJP +nyF +tBo +tHd +aaQ +rAm +aaQ +aaQ +aaQ +aaQ +aaQ +bda +lSi +hIC +rDP +jrB +rOU +nrE +lvp +gkI +srK +gUd +oqz +psA +gHK +aaQ +aaQ +aaQ +aaQ +aaQ +goK +fzu +aLK +oHo +hgD +hgD +dcs +iRQ +iog +sHr +bDz +cmj +bDz +bDz +sHr +cmj +kJi +vXa +hgD +hgD +aaQ +aaQ +aaQ +ykw +"} +(171,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +xNw +rbI +dgf +kKl +aqK +ltF +vCb +mDb +aqK +bPb +gTP +wWX +pFR +kjp +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qKU +kzW +uJo +pZU +rXK +npY +hIV +tlV +xxj +xPY +iKe +xFh +gSX +mJZ +cBg +iFP +pbO +aic +dMJ +vmx +oxa +iKe +gVt +oyA +xek +dXA +xmn +pOC +vsw +jub +hhB +aob +aob +fPq +udb +dsV +ePO +aob +aob +aob +aob +aob +aob +hhB +alZ +dij +qQC +pOC +vsw +qPt +cYB +rWx +tYN +rRi +tOX +uvn +gGe +gfN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rnE +hrS +aaQ +xEu +aaQ +cjC +tYT +bpn +aba +odJ +kej +tAd +jNh +dYy +lMP +iBt +kli +dzW +mJo +wQr +vqr +fvo +xVJ +dNG +aOW +weL +qJa +aKz +gLj +cLh +aWE +msl +aag +aag +aag +aLa +aag +aQA +aZu +ifX +ifX +rfy +qdL +aZO +xce +wbe +xce +aYB +xce +aZP +bqZ +pdT +kfB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +bda +bda +gDK +hre +qCk +vIK +vLs +azu +tAN +mOS +xwS +lNA +bda +aaQ +aaQ +aaQ +bda +rxE +kEs +bcp +wcr +hgD +wTT +mGy +aAZ +sHr +sHr +sHr +sHr +cmj +sHr +tbd +cMC +sHr +bDz +uGS +hgD +aaQ +aaQ +aaQ +ykw +"} +(172,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iAW +aqK +rnb +aLy +oll +qsW +dSm +skK +kNV +ndN +aqK +jdI +aqK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kby +kzW +lWm +sAP +iQk +nGc +qzo +qCy +qtQ +gDe +lvh +guX +jrt +jrt +uJc +kQN +cJC +dMJ +vmx +ppQ +eah +oEG +oEG +ajV +dXA +ylh +dij +dlP +mPy +uMw +qxb +aob +lnh +qAn +ixI +wFE +boI +sfp +iCf +aaQ +aaQ +mmX +vUz +wEq +irH +dEC +qQK +cfQ +wEq +vYo +wIE +pcM +jGx +adp +xqO +lCR +aaQ +aaQ +aaQ +aaQ +aaQ +etS +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ogu +vRV +aaQ +aaQ +aaQ +vRV +bpn +vRV +nLD +qCx +aHa +kyG +lia +aMT +vik +vaV +kli +vFi +rQG +aCO +aMT +iKl +tKj +dNG +oom +hgE +bKp +aNZ +pYO +pvD +goS +bam +aVU +sCN +aWE +nia +cUq +aXX +aVv +ifX +bKp +aWC +qdL +mNF +mNF +wbe +xce +aYB +aZn +iBi +nyF +hGv +jbO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +mQC +hIB +cHY +bFs +uEZ +iPY +lOR +jNt +gqt +bda +bda +bda +bda +bda +tXW +xNY +wrU +ppZ +hgD +rDo +hFR +cmj +sHr +vJJ +kbH +nFq +sHr +sHr +nMT +sHr +sHr +kUJ +wSF +hgD +hgD +hgD +aaQ +ykw +"} +(173,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vCb +thn +kKl +aqK +aaQ +aaQ +acF +acF +aaQ +aaQ +tJl +aqK +ohM +rxw +lmi +ftX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +iOH +ojQ +why +ree +dQJ +cXC +ahw +ahw +alW +alW +ahw +alW +alW +ahw +ahw +nFu +kJY +ahw +ahw +ahw +nCR +keU +ifq +gVt +kGr +gVt +gVt +wTd +gdP +rwQ +ctr +ufL +hhp +nvd +iDO +eyR +gPh +aaQ +aaQ +aaQ +bxn +aaQ +aaQ +mmX +oLj +irH +pym +aaQ +bxn +aaQ +bxp +aZl +lVt +ehh +aaQ +aaQ +aaQ +aaQ +aZl +gfN +ujy +aaQ +aaQ +aaQ +aaQ +bpn +vRV +aaQ +aaQ +aaQ +aaQ +aaQ +gDQ +cjC +kej +pjO +bQd +jVF +jVF +doR +vdV +jVF +jVF +sJL +nBI +vqr +mHl +jQN +ylB +tAd +prt +weL +bKp +aNZ +acE +aKX +nKD +omh +ahD +ffi +cUq +alR +cUq +aMe +acC +ifX +bKp +rWZ +rwg +bZx +xce +wbe +fua +aYB +xce +aZP +aZR +fRZ +fnN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +lCM +oqz +sMb +urk +oud +scu +cIm +tAN +jRk +beq +qqI +xak +dUv +mhJ +aLK +cJI +vfj +iyZ +dyM +pGw +xdl +qsv +cmj +nWL +pwO +qfO +fyv +oNQ +rgu +cmj +cmj +wRy +fmA +twO +aaQ +aaQ +aaQ +ykw +"} +(174,1,1) = {" +ykw +aaQ +otv +aaQ +acF +acF +bxe +lTE +aqK +cCY +lut +acF +aaQ +aaQ +aaQ +aaQ +acF +wJo +vBV +lnA +hOr +xSJ +vAL +uzR +lmi +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kzW +pZU +uiJ +jMj +qCy +qtQ +bTD +xFh +iVB +mJZ +mJZ +uJc +pbO +aic +dMJ +kJY +bCv +wxN +dEC +sal +uJK +oEG +apE +oEG +oEG +uXK +dXA +dYn +dEC +mmX +wVu +bHB +odR +irH +mmX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bAB +bAB +bAB +aaQ +aaQ +aaQ +arv +ldb +nFF +aMt +aaQ +aaQ +aaQ +rRi +gfN +nVQ +gfN +sGX +aaQ +aaQ +aaQ +qtn +iLu +oai +aaQ +aaQ +aaQ +aaQ +gOz +maa +aHa +oOd +vRV +jVF +rFe +ivG +bXs +btS +jVF +tAd +nXD +hPA +hUT +ylg +tAd +tAd +xhz +weL +bKp +aNZ +uBW +jWp +aOy +bam +jrm +atb +jrm +fnm +soj +aZS +xfO +ifX +ifX +qeQ +qdL +aZO +fua +nyF +xce +aYB +xce +aZP +nyF +bbs +sST +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oqz +rym +mlA +msF +qGs +gWC +lGV +kMZ +sTf +cHY +bcZ +fRg +fmA +bcp +ipS +xNY +vIK +wxp +pGw +bcZ +uvH +sHr +sHr +uSO +qKX +wfI +wfI +gms +sHr +cmj +cmj +veN +vcp +hre +bbE +aaQ +aaQ +ykw +"} +(175,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +rma +kKl +kXE +vCb +bCh +acF +aaQ +aaQ +aaQ +aaQ +acF +fqk +jtY +kXE +gsx +rxw +nzR +eBn +ngk +eBn +lKc +aaQ +aaQ +aaQ +aaQ +kzW +sRZ +geW +rXK +rfc +mzA +wkr +tcl +xFh +bBO +guX +bBO +sKJ +kQN +eLN +xLw +kJY +bCv +vpS +uxS +njv +dHs +dEC +epI +irH +mmX +keU +mqT +kGr +oyA +kGr +gQh +dXA +nbd +wfS +aaQ +aaQ +mmX +aaQ +aaQ +aaQ +aaQ +aaQ +mmX +vlC +odR +irH +tWc +aaQ +aaQ +aky +awf +uSP +awf +aaQ +gfN +heh +aky +eny +gfN +gfN +aaQ +aaQ +aaQ +hMB +erL +gfN +gfN +gfN +gfN +eiH +aaQ +aaQ +vRV +hhs +aba +xVq +jVF +mXd +gXB +rDA +vOs +vbG +vbG +vbG +fyS +rai +vbG +vbG +iqy +qpR +weL +bKp +yhp +ddv +vcD +jrm +pbX +aXT +aXT +aXT +aLa +sqH +dje +biO +bKp +ifX +qeQ +rwg +mNF +mNF +nyF +xxk +aYB +mNF +iBi +nyF +tiX +cUd +fWw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kRa +erO +kwQ +dXo +bai +vIK +ggi +jXA +sxE +tQc +mQH +jAQ +poM +jrB +goK +eFq +dvo +vTk +mQH +pGw +uvH +bDz +sHr +peF +aUO +wfI +wfI +aUO +kus +cmj +sHr +veN +dce +xdU +aAT +iAu +aaQ +ykw +"} +(176,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +qWI +bUq +cbo +aqK +twR +aqK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uEd +tJl +vCb +bUq +hOr +aBW +pGj +uJx +bfG +rJO +dTa +uHc +aaQ +aaQ +fij +mBy +pZU +lWm +hOq +geW +ahw +ahw +ahw +ahw +ahw +ahw +ahw +ahw +ahw +eNF +lus +ahw +gFg +pZO +vzG +dnJ +vlC +gfY +cBE +irH +keU +hhp +dKh +dKh +tZw +dRo +ocO +pym +vUz +rIq +vUz +cBE +eLl +aaQ +aaQ +aaQ +aaQ +aaQ +vUz +irH +cIB +aaQ +aaQ +gfN +bxp +aky +hau +epN +tWq +rTF +gfN +lCR +pEF +bHk +fAm +aaQ +aaQ +aaQ +gfN +gfN +izS +xwh +fbQ +lbt +gfN +art +aaQ +aaQ +arv +afZ +aMt +jVF +jVF +jVF +jVF +jVF +vbG +htS +oYF +aNK +bwU +aNK +xfh +vbG +njm +weL +bKp +bKp +yhp +aXT +aXT +dje +aDQ +aaB +biO +ujV +vSx +wZq +aEC +ifX +ifX +rWZ +aWp +aZO +dDI +aZR +fua +tEC +fua +aZP +nyF +cay +cUd +fWw +cWT +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +aaQ +bda +dUP +ctI +lGV +xtA +nTK +sMb +scu +aTf +psA +cHY +vTk +mFZ +mQH +dnI +max +goK +qeV +fLs +pGw +mQH +uvH +bDz +sHr +oKS +iML +wfI +wfI +qep +jqZ +sHr +cmj +veN +dYo +scu +kRa +aaQ +aaQ +ykw +"} +(177,1,1) = {" +ykw +aaQ +aaQ +aaQ +eLF +jtY +iqd +bUq +xgu +lgx +qFJ +acF +aaQ +aaQ +aaQ +aaQ +acF +uzN +aqK +aqK +kXE +gsx +rxw +rqh +cmI +dCa +pGj +fZn +aaQ +aaQ +aaQ +pxa +dAJ +dAJ +dAJ +pxa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +agN +agN +agN +agN +eIU +taP +agN +agN +tfN +ahw +pnW +pnW +pnW +ahw +ayR +bRX +dXA +iEM +bXU +hNi +bKE +gfY +vlC +gfY +rIq +pym +scO +bia +kfX +aaQ +aaQ +vRT +aaQ +efy +gfY +evw +mmX +aaQ +aaQ +gfN +jUy +aky +hUV +apN +sCG +vNz +awf +awf +gfN +aaQ +aaQ +aaQ +qtn +jYu +gfN +vNz +apN +kSu +gfN +lbt +gfN +aaQ +gfN +iqF +adV +ooo +iVK +gfN +aaQ +aaQ +aaQ +vbG +pFN +aKU +cPP +aSn +acy +iXK +vbG +sCX +aOZ +rlZ +tyE +ifX +bKp +ifX +bKp +bKp +ifX +bKp +ifX +bKp +bKp +bKp +dGy +qJa +rWZ +mls +qJc +xce +aZR +fua +fvT +fua +aZP +nyF +gIK +cUd +wOW +wIN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +kSU +kPi +bsv +krP +fZK +sMb +msz +jXA +psA +kdw +pLy +klu +aAF +kRJ +cop +ndC +oWV +bcp +xRs +aLK +dZB +fLs +bcZ +sdN +cmj +cmj +vcl +cNW +nIv +luB +lCN +pQJ +cmj +cmj +iIe +fmA +klu +hre +aaQ +aaQ +ykw +"} +(178,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +lid +qFJ +kKl +kXE +kKl +apz +acF +aaQ +aaQ +aaQ +aaQ +aaQ +kKl +cbo +iqd +bUq +cbo +dto +aaQ +aaQ +gHN +qJM +vij +aaQ +aaQ +aaQ +sJS +sRZ +tol +sRZ +tXG +aaQ +aaQ +aaQ +aaQ +aaQ +agN +agN +woe +bUV +hOs +gww +asX +nBY +agN +agN +ahw +pTx +vVe +rDi +ahw +ahw +jAM +uQK +jlG +mPy +mmX +irH +efM +hOb +nXq +rIq +gfY +oxI +mrU +aiV +enJ +crp +rgo +lIM +gbu +wEq +gfY +aaQ +aaQ +aaQ +aaQ +apN +gGZ +bCi +aoD +awf +bxp +apN +gfN +oai +aaQ +aaQ +gfN +hFz +vNz +awf +bOr +gfN +vNz +plz +qYI +awf +bxp +apN +ooo +adl +awf +aky +apN +qtn +aaQ +aaQ +vbG +vAv +qcP +qjZ +qjZ +nOe +lLU +vbG +bRY +aDS +uaD +cNb +rhj +rhj +uaD +cNb +rhj +rhj +rhj +cNb +dLG +aPY +aPY +lnQ +aYr +wZT +aPr +vTo +mNF +aZR +qbJ +eAg +mNF +aZv +aZR +cyn +cUd +rQe +mbN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fTB +kKT +rcQ +xSq +ncv +gPu +twO +egj +gBC +bQY +uQf +ioM +uOX +bda +bda +bda +bda +bda +ieG +bvO +bOc +fZM +hgD +rTL +tGp +sHr +sHr +yfm +sHr +sHr +bDz +cmj +xJp +sHr +sHr +lCI +iNc +hgD +hgD +hgD +aaQ +ykw +"} +(179,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +gkZ +sYa +bUq +aqK +fav +acF +aaQ +aaQ +aaQ +aaQ +acF +fiV +iIv +qPE +erN +aqK +oyc +acF +aaQ +aaQ +kLp +tdb +wfn +aaQ +ewj +cRb +lvS +cRW +bcf +aaQ +aaQ +ybY +ybY +ybY +ybY +ybY +agN +dnW +xrG +iLc +aja +eYs +lGU +mxp +agN +alt +lEe +dGk +aiZ +amw +wZX +xYJ +wAd +jxY +jub +wEq +uOq +xcp +gfY +mmX +aaQ +aaQ +aaQ +uie +rlS +dBs +dqz +xKE +uZV +vlW +pym +pym +aaQ +aaQ +aaQ +aaQ +bxp +ooo +plD +ooo +gfN +awf +xwh +rOc +aaQ +aaQ +aaQ +apN +awf +ooo +aoD +uNp +ehh +awf +aky +hDM +llM +qMv +aeY +hDM +aoD +aeY +gfN +aZl +gfN +art +aaQ +vbG +hzk +aWD +aFK +pqQ +aut +hxd +vbG +aPb +hGk +dCO +bZg +azN +hHi +azN +aPT +xls +hch +xAr +azN +aWj +xAr +aXw +ecS +aMg +wZT +yhM +qOu +xce +aZR +qbJ +eAg +fua +wIC +hlW +kvu +cUd +vwf +uMt +xgX +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +niy +cBJ +mhd +bvO +azt +ptA +oqz +vgA +qpx +dic +lzX +djh +bda +aaQ +aaQ +aaQ +bda +eST +tNI +iCm +qUg +hgD +azQ +fDe +sHr +sHr +oZR +cOT +sHr +sHr +cmj +cmj +iog +sHr +pDR +rsH +hgD +aaQ +aaQ +aaQ +ykw +"} +(180,1,1) = {" +ykw +aaQ +aaQ +acF +acF +acF +bxe +kWO +dgf +erN +bCh +acF +acF +aaQ +aaQ +acF +acF +goG +pVL +bsu +kKl +cbo +vCb +aaQ +aaQ +aaQ +aBW +uJx +rkG +lKc +amC +ewj +lrk +vul +aaQ +aaQ +ybY +ybY +alu +hNo +fzy +ybY +agN +owZ +cYC +wdI +fIb +pAt +ahY +jfq +fUp +apg +kYs +cgo +rWB +fgi +ahw +bdo +wAd +bnz +irH +kqL +mmX +vHA +gUp +aaQ +aaQ +aaQ +aaQ +eGW +kvC +fPr +ngG +doB +xOK +xSW +ngh +xIT +aaQ +aaQ +aaQ +uAj +gfN +aZl +wLD +jGx +awf +apN +aaQ +aaQ +aaQ +aaQ +art +aky +afd +pcM +aZl +awf +vNz +aky +aky +gfN +apN +awf +qvf +afd +aeY +aky +apN +uNp +rTF +aaQ +aaQ +vbG +vbG +vbG +vbG +vbG +vbG +vbG +vbG +wZT +aQa +aQO +aRI +aSu +wJO +fbF +rmk +aDh +aTb +eLJ +sbt +sMg +aWO +aXx +wZT +wZT +wZT +ivH +jtL +fua +nyF +gRz +aYB +xce +pip +pye +cUd +cUd +rQe +sEu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xDB +scu +bvO +fVq +fFU +eqU +mxk +wNC +hcT +hzK +aTF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +lXQ +nHo +mBv +oeX +hgD +hgD +tdD +pOP +sHr +cmj +cmj +sHr +sHr +cmj +sHr +aAZ +gKc +vkT +hgD +hgD +aaQ +aaQ +aaQ +ykw +"} +(181,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vCb +aqK +fMV +aqK +fav +nEA +cZk +mLE +vta +aXQ +bUq +ddq +tNf +dgf +jtY +lut +acF +aaQ +aaQ +aaQ +lsx +sBe +pvl +ngk +eBn +lKc +aaQ +aaQ +ybY +ybY +aje +sAx +aqH +huE +ybY +agN +agN +agN +voI +obG +mAz +oUT +bOT +tMP +aic +kQu +rtW +kJl +mkO +tkL +xYJ +wAd +jxY +dlP +wIE +irH +dnJ +aaQ +aaQ +aaQ +aaQ +aaQ +bwx +ngG +evH +bKy +kpW +fGb +jiU +riM +vRT +aaQ +aaQ +aaQ +aaQ +bIl +frx +nae +aoD +pcM +apN +xwh +mto +afa +xwh +awf +hDM +aZl +aky +gfN +aaa +aaa +aaa +aaa +aaa +aaa +gfN +awf +tPI +wmf +pcM +awf +awf +vNz +aky +aaQ +aaQ +aaQ +abk +aaQ +aaQ +abk +aaQ +aaQ +wZT +wZT +wZT +wZT +wZT +wZT +wZT +wZT +pZB +pZB +pZB +pZB +pZB +pZB +wZT +wZT +lTl +eCk +dCU +uzp +mNF +nyF +xce +fvT +aZn +fug +ljV +tbv +jED +cFK +fcb +sCJ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +gUd +hYb +bvO +fTa +psA +xWV +nEa +jNt +mOS +mvr +bda +aaQ +aaQ +aaQ +aaQ +aaQ +bda +xaQ +aLK +bcp +goK +aaQ +hgD +hgD +lKd +ftw +aab +nTk +gHB +gHB +lNI +ftz +sHr +pdh +hgD +hgD +aaQ +aaQ +aaQ +aaQ +ykw +"} +(182,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gMg +oqP +aqK +ajx +rHk +vlG +aqK +bjM +cyH +dIz +dgf +aqK +xVY +aqK +sSj +erC +acF +aaQ +aaQ +aaQ +aaQ +aBW +dCa +uJx +gfD +fZn +aaQ +aaQ +ybY +ybY +ahr +wIr +kLB +amV +akd +abT +aiD +jIp +raS +rdi +sPY +akc +akJ +agN +fEW +fNW +dMM +rWk +ppQ +bkW +xYJ +wAd +jxY +wjl +dWq +vUz +bxn +aaQ +aaQ +aaQ +aaQ +yfq +cjc +mbX +hbX +mrU +jqP +pPk +oAV +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gfN +bxp +hUV +awf +spn +bxp +apN +gfN +ehh +vNz +aky +jGx +ybo +tWq +aaa +aaa +aIm +arq +unL +unL +aaa +aaa +bxp +ooo +afd +bOr +aky +gfN +awf +aky +aZl +qtn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +lWi +xeA +uwJ +qiv +aZE +nne +iTR +biJ +iKq +hRT +mbN +uwJ +qiv +gRt +kYd +xce +aZR +xce +fvT +fua +aqv +gRt +pRD +nZY +uwJ +jSG +uMt +iFp +aaQ +aaQ +aaQ +aaQ +aaQ +qEl +azt +pQj +psA +ndJ +ppp +ldN +fVq +voU +uid +bda +aaQ +aaQ +aaQ +aaQ +aaQ +bda +jWi +goK +tKR +bcp +aaQ +aaQ +hgD +hgD +kPy +oDE +mFc +bcZ +tyg +bcZ +ecw +nHP +hgD +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(183,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +vCb +kKl +xlv +kKl +bjS +jtY +jgz +fTb +pLx +aqK +pRR +erN +spN +hEE +ihO +erN +uDK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vFJ +oUv +paP +aaQ +aaQ +aaQ +ybY +ybY +aPE +gNh +ams +dNp +nqY +bKW +muw +jIp +tCT +gQi +njp +jvZ +akJ +agN +mZh +fNW +wfD +rWk +gVC +ahw +jUH +wAd +ufR +rcz +irH +cBE +aaQ +aaQ +aaQ +aaQ +aaQ +scO +quR +maP +hcY +jqP +gJm +jbo +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uNp +doM +ulr +aky +gfN +vNz +aky +hDM +rMm +hVC +apN +awf +frx +aaa +aGA +aaf +aaf +aae +aad +cBV +aaa +awf +gfN +awf +tgC +tWq +apN +vNz +aZl +gfN +aaQ +aaQ +aaQ +aaQ +oai +aaQ +oai +aaQ +aaQ +aaQ +apN +aaQ +aaQ +aaQ +uwJ +qiv +nne +nne +iTR +tOI +qiv +gRt +aZE +qiv +gBM +tKs +aZE +wwq +xce +aZR +xce +tEC +fua +bKg +pJl +fHo +aZE +cro +aZE +rqa +hxE +aaQ +aaQ +aaQ +aaQ +aaQ +uqR +wzm +fDv +fZf +ame +mQb +uqR +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aLK +odh +bcp +bxt +bda +aaQ +aaQ +hgD +hgD +hgD +vmX +fPG +mQH +sQq +hgD +hgD +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(184,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +kKl +keM +kKl +wdp +dkW +xMI +eqp +xtM +erN +xMI +gLR +skK +aqK +rNV +aqK +tJl +kKl +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nMq +dyG +xSJ +cMM +aaQ +aaQ +ybY +ybY +aPE +ajY +amY +hJe +akd +ndu +aiD +pQc +akJ +qHL +njp +wXN +tCT +agN +afb +fNW +wja +gtI +mgL +tjB +xYJ +wAd +jxY +uGk +vUz +pym +aaQ +aaQ +aaQ +aaQ +aaQ +axX +nRY +nDr +njT +jGQ +qsb +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +myb +jkY +tWq +wxl +afM +wmf +jGx +aky +aoD +ulr +afM +awf +wmf +apN +aky +aaa +aGd +aaf +aae +aah +aae +qkS +aaa +tWq +wmf +akS +awf +frx +aky +aky +kRE +awf +apN +aaQ +vNz +aaQ +apN +gfN +wbp +tWq +aaQ +kji +gfN +vNz +apN +opM +lJR +sMP +gBM +gRt +xTw +aZE +rvz +azC +huh +lJR +eSe +gRt +qhV +rHN +nmK +aZR +xce +aYB +aZn +iLT +blW +fcb +lYZ +gRt +iKq +mbN +wos +aaQ +aaQ +aaQ +aaQ +abk +uqR +lOu +lOu +lOu +tPX +lOu +uqR +abk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +fly +aaQ +pMh +bIe +qQG +bvO +qeV +bda +aaQ +aaQ +aaQ +aaQ +hgD +sMb +fLs +pGw +wPw +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(185,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +xNw +skK +jtY +uFG +nDT +aaQ +acF +acF +aaQ +acF +bKt +iBK +nVA +kKl +gzn +kKl +bUq +cbo +bUq +aaQ +aaQ +aaQ +aaQ +bjc +xyG +qvU +rxw +gEm +pGD +aaQ +ybY +ybY +uxi +akM +alS +alV +ybY +agN +agN +agN +eDF +oQC +lqD +mKi +jfq +dId +bZX +pVi +dmb +egY +rNC +hqF +xYJ +wAd +lUi +nbd +cBE +vlC +aaQ +aaQ +aaQ +aaQ +quR +nRY +kpW +aiV +kWU +heZ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rOc +hgb +bIl +awf +gfN +clc +iqF +ulr +wmf +ooo +rMm +iok +bxp +aZl +gfN +awf +aky +aaa +wUC +aaf +aGF +aae +aae +aac +aaa +apN +tWq +kRd +jUy +jGx +dML +aky +awf +vNz +aeY +pcM +aky +aky +aky +apN +awf +frx +awX +aky +bxp +awf +hDM +sky +oYT +wrO +lJR +oYT +kpv +gRt +qhV +lJR +gRt +tOB +bdR +kpv +gBM +kYd +xce +nyF +gRz +aYB +fua +fug +gRt +aZE +mZd +wrO +evP +ihK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +uqR +ska +oNJ +oNJ +oNJ +tfL +uqR +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +nXc +uZg +foF +dBl +xfY +bcp +cJI +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bvO +ihs +oJN +jXA +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(186,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +fsj +eCE +tLb +tuz +pYI +aaQ +aaQ +aaQ +aaQ +acF +hop +cVJ +aqK +jhY +xtM +lnp +wxC +aqK +lut +acF +aaQ +aaQ +aaQ +sgM +kiF +ivM +lOO +dyG +eQN +aaQ +aaQ +ybY +ybY +sps +njZ +fzy +ybY +agN +qPW +ahX +jfD +kPF +hhP +oeu +tWX +geI +vaY +nGp +qUS +oOP +dWJ +ahw +cEp +wAd +oVX +gdP +mPy +mmX +aaQ +aaQ +aaQ +aaQ +yfq +epC +qyB +obb +upl +hBp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gfN +sjx +gfN +frx +pcM +qpQ +xfl +iok +xfl +fdG +cTO +uwg +qJq +hVC +vNz +aoD +aky +aaa +aaa +aGI +aae +rKR +aaf +aaa +aaa +awf +awX +xfl +hVC +hDM +sFP +hVC +rRi +amq +ooo +lBg +jGx +joO +bjE +ooo +hDM +eBy +adp +pWX +hDM +yld +tYN +heK +gRt +wyI +gRt +gRt +fFT +kpv +uGR +tKs +nne +aZE +uGR +aZE +gRt +uzp +xce +plU +jWZ +mCL +qbJ +fug +jSG +qhV +uwJ +wyI +nne +kuo +sCJ +rfh +aaQ +aaQ +aaQ +abk +uqR +wJM +lOu +tPX +elQ +lOu +uqR +abk +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bUG +wKj +cmm +ggO +qEu +gRj +oNr +bda +aaQ +aaQ +aaQ +aaQ +hgD +bgW +bvO +bOD +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(187,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +mIc +teS +bUq +ggd +acF +aaQ +aaQ +aaQ +aaQ +acF +lLW +fqk +jtY +gOp +aLy +pWz +vCb +bxN +iOU +acF +acF +aaQ +aaQ +aaQ +kKl +qOM +kKl +dto +aaQ +aaQ +aaQ +aaQ +ybY +ybY +ybY +ybY +ybY +agN +uwa +aWW +nrl +giW +iDf +akt +iHp +agN +sYt +vxk +vxk +veI +aku +wZX +xYJ +wAd +jxY +hNi +cBE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bpA +gSC +rlS +kTi +ngG +aaQ +aaQ +aaQ +aaQ +aaQ +ctc +bIl +eNm +vNz +hDM +gGZ +uux +gyd +cZN +amq +cTO +wmf +awf +jKJ +xJW +qMv +bxp +awf +aky +aaa +aaa +mQX +bEL +aaa +aaa +apN +awf +awf +mlW +ooo +akS +wmf +jGx +yld +iok +akS +wmf +yld +tYN +hDM +akS +adp +vTl +tYN +hDM +xfl +tYN +wmf +gDD +nne +nne +nDi +aZE +evP +aZE +qhV +gBM +aZE +nDi +boz +fcb +iTR +ezk +mNF +aZn +aZn +aZn +aZn +uCD +nDi +sab +tKs +gRt +eFu +mbN +fbW +sCJ +aaQ +aaQ +aaQ +aaQ +uqR +agy +hUh +kPz +rZI +ikc +uqR +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bgH +cRz +apG +hPK +wyE +xNI +bvO +aaQ +aaQ +aaQ +aaQ +aaQ +hgD +iyN +isn +bvO +fWb +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(188,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +xNw +oDo +lWP +jtY +aaQ +aaQ +aaQ +aaQ +aaQ +acF +fsI +xXT +dAY +pCt +kKl +aqK +wFs +hiZ +ktc +cOh +acF +acF +acF +laK +eKN +kKl +jtY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +agN +agN +fAL +ect +vxk +veI +ujE +aku +agN +agN +ahw +afu +dMj +akH +ahw +ahw +dJV +hbi +ufR +mPy +cBE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vVK +nJm +tZK +ngG +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +svL +adB +jMA +gsI +jGx +wmf +eVo +kqU +jxH +hKN +hVC +ulr +qvf +aoD +afd +awf +iqF +jGx +gfN +ooo +awS +whM +jxH +awf +akS +wmf +gGZ +ooo +wmf +aky +aky +awf +hDM +pcM +akS +hDM +pcM +aZl +gfN +aaQ +aky +aaQ +aky +awf +jGx +adp +tWq +aky +aaQ +aaQ +nne +aaQ +uMt +biJ +aZE +sMP +qhV +uGR +int +aZE +aZE +cwl +aYP +fua +aZO +aZO +aZO +fua +aZi +xTw +aZE +aZE +ojv +oYk +iSY +fcb +ihK +aaQ +aaQ +aaQ +mbN +erB +aZE +qhV +rBj +xrt +qVk +vqi +aZE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dup +jSl +eFd +qgz +bvO +oBn +bda +aaQ +aaQ +aaQ +aaQ +aaQ +twO +nvX +uma +quz +hgD +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(189,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +eLA +gFI +qBq +acF +aaQ +aaQ +aaQ +xNw +xNw +huG +cAD +ioq +xNw +xNw +skK +eGL +kKl +gbN +xXT +vCo +wzU +teS +cbo +frD +bEo +tmj +bXI +acF +aaQ +acF +acF +aaQ +aaQ +aaQ +aaQ +aaQ +agN +agN +agN +agN +agN +agN +agN +agN +nnw +ahw +pnW +pnW +pnW +ahw +fVz +dCz +mzK +tBS +mFA +cBE +aaQ +aaQ +aaQ +aaQ +aaQ +quR +vRT +mbX +gbu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qtY +gfN +ooo +sGB +adp +pcM +ulr +uux +akS +wmf +vTl +adX +adl +eBy +pcM +wmf +yld +wbq +ooo +wmf +rMm +hVC +awf +yld +wbq +ooo +afd +ooo +jGx +pcM +aZl +hDM +vNz +aky +aky +apN +vNz +aky +aaQ +aaQ +aaQ +aaQ +aaQ +tWq +awf +gfN +akS +uNp +bxp +aaQ +aaQ +aaQ +aaQ +fbW +mbN +qLk +tKs +uwJ +qhV +aZE +jSG +rvO +gOO +aZg +ljB +ndd +aZO +aZO +fua +pzV +biJ +xTw +qiv +uMt +dFJ +oQJ +evP +yfx +sCJ +aaQ +aaQ +aaQ +sES +uGR +gBM +seJ +evP +qYP +sMP +nne +iKq +mbN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +cpk +aNb +pod +wTH +bda +bda +bda +aaQ +bda +aaQ +ubK +eXd +tLi +wTH +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(190,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +fnX +kbe +bCh +mUn +aaQ +aaQ +xNw +xNw +ejF +clf +ejF +bGB +bGB +xNw +xNw +vIt +bUq +nVN +lcg +jAG +pmA +krW +lJY +vBV +qOM +kKl +aYk +jeY +kKl +xQz +acF +acF +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qdC +mXP +pFf +dFe +sCV +mmX +kBy +uOq +gfY +dij +lnh +dXA +foP +mmX +lEL +mmX +aaQ +aaQ +aaQ +aaQ +bgA +uOq +eyR +vUz +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gfN +frx +awf +wmf +gGZ +awf +afM +dWy +pcM +aYp +aky +jGx +gfN +adl +awf +gGZ +ooo +awf +tPI +yld +epf +ooo +afd +pcM +wmf +iQU +ooo +awf +awf +aJd +aJd +aJd +aJd +aJd +tWq +aky +gGZ +aky +vSZ +aaQ +aaQ +aaQ +qtn +gfN +aky +aky +rTF +awf +frx +rOc +aaQ +aaQ +lUA +mbN +qiv +iyj +lJR +nne +nne +mbN +uwJ +jSG +ciX +rrQ +bad +lDL +eaT +dte +bad +ezG +aVI +biJ +aZE +aZE +vTq +fOJ +lJR +qhV +aZE +iFp +aaQ +aaQ +nne +uwJ +iTi +huh +lva +uGR +aGq +tOB +shL +gMo +mbN +dqq +aaQ +aaQ +aaQ +aaQ +aaQ +dIp +pqp +qQG +dxw +oaG +jBW +bgI +twO +dhO +ltG +oNr +gZS +cmP +bbE +nBr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(191,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +jtY +hsc +jtY +efy +aaQ +xNw +xNw +gQU +bGB +qzH +bGB +bGB +ejF +ifz +xNw +xNw +uAt +frH +dVd +aqK +pmA +uUI +hcp +lMy +vCb +sie +hkx +jtY +fMV +bUq +bCh +bfo +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rJi +mmX +avE +wOs +gfY +wIE +wYR +irH +kLt +lnh +dXA +eAz +mPy +cBE +vlC +aaQ +aaQ +aaQ +aaQ +bAB +rIq +akL +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +svG +bIl +hDM +ulr +vhZ +aky +lCR +gyd +kpw +tWq +awf +jUy +aky +pWX +awf +iqF +adp +aky +xJW +aoD +tWq +aZl +gfN +vNz +aZl +art +bOr +hDM +akS +aJd +aJd +mzm +boj +xuX +aJd +aJd +awf +xJW +jGx +swp +aaQ +aaQ +aaQ +aaQ +aaQ +tWq +aky +jGx +hDM +aZl +aaQ +aaQ +aaQ +aaQ +uMt +lKY +aZE +aZE +mbN +iTR +aWP +tSH +bad +aXz +baw +baw +baw +baw +baw +baw +baw +ngi +bad +bZG +aVI +biJ +gBM +evP +gRt +evP +nne +aaQ +aaQ +nne +lYZ +fOJ +nne +iTR +nne +gBM +uwJ +wyI +osN +iwE +mbN +aaQ +abk +aaQ +abk +aaQ +mrB +bvO +bgp +bcp +mQo +aLK +mpJ +oRj +bcp +bcp +odh +qQG +fzu +wlu +pxw +qcM +kXH +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(192,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +oqY +jdI +vCb +noc +aaQ +xNw +xNw +iLJ +nkt +liD +ejF +jyw +clf +bGB +bJg +uvt +xNw +xNw +vOw +vbl +gmH +sIy +teS +aqK +apz +lJY +wvd +rPp +gDC +aqK +vNc +whv +hYW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tZW +mmX +iLE +wYa +irH +irH +jkV +uYV +fmb +dXA +vsw +kzL +cBE +aaQ +aaQ +aaQ +aaQ +mmX +vUz +uoA +cBE +mmX +aaQ +aaQ +aaQ +aaQ +aaQ +lbt +qvf +rMm +tER +eZa +xOi +xOi +blz +qZF +wyj +ifN +awf +bxp +ooo +kRd +wmf +aoD +xGH +gfN +wTV +gfN +bIl +awf +tWq +qMv +tWq +gfN +afd +hDM +aJd +oLE +vSC +evT +evT +xmJ +aJd +aky +bYL +llM +vam +art +aaQ +aaQ +aaQ +aaQ +aaQ +arv +afZ +arv +aaQ +aaQ +aaQ +aaQ +uwJ +dDK +aZE +nDi +aWP +tSH +bad +aXz +baw +baw +baw +qLn +baw +baw +aWQ +baw +baw +baw +baw +baw +baw +pLf +bad +ezG +wzO +biJ +iyj +vev +aaQ +aaQ +nne +fOJ +gRt +iKq +uwJ +aaQ +nne +vMk +gRt +blW +nne +der +uqR +uqR +uqR +uqR +uqR +bHv +bvO +bcp +fzu +eqU +bcp +oSC +bcp +odh +xNY +bvO +xLv +oXZ +bcp +usO +agC +kHx +acO +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(193,1,1) = {" +ykw +aaQ +aaQ +aaQ +nNd +vSG +skK +jdI +atC +cbo +bCh +hXa +cdP +vaR +mYe +bGB +bGB +ejF +oGj +wuj +nEN +bTe +aaQ +aaQ +aaQ +acF +acF +dsM +iaB +qwR +qiW +kKl +vCb +aqK +hDR +aqK +uDK +cbo +aqK +aqK +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dFe +vUz +eyR +wEq +vsw +sal +rSx +dXA +oex +mPy +pym +bhi +aaQ +aaQ +mMg +uOq +kyx +cfQ +nXq +hhB +rxK +aaQ +aaQ +aaQ +vNz +aky +wmf +afM +bxp +uqV +lEk +aay +aay +oRQ +feA +xVP +kNw +cWa +tWq +pcM +awX +aky +jVP +awf +exL +aaQ +oai +gfN +ehh +awf +cWa +pcM +awf +gyd +drW +oSb +evT +jDW +evT +djf +aJd +aky +apN +doj +gfN +iAY +aaQ +aaQ +aaQ +aaQ +aaQ +awf +aky +awf +aaQ +aaQ +aaQ +uwJ +cQI +tKs +aZE +aZC +aXz +aWQ +baw +baw +baw +baw +iIS +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +aWQ +qLn +ngi +vmB +aZE +tKs +tUh +aaQ +nne +lJR +iyj +nDi +aaQ +aaQ +aaQ +xoE +jSG +biJ +aZE +nne +fkD +pwl +ngE +ncy +nGu +aLK +xNY +sxE +qBQ +aLK +lPc +xNY +jOI +goK +bvO +hwP +ihL +goK +hsq +eFd +qEu +fpI +shw +jZF +aaQ +aaQ +aaQ +aaQ +ykw +"} +(194,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +bCh +qPZ +pqO +aqK +iUN +lut +iXa +lyu +kxD +bPE +exu +kZh +xDr +ukc +qIc +rPw +rPw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bUq +hNX +xOt +aaQ +aaQ +fIt +ykh +fMV +gQc +pev +aqK +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dFe +baj +irH +aVr +efM +jub +mPy +lnh +dXA +syM +oex +irH +hhB +aaQ +aaQ +mmX +jGM +irH +uOq +cBE +evw +aaQ +aaQ +aaQ +gfN +hDM +adp +gGZ +aky +awf +vsl +vsl +aec +vsl +bmw +vsl +vsl +bxp +bOr +lbt +ehh +azW +aaQ +arv +wxr +aMt +aaQ +aaQ +aaQ +aaQ +bxp +aky +tPL +ooo +whM +bES +evT +evT +evT +evT +fBl +aJd +awf +lCR +hGZ +nSq +aaQ +aaQ +aaQ +aaQ +aaQ +bxp +jGx +hDM +awf +xwh +aaQ +aaQ +tSm +iyj +lJR +nne +bhK +qLn +baw +baw +baw +baw +baw +baw +baw +baw +qLn +qLn +qLn +baw +baw +baw +baw +baw +baw +baw +baw +baw +mWA +gRt +evP +ycs +opM +gRt +qhV +aZE +uwJ +aaQ +aaQ +mbN +uMt +aZE +iKq +qiv +nDi +its +jav +oNJ +jav +fWK +bvO +fTa +bcp +goK +bYs +kVS +rDP +xiz +cHA +irv +bbE +fzu +bPL +tXB +qcM +las +uVY +lpq +bQT +foF +aaQ +aaQ +aaQ +ykw +"} +(195,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +bUq +aqK +dwb +bIg +kMk +ezK +bGB +xdp +bGB +ejF +qzH +oip +tyR +mTL +tbK +jSI +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +skK +cbo +kKl +aaQ +acF +acF +usJ +gXc +hxN +aqK +efX +kmd +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mVR +czI +eTJ +mmX +wEq +irH +gfY +dij +uYV +keU +dXA +nbd +maI +cBE +aaQ +aaQ +mmX +vUz +cBE +evw +dlP +cBE +cBE +bAB +vNz +aky +aky +awf +ulr +aky +awf +vsl +vsl +qXh +hiv +ffY +iIF +jAk +vsl +vsl +jsu +gfN +aaQ +aaQ +aaQ +qxP +awf +bxp +bXq +aaQ +aaQ +jbl +awf +aky +hDM +aky +nlR +aJd +arL +evT +aiA +evT +llv +aJd +aky +ekW +nVQ +aaQ +aaQ +aaQ +aaQ +aaQ +qtn +gfN +ooo +pWX +aky +aaQ +aaQ +mbN +uMt +kIa +sMP +aZE +qvw +baw +baw +baw +baw +baw +baw +baw +baw +baw +qLn +qLn +qLn +baw +qLn +qLn +qLn +qLn +qLn +qLn +baw +baw +wPB +aZE +iyj +nne +vCW +lYZ +gRt +aZE +uwJ +lWi +aaQ +aaQ +qiv +nne +aZE +nZY +fcb +bhG +ncy +oNJ +jav +fWK +mrB +aLK +xNY +sxE +ffA +bda +bda +bda +aaQ +bda +ojn +lgZ +kOM +cIk +jpx +dDn +hQX +mpT +gTE +beQ +aaQ +aaQ +aaQ +ykw +"} +(196,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +tYg +bjS +vvX +aaQ +xNw +xNw +ejF +bGB +bGB +bGB +vAY +bGB +viK +tyR +gzI +xNw +xNw +aaQ +aaQ +aaQ +aaQ +aaQ +acF +szh +rIv +vCb +aaQ +aaQ +aaQ +aaQ +aqK +ohM +xPE +rbR +iEo +erk +eTK +aaQ +aaQ +aaQ +aaQ +tvj +bAB +vUz +irH +wEq +irH +jub +nbd +qPt +iHq +keU +bHB +mmX +dij +irH +wEq +rIq +irH +irH +cBE +vsw +wjl +vsw +cBE +cAK +hDM +xfl +wbq +wmf +adl +aky +gfN +vsl +aym +vkB +mUh +nYP +aJj +djS +sfw +vsl +gfN +gfN +yhr +aaQ +ehh +aeY +apN +awf +nVQ +nSq +aaQ +aaQ +vNz +hDM +adp +pcM +aky +aJd +aJd +tiA +aCi +els +aJd +aJd +aky +awf +apN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +oai +bxp +hDM +aky +aaQ +aaQ +aaQ +mbN +nne +evP +nne +bae +baw +gTh +qLn +baw +baw +baw +baw +qLn +qLn +baw +baw +baw +baw +qLn +qLn +qLn +baw +qLn +qLn +qLn +gTh +aVH +aZE +gBM +gRt +vCW +dFJ +huh +nne +aZE +uwJ +nne +nne +uwJ +aZE +iyj +evP +nne +its +jav +oNJ +jav +fWK +goK +bcp +ipS +goK +qeV +cpH +aaQ +aaQ +aaQ +bda +hTq +bbE +abw +uVY +oFD +nND +rLW +iZq +ghf +uGb +aaQ +aaQ +aaQ +ykw +"} +(197,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +jnB +rqb +vpD +skK +aaQ +aaQ +xNw +xNw +nDB +bGB +ejF +bGB +bGB +ejF +wRP +xNw +xNw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +kKl +qht +kKl +aaQ +aaQ +aaQ +aqK +dJc +iIv +jtY +iCx +qOb +wnE +tws +ovW +wfn +kmd +lrN +aqK +bAB +hOb +jub +cBE +vsw +hOb +uGk +vlC +nZh +keU +dXA +eZT +pOC +oex +mPy +rIq +vsw +uGk +hOb +uGk +dij +cBE +hNi +mLM +awf +aky +aky +gGZ +aky +aky +aky +vsl +ayn +qyz +fXL +rkk +hQy +aJj +xbX +vsl +irj +ehh +aaQ +aaQ +qtn +vhZ +aky +lbt +xwh +ehh +gfN +aaQ +aaQ +vNz +akS +hDM +aky +apN +aJd +aJd +aJd +aJd +aJd +vNz +aky +vNz +hDM +qKL +oai +aaQ +aaQ +aaQ +aaQ +aaQ +aky +aky +awf +qiZ +aaQ +aaQ +qiv +tKs +uwJ +aZE +eKt +baw +qLn +qLn +baw +baw +baw +baw +baw +baw +sto +baw +qLn +qLn +qLn +gTh +gTh +qLn +qLn +qLn +gTh +gTh +wpP +aZE +pJl +pQQ +lIp +uwJ +evP +tOB +fHo +sMP +uwJ +gRt +tKd +ceq +gRt +nne +iTR +its +jav +iWt +ncy +fWK +bcp +xNY +qQG +odh +bcp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +utD +fly +rtb +acY +myU +uKq +ghf +pDA +mpG +aaQ +aaQ +aaQ +ykw +"} +(198,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +mJq +bUq +vrr +qPZ +acF +aaQ +aaQ +xNw +xNw +xUe +bGB +qzH +ejF +bGB +xNw +xNw +aaQ +aaQ +acF +acF +acF +aaQ +acF +aaQ +elv +uEL +pIw +acF +acF +aaQ +aaQ +kmd +tIl +iCx +aJy +sTG +oUv +uJx +bfG +fAS +euz +hOr +uEd +bAB +cBE +cBE +hhB +uGk +dij +cBE +bXU +uYV +iPv +bHB +ylh +nSR +hNi +dij +wxy +jub +mPy +oex +cBE +cBE +irH +cBE +rIq +bxp +gfN +jKJ +dou +tIw +awf +gfN +vsl +axg +dbS +bAx +aJh +oqu +rAN +aAo +vsl +ehh +ltH +aaQ +aaQ +aaQ +gfN +aoD +apN +kRE +ehh +vNz +awf +arv +aky +aZl +jGx +gfN +aky +aky +apN +gfN +vNz +awf +aky +aZl +gfN +aky +nSq +aaQ +aaQ +aaQ +aaQ +aaQ +vNz +wmf +jGx +aZl +aaQ +aaQ +aZE +nne +nne +gRt +nDi +yer +baw +qLn +qLn +baw +qLn +baw +baw +baw +baw +baw +baw +qLn +qLn +baw +qLn +qLn +gTh +qLn +baw +baw +baw +bhJ +nne +vDk +evP +vCW +osN +gRt +uwJ +gRt +lna +gBM +vjJ +kzP +gBM +aZE +aZE +pOv +uqR +uqR +uqR +uqR +uqR +bFj +cJI +bbE +lQP +gRj +vtJ +oFD +aaQ +aaQ +aaQ +aaQ +aaQ +ksb +aYG +oZo +lFk +nYX +mbE +hVW +mpG +aaQ +aaQ +aaQ +ykw +"} +(199,1,1) = {" +ykw +aaQ +aaQ +aaQ +ixX +lxQ +mwe +kKl +bUq +lKg +aaQ +aaQ +aaQ +xNw +xNw +uOs +rlv +kBi +xNw +xNw +aaQ +aaQ +aaQ +acF +xLh +iMZ +vCb +jFL +tWe +tvB +cVJ +aqK +kLr +eMI +aqK +jTQ +vij +hHM +ftX +nyY +kYh +mop +cyz +rJO +kkF +kHj +xyG +gsx +bAB +gfY +irH +wEq +irH +xZn +rWx +vxr +leK +bez +aiL +bNq +lSt +mPy +uGk +wxy +dij +nbd +hNi +uvW +gfY +hOb +dij +aaQ +aaQ +aaQ +arv +wxr +wxr +aMt +aaQ +vsl +axf +lBx +kUt +nOr +ykN +azs +pUF +vsl +gfN +aaQ +aaQ +aaQ +ehh +qvf +rTF +aky +awf +vTv +aeY +pcM +nfc +aky +qMv +bxp +awf +pcM +jGx +hDM +aZl +amq +hDM +awf +jGx +qxP +aky +aaQ +aaQ +aaQ +aaQ +aaQ +gfN +tWq +gsI +lCR +qMv +awf +aaQ +aaQ +nne +hsb +iyj +aZE +mxF +baw +baw +baw +baw +qLn +baw +baw +baw +baw +baw +qLn +baw +baw +baw +qLn +qLn +qLn +qLn +baw +baw +qLn +wPB +aZE +gRt +nne +vCW +nDL +kvx +fHo +aZE +evP +aZE +nne +uwJ +vOO +qhV +mbN +jSG +aaQ +abk +aaQ +abk +aaQ +lgZ +xNY +fnH +qEu +qON +wlq +mrg +aaQ +aaQ +otv +aaQ +aaQ +eic +vQU +diH +diH +diH +jqa +vxP +apG +aaQ +aaQ +aaQ +ykw +"} +(200,1,1) = {" +ykw +aaQ +aaQ +aaQ +cCe +efe +rYG +iIv +rpa +vUg +acF +acF +aaQ +btM +mVq +lLW +fqk +jtY +xNw +aaQ +aaQ +aaQ +aaQ +acF +iiF +bvL +tJl +kKl +bjM +rHk +fqk +mqz +xlv +qpP +wku +kLp +tws +ovW +aNN +bkO +bkO +dIV +rJO +gfD +pQO +oEY +vAn +aaQ +mVR +mVR +cUv +eyR +mmX +vlC +ryl +dqT +lgz +uxj +qAn +dXA +ryl +irH +pym +bAB +cBE +cBE +pym +pym +mmX +pym +aaQ +aaQ +aaQ +aaQ +vNz +awf +xDJ +apN +aaQ +vsl +ayo +edh +nwr +ayV +lmm +mCj +azK +vsl +aaQ +aaQ +aaQ +oEP +gfN +bxp +hDM +aky +eZl +awf +ooo +aky +arv +aky +awf +awf +aky +aky +wmf +tPI +yld +noC +aky +ooo +pcM +gGZ +ooo +apN +aaQ +aaQ +qtn +gfN +vNz +aoD +ekY +apN +awf +aaQ +aaQ +lWi +biJ +tKs +nne +aZE +mIG +baw +baw +baw +baw +baw +baw +qLn +qLn +baw +qLn +gTh +qLn +baw +baw +baw +baw +baw +baw +baw +baw +baw +fGC +aZE +qhV +aZE +opM +bHb +evP +nne +aZE +nne +nne +aaQ +txA +uwJ +uMt +oxu +mbN +exf +aaQ +aaQ +aaQ +aaQ +goK +iTf +bvO +qON +kRh +emm +aaQ +aaQ +aaQ +otv +aaQ +aaQ +cyS +qwn +aOn +jqa +hvm +uKq +dup +aaQ +aaQ +aaQ +aaQ +ykw +"} +(201,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +jGr +lGP +bUq +iUk +tTP +bUq +oFX +jPa +lKm +bCh +yiT +kxD +hQV +aaQ +aaQ +aaQ +aaQ +aaQ +iEc +jtY +wCr +aMu +fTb +apm +aqK +cIa +xtM +aqK +aMs +nPo +dIV +rJO +gfD +oCW +vbi +lmy +vfM +gfD +srx +eAw +apn +aaQ +aaQ +aaQ +aaQ +aaQ +bxn +alE +alE +alE +alE +alE +nNJ +aoL +alE +alE +chD +mmX +rIq +irH +gfY +irH +ryl +pym +hpY +mMg +aaQ +aaQ +gfN +aky +pcM +aky +aky +aaQ +vsl +vsl +bOF +cFJ +oKt +hoL +feH +vsl +vsl +aaQ +aaQ +aaQ +aaQ +aaQ +tYS +dlU +pcM +awf +gzB +aZl +awf +aaQ +bxp +rTF +vNz +aZl +ehh +bxp +awf +vNz +hDM +akS +awf +awf +aky +amq +aky +aaQ +gfN +vNz +sCG +hDM +lWQ +fdG +aky +aaQ +aaQ +aaQ +uwJ +vNa +gRt +tKs +jSG +aYR +osD +aWQ +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +baw +aWQ +iIS +aVG +baf +aZE +nne +nne +aaQ +uwJ +bNi +lYy +iTR +uwJ +aaQ +aaQ +aaQ +aaQ +fIS +uwJ +hrB +aaQ +aaQ +aaQ +aaQ +bda +aYc +gtP +qON +kHx +emm +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qWM +niN +qcn +rkY +wwG +muo +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(202,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +xNw +vCb +qcY +xtM +nid +hmS +vCb +lEa +tgh +bUq +nkt +vkq +mLS +isL +acF +aaQ +acF +acF +iYj +jmB +hyM +dwb +hkx +kKl +lut +kKz +aqK +fmk +cHX +miU +lsx +dCa +fZn +tkg +hbb +qpp +lsx +eAM +lsx +oCW +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +alE +xXc +bPV +hND +arN +kjM +wFw +peY +hKq +alE +alE +rIq +rIq +vUz +irH +vsw +evw +hhc +mmX +jcA +aaQ +aaQ +oai +awX +gfN +aky +aky +aaQ +aaQ +vsl +vsl +cIp +vsl +dyO +vsl +vsl +aaQ +aaQ +aaQ +aaQ +bPQ +krU +pYU +pEd +qUt +vNz +dlU +pYU +qUt +aaQ +aaQ +arv +wxr +arv +aaQ +art +qoV +aky +aZl +lAy +gfN +bxp +aky +adl +aky +qVX +aky +gfN +awf +sFP +hVC +kRl +gfN +aky +apN +aaQ +aaQ +uMt +iyj +lJR +qiv +iKq +gdM +xnh +aOM +amL +baw +baw +baw +baw +baw +baw +aWQ +baw +baw +baw +baw +baw +baw +aVG +aOM +baI +wtP +fcb +tKs +evP +aaQ +aaQ +kXM +uwJ +tfS +uwJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +exf +qjH +aaQ +aaQ +aaQ +aaQ +bda +bda +bda +aaQ +aaQ +aaQ +aaQ +aaQ +otv +otv +aaQ +aaQ +aaQ +aaQ +ksg +dwm +psL +fOE +dDn +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(203,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +kKl +ugJ +xXT +tbE +rxJ +ddp +xtM +tzD +hZF +kKl +dCI +wuj +oHe +uMS +vHt +mYe +nSj +qLe +jfv +bTM +rbr +lzM +aaQ +acF +acF +aaQ +aaQ +aaQ +lmy +aaQ +oNA +iCx +bRR +jtY +vbi +dto +bvF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +alE +tnS +aZm +jFS +pTu +pTu +jlN +jHU +tMp +bxD +alE +vUz +irH +eyR +vYo +mPy +cBE +qVS +bxn +aaQ +aaQ +aaQ +aaQ +xwh +awf +aky +aZl +bIl +aaQ +aaQ +knj +bZe +bZe +bQz +oNj +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vGz +ahb +swz +agd +pYU +oNk +tMz +aaQ +aaQ +vNz +awf +bxp +apN +aaQ +aaQ +gfN +aaQ +gfN +gfN +mMr +gfN +aky +hDM +akS +pwP +aoD +hDM +ulr +lQk +wbq +apN +aJG +tWq +aaQ +aaQ +aaQ +mbN +biJ +qhV +evP +aZE +pRD +nne +iKq +kdV +vzC +aOM +fax +baw +baw +baw +baw +baw +baw +baw +aVG +aOM +baI +vpZ +fcb +aZE +aZE +aZE +uMt +gRt +aaQ +aaQ +aaQ +sih +ita +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +gbF +slt +tTu +eFq +gRE +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(204,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +eqe +kKl +vyd +vip +kLJ +rmS +jtY +jdI +vCb +fjM +urf +qVC +wff +wuj +tgg +uMI +ubm +erN +qaW +vIT +vUL +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +jtY +dJc +tBm +lWP +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +alE +ama +pTu +pTu +amb +aog +eZH +xsz +peY +ayK +alE +mmX +cBE +qJi +mmX +gfY +eyR +mmX +aaQ +aaQ +aaQ +aaQ +jHR +uNp +frx +wmf +qxP +apN +aaQ +aaQ +vpq +qjd +xTN +kvk +xTN +aaQ +aaQ +aaQ +aaQ +aaQ +ikW +meh +iJW +dCg +ahb +kaF +wnr +xwR +aaQ +aaQ +aaQ +bxp +bIl +awf +gfN +aaQ +aaQ +aaQ +aaQ +pmL +gfN +uzO +gfN +bxp +aky +pwP +hDM +xfl +wPz +adl +hDM +pcM +apN +vNz +cEc +aaQ +aaQ +uwJ +asE +bHb +iyj +dhF +nZY +nne +int +fcb +nne +mbN +aey +xnh +aOM +xPr +baA +aWo +aOM +baI +niW +qiv +aZE +nDi +aZE +nne +aZE +gRt +cro +nne +aaQ +aaQ +aaQ +tXu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bda +bda +aaQ +pUj +tPW +rwJ +bda +aaQ +aaQ +aaQ +aaQ +ykw +"} +(205,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +xNw +ddc +rNV +aqK +xNw +tYl +cbo +mDb +sXv +dwb +cPg +vuB +rDO +oeR +lNo +fyt +oeR +bmP +nSx +jRN +nEU +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +awE +aqK +aqK +fsy +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bJr +bUY +lHB +ixO +tMp +jNV +bny +aeq +nyG +tMp +tfI +alE +cBE +evw +irH +fFE +irH +gfY +aaQ +aaQ +aaQ +aaQ +aaQ +gfN +awf +bxp +awf +vNz +dlU +tCQ +lue +mAc +hDa +mAc +pQu +oyt +oeW +aaQ +aaQ +fGo +kXp +lkO +osr +vcz +yez +lRd +dCg +jIU +iYd +acr +aaQ +aaQ +aaQ +apN +bxp +rTF +gfN +aaQ +aaQ +aaQ +aaQ +aaQ +qtn +aaQ +dLy +bxp +arv +aky +nPz +kRl +pcM +bxp +pYU +aZl +cob +lfj +aaQ +mbN +oxu +uwJ +fWJ +biJ +lJR +tKs +evP +aZE +fcb +jSG +xTw +fcb +aZE +iTR +mbN +xTw +mbN +qiv +nne +aZE +iKq +iTR +int +biJ +qkX +oYT +huh +evP +nne +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +goK +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(206,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +xNw +jyT +fWn +pKg +xNw +xNw +wss +uxt +paL +xfX +roq +xWG +lNo +sOb +npt +pXW +tzK +lYr +lQO +qLe +pXW +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +aXQ +kKl +rnb +mDA +acF +acF +acF +aaQ +aaQ +aaQ +aaQ +aaQ +vbM +hLr +iaL +mmy +cwy +tMp +bvH +buk +bTv +jyD +fIC +wud +eQl +ryl +hLr +gfY +irH +vUz +hhB +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +rTF +gfN +aZl +dlU +agd +fGo +fUx +rvT +ayP +pYU +kGB +pEd +ido +aaQ +rIj +tSB +soI +msU +aaQ +rSr +aaQ +aqM +nzC +aKv +fvO +aaQ +aaQ +aaQ +aaQ +aky +gfN +bxp +awf +kRE +bxp +aaQ +aaQ +aaQ +aaQ +aaQ +qtn +aaQ +aaQ +bOr +frx +akS +aoD +iDw +bOr +fbN +ikW +rtv +aaQ +aaQ +uMt +nWA +aZE +uwJ +jSG +aZE +gRt +mhp +qhV +evP +mbN +uGR +aZE +xTw +aZE +fcb +aZE +nne +aZE +jJK +eMZ +mbN +aZE +dPf +oYT +shL +uGR +nne +iTR +jTm +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(207,1,1) = {" +ykw +aaQ +aaQ +xNw +xNw +ejF +gWo +uvt +vkq +bGB +xNw +xNw +fgU +gZE +iLa +wBV +pSW +mDF +oOA +hyM +nJq +tyR +oOA +kNL +nQn +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +bUq +bjS +kKl +erN +wAi +wzU +rcb +uVw +eyR +uaY +uaY +gfY +wND +vUz +irH +wNy +ehm +bOm +pwg +gEX +anc +amb +wGH +rzx +mmy +kMc +vUz +mmX +xZn +mPy +bON +mmX +aaQ +aaQ +aaQ +aaQ +aaQ +bxp +awf +qMv +tWq +pYU +jXw +rfS +ahb +tRC +scd +agd +nMd +eYJ +ikW +mvY +eil +dKG +aaQ +aaQ +aaQ +aaQ +aaQ +aqM +isI +kVz +ovb +aaQ +aaQ +vNz +bOr +aJG +vNz +qYI +awf +awf +vNz +gfN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +frx +hDM +pcM +gGZ +awf +vNz +gCe +aqM +whh +aaQ +aaQ +mbN +jSG +fcb +aZE +qiv +jSG +mbN +evP +gRt +sYB +fHo +sMP +qhV +gBM +uMt +nne +tKs +aZE +gRt +nne +aZE +fcb +uwJ +iTi +fek +wyI +iTR +aZE +iFp +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(208,1,1) = {" +ykw +aaQ +xNw +xNw +daU +bGB +nuE +tzK +mYe +ejF +aHr +xNw +xNw +vFk +oqS +mMq +oOA +fol +cLd +iRd +fVH +foE +sYY +lyg +tMg +acF +aaQ +aaQ +aaQ +acF +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aqK +ffP +mUj +kKl +jGH +sIy +aXQ +aKI +olA +uaY +uaY +uaY +gfY +qNx +hLr +alE +uQJ +dWN +rCY +hti +wnM +pTu +tMp +apr +sWg +hLr +gfY +wEq +hhB +vYo +irH +wEq +aaQ +aaQ +aaQ +aaQ +vNz +awf +xGH +awf +ajF +tHb +gzu +rHI +gaW +ahb +mlM +fbN +cvf +khv +mvY +aAr +yez +msU +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tYX +isI +pMs +aaQ +aaQ +dlU +awf +rvT +wmf +awf +tYS +aky +awf +apN +ilu +aaQ +aaQ +aaQ +aaQ +aJG +awf +awf +jGx +aky +rRi +psy +aky +cEc +jGs +vRK +aaQ +gDD +gDD +gDD +gDD +aaQ +sCJ +uPy +kRB +nne +iyj +lJR +iyj +gRt +gdz +vId +osN +gRt +nne +aZE +qhV +iKq +tKs +gRt +vmD +fek +gRt +ryi +sCJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(209,1,1) = {" +ykw +aaQ +xNw +fpg +bGB +clf +oip +qmQ +ppA +qzH +ejF +xUe +xNw +xNw +qJW +sNx +cLd +lYr +mTE +lTt +nkt +tyc +pXV +hkI +cou +acF +aaQ +aaQ +vCb +uqf +lRN +erN +lut +acF +aaQ +aaQ +acF +skK +bUq +atC +vCb +acF +acF +aaQ +nYA +wIe +wEq +uaY +uaY +uaY +gfY +wfQ +hwr +alE +mrl +pps +maX +amb +duE +ssn +ape +alE +mSF +vlC +sXr +aaQ +arv +aQF +arv +aaQ +aaQ +aaQ +aky +awf +aky +awf +aky +nZj +bPQ +scd +rfS +bCk +eil +ahb +kXp +avQ +aya +aAr +msU +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gzB +fGo +khv +bCk +cRQ +fVd +vRK +kaF +gzB +awf +dlU +aky +psy +aJG +pcm +aky +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tWq +rTF +aJG +frx +aky +pcM +gCe +pYU +sbc +lRd +ahb +xiu +pYU +dlU +awf +aaQ +iFp +mbN +ngl +jSG +gBM +tKs +jSG +tOB +huh +gRt +wyI +oSo +uwJ +tKs +lJR +gRt +rhC +iyj +wyI +uGR +mbN +kMO +mbN +fQY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vOw +aaQ +aaQ +aaQ +otv +otv +aaQ +vAI +kyt +aaQ +tDj +aaQ +aaQ +aaQ +aaQ +ykw +"} +(210,1,1) = {" +ykw +aaQ +fsj +has +bGB +ejF +bGB +ejF +bGB +ejF +clf +ejF +eKR +lut +oqY +cLd +xRP +ile +mqV +nFW +tyR +nEU +itY +gIx +hyM +cou +oJq +vCb +dwb +aFv +aqK +fgQ +oVK +acF +acF +aaQ +acF +qgv +mjK +aqK +uDH +acF +aaQ +aaQ +ryl +cBE +rcr +uaY +uaY +aaQ +aaQ +aaQ +gfY +hic +yay +tqC +alE +alE +gEX +alE +alE +alE +dFe +qWL +dFe +aaQ +gZi +awf +aky +aaQ +gfN +ehh +vNz +aky +gfN +aky +pcm +swz +bGh +vSz +mvY +aKv +nKN +eil +mvY +cRQ +bFV +msU +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tYS +pQh +ccc +bCk +nKN +kVz +bCk +oNY +lfj +tRM +cXF +fUx +pEd +gzB +pcm +rvT +oNk +aaQ +aaQ +aaQ +aaQ +lfj +pYU +agd +tWq +frx +awf +aky +aZl +pYU +awf +syh +ceu +eil +hfN +ahb +pYU +pEd +aaQ +aaQ +kvp +mbN +uMt +aJV +nDi +xaj +jTm +biJ +nDi +biJ +aZE +nne +aZE +nne +aZE +aZE +nne +aZE +mbN +oxu +mbN +hxE +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +pAq +eVa +ycI +jla +dQQ +xEE +kYA +aaQ +aaQ +aaQ +ykw +"} +(211,1,1) = {" +ykw +aaQ +vhq +lxm +qzH +clf +ovJ +kZh +mIy +bJg +hTY +hlJ +iAv +ugd +qPZ +hma +dMt +cLd +nJq +xqa +tyc +rOI +qkd +nix +wBd +nEU +bUq +hPy +aqK +eyg +fWu +eYn +aqK +oVK +fqk +bUq +bjS +vCb +jgA +tfd +acF +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gfY +cBE +pym +akR +aaQ +aaQ +aaQ +aaQ +aaQ +eMh +mEo +vbs +aaQ +aCo +bxp +awf +aky +frx +kRE +aZl +bxp +aky +aZl +aaQ +iCz +aya +nKN +aAr +bEn +kVG +bEn +bEn +wgF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +eAy +hdv +sbc +isI +aAr +isI +nKN +eil +wrT +mYl +fbN +fGo +ndU +ahb +qbp +kWp +aaQ +aaQ +aaQ +aaQ +ikW +nPw +ahb +rvT +frx +qMv +tWq +hDM +aJG +tWq +psy +pYU +uxm +nKN +aAr +dLa +lfj +aaQ +aaQ +aaQ +aaQ +nbJ +mbN +mbN +xEM +mbN +lFT +jTm +uMt +iXM +nDi +jSG +mbN +mbN +oqq +sCJ +aaQ +biJ +kOr +mbN +eUN +oju +lwY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +oYy +pOp +lSU +vtl +vzO +pZw +aaQ +aaQ +aaQ +aaQ +ykw +"} +(212,1,1) = {" +ykw +aaQ +cCe +has +bGB +gWo +uvt +vkq +bGB +nuE +iAP +mYe +iUh +aXQ +kKl +teM +mhk +fXd +kjr +tyc +nEU +axs +ktc +nEU +peJ +dgE +bag +eyg +lWP +jtY +teM +aqK +cbo +aqK +aqK +dwb +cyH +msP +aqK +wBd +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mYU +aaQ +aaQ +kpm +bIl +bOr +eEA +xJW +awf +lfv +awf +aaQ +aaQ +aaQ +aaQ +fhq +aAr +vPe +aaQ +prf +aaQ +aaQ +rAb +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aqM +edG +kSr +bEn +isI +kVz +fWi +kXp +hfN +uGL +yaN +kXp +eHa +ahb +aaQ +aaQ +rIj +mvY +dxM +rYy +pEd +tWq +awf +awf +bOr +bOr +gCe +frx +psy +gxM +isI +eil +eKO +vyJ +aaQ +aaQ +aaQ +jEt +hrB +aaQ +dJH +hrB +aaQ +nne +aaQ +hrB +uMt +mbN +iFp +aaQ +xjd +exf +xgX +aaQ +mbN +aaQ +hxE +aaQ +jBN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ugM +ovB +vzO +vzS +tPK +pZw +aaQ +aaQ +aaQ +aaQ +ykw +"} +(213,1,1) = {" +ykw +aaQ +xNw +fpg +bGB +nuE +cLd +ssR +hlJ +oBo +cGF +bPE +xNw +xNw +aaQ +acF +aaQ +acF +acF +pey +djO +uvN +iqm +mjd +gLR +acF +aaQ +kKl +wPP +gLR +ncQ +iqd +erN +bBm +gLR +vBV +bom +ktc +iZH +jtY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +xwh +bIl +vQr +gfN +bIl +cRi +bxp +aaQ +aaQ +aaQ +aaQ +aqM +osr +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aqM +isI +eil +kkk +kOp +aKv +kVz +bCk +aKv +xfG +eCK +kXp +uGL +cKC +rca +mYl +pYU +agd +frx +awf +aJG +pYU +frx +gCe +kaF +bGh +mvY +cKC +nGk +hFG +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +doP +hxE +aaQ +aaQ +aaQ +nLJ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +sXW +xRU +icB +xiC +qUY +ucs +tNi +aaQ +aaQ +aaQ +ykw +"} +(214,1,1) = {" +ykw +aaQ +xNw +xNw +xje +qdh +hvn +lNo +nkt +rZv +mmO +xNw +xNw +aaQ +aaQ +aaQ +aaQ +aaQ +acF +acF +fqk +fqz +vCb +vUt +acF +acF +aaQ +aaQ +acF +acF +acF +aaQ +vvX +acF +acF +aaQ +xXT +erN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +mTB +ssW +mju +oJp +dIb +gfN +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +sbc +isI +pMs +aqM +asx +kOp +nKN +aAr +yez +vaN +mOA +bvY +wgF +dHY +cxj +gPb +rvT +dlU +nsl +pYU +bOr +pYU +gcM +kVp +aya +aKv +cRQ +bqF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +wSP +xgX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +dQQ +vzO +yko +syo +opf +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(215,1,1) = {" +ykw +aaQ +aaQ +xNw +xNw +wuj +piL +dYX +lId +nkt +xNw +xNw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +aaQ +gaq +jtY +rbE +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +soW +oai +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aqM +msU +mEt +dHY +aqM +yez +msU +agd +idv +kBL +hFG +aaQ +hbq +xbI +khv +ahb +kaF +tWq +psy +fbN +psy +klw +gaQ +sbc +isI +iin +gaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +vzO +nyK +bDX +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(216,1,1) = {" +ykw +aaQ +aaQ +aaQ +xNw +xNw +efa +xZM +edY +xNw +xNw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +acF +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +tRM +rvT +wmb +fbN +cEc +nMd +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +sbc +uxs +iTu +aaQ +aaQ +gCe +cvH +gaQ +aaQ +aaQ +aqM +msU +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +qhY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(217,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +gzB +pEd +qUt +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +hCu +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(218,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +otv +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(219,1,1) = {" +ykw +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +ykw +"} +(220,1,1) = {" +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +ykw +"} + +(1,1,2) = {" +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +"} +(2,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(3,1,2) = {" +yaz +usT +usT +usT +usT +pXc +usT +usT +usT +usT +usT +usT +pXc +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +pXc +usT +usT +pXc +usT +usT +pXc +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(4,1,2) = {" +yaz +usT +usT +dvR +sTb +bmv +sTb +sTb +sTb +sTb +sTb +sTb +bmv +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +rKz +usT +dvR +bmv +sTb +sTb +bmv +sTb +sTb +bmv +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(5,1,2) = {" +yaz +usT +dvR +adM +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +fyr +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(6,1,2) = {" +yaz +usT +tiY +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +fyr +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +pXc +usT +usT +pXc +usT +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +sTb +sTb +sTb +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(7,1,2) = {" +yaz +dqE +iua +dvR +adM +lUI +lUI +lUI +lUI +lUI +lUI +lUI +fyr +tGg +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +dvR +bmv +sTb +sTb +bmv +sTb +tGg +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +lUI +lUI +lUI +oez +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(8,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +dvR +adM +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(9,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +tiY +oKP +dvR +sTb +sTb +sTb +tGg +oKP +fyr +sTb +sTb +sTb +tiY +oKP +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(10,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +kql +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +tiY +oKP +tiY +nxS +nxS +nxS +oez +oKP +oKP +oKP +oKP +oKP +tiY +oKP +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(11,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +tiY +oKP +tiY +nxS +nxS +nxS +oez +oKP +oKP +oKP +oKP +oKP +tiY +oKP +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(12,1,2) = {" +yaz +dqE +iua +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dvR +sTb +sTb +sTb +tGg +usT +usT +dvR +sTb +sTb +sTb +tGg +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +nxS +oez +oKP +oKP +oKP +oKP +oKP +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oez +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(13,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tiY +oKP +oKP +oKP +fyr +sTb +sTb +adM +oKP +oKP +oKP +fyr +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +tPv +oKP +kql +jJW +jJW +jJW +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(14,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +fyr +tGg +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(15,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +tGg +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(16,1,2) = {" +yaz +usT +tiY +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +dvR +sTb +sTb +tiY +lUI +lUI +lUI +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tJD +nAr +nAr +nAr +kmk +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(17,1,2) = {" +yaz +dqE +iua +dTr +fdl +lUI +lUI +lUI +lUI +lUI +lUI +lUI +kql +tPv +oKP +oez +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +tiY +gRh +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tJD +aks +kwx +kwx +kwx +oyy +kmk +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(18,1,2) = {" +yaz +usT +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +kql +tPv +usT +usT +usT +usT +usT +dTr +hNq +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tiY +oKP +tiY +gRh +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(19,1,2) = {" +yaz +usT +dTr +fdl +oKP +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oKP +kql +tPv +usT +usT +usT +usT +usT +usT +usT +tPe +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +gRh +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(20,1,2) = {" +yaz +usT +usT +dTr +jJW +hNq +jJW +jJW +jJW +jJW +jJW +jJW +hNq +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dvR +sTb +sTb +sTb +adM +oKP +tiY +gRh +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(21,1,2) = {" +yaz +usT +usT +usT +usT +tPe +usT +usT +usT +usT +usT +usT +tPe +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dvR +adM +oKP +oKP +oKP +oKP +oKP +tiY +gRh +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(22,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +fXs +jup +kwx +kwx +kwx +vOY +wVW +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(23,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +fXs +sYd +sYd +sYd +wVW +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(24,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(25,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dqE +iua +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(26,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(27,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(28,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(29,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dqE +iua +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(30,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(31,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(32,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(33,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dqE +iua +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(34,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(35,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(36,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(37,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +hNq +jJW +jJW +jJW +jJW +hNq +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(38,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tPe +usT +usT +usT +usT +tPe +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(39,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(40,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +dvR +sTb +sTb +sTb +sTb +tGg +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +pXc +usT +usT +usT +pXc +usT +usT +usT +pXc +usT +usT +usT +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(41,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mad +sTb +sTb +adM +oKP +dvR +tGg +oKP +fyr +sTb +sTb +owB +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +dvR +bmv +sTb +sTb +sTb +bmv +sTb +sTb +sTb +owB +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(42,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +dvR +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +tGg +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(43,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dvR +adM +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +fyr +tGg +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +adM +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(44,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +adM +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(45,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(46,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(47,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dvR +adM +sTb +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +sTb +fyr +tGg +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(48,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dTr +fdl +jJW +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +jJW +kql +tPv +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +kql +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(49,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tJD +nAr +nAr +nAr +kmk +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +kql +tPv +rKz +lUI +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(50,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tJD +aks +kwx +kwx +kwx +oyy +kmk +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +vyQ +sTb +sTb +sTb +adM +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(51,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +hKv +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +dTr +fdl +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(52,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dTr +fdl +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +kql +tPv +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(53,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +dTr +fdl +dTr +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +tPv +kql +tPv +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +fdl +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +pXc +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(54,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +dvR +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +dvR +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +dTr +jJW +jJW +fdl +oKP +dTr +tPv +oKP +kql +jJW +jJW +tPv +rKz +rKz +dvR +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +dvR +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +dvR +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +tPe +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(55,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +fXs +jup +kwx +kwx +kwx +vOY +wVW +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +fyr +sTb +sTb +adM +oKP +oKP +oKP +oKP +oKP +fyr +sTb +sTb +adM +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +fyr +sTb +sTb +adM +oKP +oKP +oKP +oKP +oKP +fyr +sTb +sTb +adM +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +tGg +oKP +tiY +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(56,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +fXs +sYd +sYd +sYd +wVW +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oez +oKP +dTr +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(57,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +sTb +sTb +sTb +sTb +tiY +oKP +oKP +oKP +oKP +oez +sTb +sTb +sTb +sTb +tiY +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(58,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +adM +oKP +oKP +oKP +fyr +sTb +sTb +sTb +tGg +oKP +oKP +oKP +fyr +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(59,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +dvR +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(60,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +dTr +jJW +jJW +jJW +jJW +fdl +gRh +gRh +kql +jJW +jJW +jJW +jJW +jJW +fdl +gRh +gRh +kql +jJW +jJW +jJW +jJW +tPv +oKP +oez +jJW +jJW +jJW +jJW +tiY +oKP +oKP +oKP +oKP +oez +jJW +jJW +jJW +jJW +tiY +oKP +dTr +jJW +jJW +jJW +jJW +fdl +gRh +gRh +kql +jJW +jJW +jJW +jJW +jJW +fdl +gRh +gRh +kql +jJW +jJW +jJW +jJW +tPv +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(61,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oez +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(62,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +dTr +jJW +fdl +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +tiY +nxS +nxS +nxS +nxS +oez +oKP +oez +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +tGg +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(63,1,2) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +dvR +sTb +sTb +adM +oKP +dvR +tGg +oKP +fyr +sTb +sTb +tGg +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +oez +oKP +oez +gRh +nxS +nxS +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(64,1,2) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +dvR +adM +dvR +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +tGg +fyr +tGg +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +oez +oKP +oez +gRh +nxS +nxS +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +adM +oKP +tiY +gRh +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(65,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +rdZ +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +rdZ +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +tiY +dvR +adM +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +fyr +tGg +oez +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +iub +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +dTr +jJW +jJW +jJW +jJW +tPv +oKP +oez +gRh +nxS +nxS +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +tiY +gRh +oez +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(66,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +tiY +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oez +rKz +rKz +tiY +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +tiY +nxS +nxS +nxS +nxS +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +gRh +nxS +nxS +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(67,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +fyr +sTb +dvR +adM +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +fyr +tGg +sTb +adM +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +gRh +nxS +nxS +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(68,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +dvR +adM +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +gRh +nxS +nxS +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +oez +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(69,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +tGg +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +dvR +adM +sTb +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +sTb +fyr +tGg +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +tGg +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(70,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +dTr +fdl +jJW +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +jJW +kql +tPv +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +jJW +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(71,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tiY +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +oez +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(72,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +hNq +jJW +jJW +jJW +hNq +jJW +fdl +oKP +tiY +lUI +lUI +lUI +oez +oKP +kql +jJW +hNq +jJW +jJW +jJW +hNq +jJW +jJW +dTr +fdl +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +kql +tPv +jJW +jJW +hNq +jJW +jJW +jJW +hNq +jJW +fdl +oKP +tiY +lUI +lUI +lUI +oez +oKP +kql +jJW +hNq +jJW +jJW +jJW +hNq +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +oez +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(73,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +tPe +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +tPe +rKz +rKz +rKz +tPe +rKz +rKz +rKz +tiY +tiY +hKv +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oez +rKz +rKz +rKz +tPe +rKz +rKz +rKz +tPe +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +tPe +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +kql +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +jJW +tPv +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(74,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dTr +fdl +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +kql +tPv +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(75,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +dTr +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +tPv +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +pmo +jJW +jJW +hNq +jJW +jJW +jJW +hNq +jJW +jJW +jJW +hNq +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +hNq +jJW +jJW +jJW +jJW +hNq +jJW +jJW +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(76,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +iye +jJW +jJW +fdl +oKP +dTr +tPv +oKP +kql +jJW +jJW +bCE +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +tPe +rKz +rKz +rKz +tPe +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +tPe +usT +usT +usT +usT +tPe +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(77,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +dTr +jJW +jJW +jJW +jJW +tPv +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(78,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(79,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(80,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +dqE +aXp +rKz +rKz +rKz +rKz +cIx +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(81,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(82,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(83,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +dvR +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(84,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +dTr +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(85,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(86,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(87,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +dqE +wJD +rKz +rKz +rKz +rKz +wCV +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(88,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(89,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +usT +pXc +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(90,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +bmv +sTb +bmv +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(91,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(92,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(93,1,2) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(94,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(95,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(96,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +hNq +jJW +hNq +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(97,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +pXc +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +dvR +tGg +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +tPe +usT +tPe +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(98,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +mad +sTb +sTb +owB +rKz +rKz +rKz +dvR +bmv +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +bmv +tGg +rKz +dvR +sTb +sTb +adM +oKP +dvR +tGg +oKP +fyr +sTb +sTb +tGg +rKz +rKz +rKz +rKz +dvR +bmv +sTb +sTb +sTb +sTb +sTb +sTb +bmv +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +sTb +tGg +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(99,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +adM +oKP +oKP +fyr +sTb +sTb +sTb +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +sTb +adM +dvR +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +tGg +fyr +tGg +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(100,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +vyQ +sTb +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dvR +adM +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +fyr +tGg +oez +rKz +dvR +adM +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dvR +sTb +sTb +sTb +sTb +tGg +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(101,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +gRh +dvR +sTb +sTb +sTb +sTb +tGg +gRh +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oez +rKz +tiY +oKP +tiY +nxS +nxS +nxS +gRh +nxS +nxS +nxS +oez +oKP +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +gRh +gRh +gRh +oez +fyr +sTb +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tJD +nAr +nAr +nAr +nAr +kmk +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(102,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +dvR +sTb +tiY +gRh +gRh +gRh +gRh +oez +sTb +tGg +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +fyr +dvR +adM +oKP +tiY +nxS +nxS +nxS +gRh +nxS +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +dqE +iua +tiY +gRh +nxS +nxS +gRh +oez +sTb +tGg +fyr +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tJD +aks +kwx +kwx +kwx +kwx +oyy +kmk +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(103,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +sTb +tiY +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +oez +sTb +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oKP +tiY +oKP +oKP +tiY +nxS +nxS +nxS +gRh +nxS +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +nxS +nxS +gRh +oez +gRh +fyr +tGg +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(104,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +wCV +wJD +rKz +rKz +dvR +adM +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +gRh +tiY +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +oez +gRh +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +dvR +adM +sTb +sTb +sTb +sTb +adM +fyr +sTb +sTb +sTb +sTb +sTb +sTb +adM +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +gRh +gRh +gRh +oez +gRh +gRh +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(105,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +wCV +lss +aXp +cIx +lss +lss +pmo +jJW +fdl +oKP +dTr +jJW +jJW +jJW +jJW +jJW +tPv +gRh +tiY +lUI +tiY +gRh +gRh +gRh +gRh +oez +lUI +oez +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +dTr +fdl +jJW +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +jJW +jJW +jJW +fdl +oKP +oKP +tiY +nxS +nxS +nxS +gRh +nxS +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +tiY +gRh +nxS +nxS +gRh +oez +gRh +gRh +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(106,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +tiY +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +oez +gRh +gRh +gRh +gRh +gRh +gRh +dvR +sTb +sTb +sTb +tGg +oKP +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oKP +tiY +oKP +oKP +tiY +nxS +nxS +nxS +gRh +nxS +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +nxS +nxS +gRh +oez +gRh +kql +tPv +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(107,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +dvR +sTb +sTb +sTb +sTb +adM +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +fyr +sTb +sTb +sTb +sTb +tGg +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +tiY +nxS +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +kql +dTr +fdl +oKP +tiY +nxS +nxS +nxS +gRh +nxS +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +lUI +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +tiY +tiY +gRh +gRh +gRh +gRh +oez +jJW +tPv +kql +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +fXs +jup +kwx +kwx +kwx +kwx +vOY +wVW +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(108,1,2) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +tiY +gRh +tiY +lUI +lUI +lUI +lUI +lUI +lUI +tiY +gRh +gRh +gRh +gRh +oez +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +tiY +hKv +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +nxS +oez +oez +rKz +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +nxS +nxS +gRh +oez +kql +jJW +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +fXs +sYd +sYd +sYd +sYd +wVW +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(109,1,2) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +tiY +lUI +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +lUI +oez +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +dTr +fdl +nxS +nxS +nxS +tiY +oez +nxS +nxS +nxS +kql +tPv +oez +rKz +dTr +fdl +oKP +oKP +tiY +lUI +lUI +lUI +oez +oKP +kql +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +nxS +nxS +gRh +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(110,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +tiY +lUI +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +lUI +oez +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +dTr +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +tPv +kql +tPv +rKz +rKz +dTr +fdl +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +gRh +gRh +gRh +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(111,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +tiY +lUI +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +lUI +oez +gRh +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dTr +tPv +oKP +kql +jJW +jJW +tPv +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +nxS +nxS +gRh +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(112,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +tiY +lUI +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +lUI +oez +gRh +tiY +lUI +lUI +lUI +oez +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +lUI +rKz +rKz +rKz +dqE +iua +tiY +gRh +nxS +nxS +gRh +oez +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(113,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +tiY +gRh +tiY +lUI +lUI +lUI +lUI +lUI +lUI +tiY +gRh +gRh +gRh +gRh +oez +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +tiY +lUI +lUI +lUI +oez +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +gRh +gRh +gRh +gRh +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(114,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +dTr +jJW +jJW +jJW +jJW +fdl +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +kql +jJW +jJW +jJW +jJW +tPv +gRh +tiY +lUI +lUI +lUI +oez +jJW +jJW +fdl +gRh +gRh +oez +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dvR +sTb +sTb +sTb +sTb +tGg +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(115,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +tiY +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +oez +gRh +gRh +gRh +gRh +gRh +gRh +dTr +jJW +jJW +jJW +tPv +oKP +oKP +tiY +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +tiY +lUI +lUI +lUI +lUI +oez +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(116,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +cIx +lss +wJD +wCV +lss +lss +vyQ +sTb +adM +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +gRh +tiY +lUI +tiY +gRh +gRh +gRh +gRh +oez +lUI +oez +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +sTb +sTb +sTb +sTb +dvR +adM +oKP +tiY +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +wCV +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +wJD +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(117,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +cIx +aXp +rKz +rKz +dTr +fdl +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +gRh +tiY +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +oez +gRh +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +oKP +oKP +oKP +oKP +tiY +oKP +oKP +dTr +jJW +jJW +jJW +tPv +oKP +fyr +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +pXc +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(118,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +jJW +tiY +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +oez +jJW +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oez +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +fyr +tGg +rKz +rKz +dvR +bmv +sTb +sTb +bmv +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +tiY +lUI +lUI +lUI +lUI +oez +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(119,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oKP +dTr +jJW +tiY +gRh +gRh +gRh +gRh +oez +jJW +tPv +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oez +jJW +jJW +jJW +jJW +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dvR +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +fyr +sTb +sTb +adM +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(120,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +gRh +dTr +jJW +jJW +jJW +jJW +tPv +gRh +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +kql +jJW +fdl +oKP +tiY +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dTr +jJW +jJW +jJW +jJW +tPv +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(121,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +pmo +jJW +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +jJW +jJW +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +iye +jJW +jJW +bCE +rKz +tiY +oKP +dTr +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(122,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +fdl +oKP +oKP +kql +jJW +jJW +jJW +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +jJW +tPv +rKz +rKz +tiY +oKP +oKP +oKP +oKP +kql +jJW +tPv +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +tPe +rKz +dTr +fdl +oKP +oKP +oKP +kql +mTj +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +dTr +jJW +jJW +jJW +jJW +jJW +jJW +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(123,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +iye +jJW +jJW +bCE +rKz +rKz +rKz +dTr +hNq +jJW +jJW +jJW +fdl +kql +jJW +jJW +jJW +hNq +tPv +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +dqE +lss +lss +eNS +usT +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(124,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +tPe +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +dTr +tPv +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +wCV +lss +eNS +rKz +rKz +rKz +rKz +rKz +dqE +lss +wJD +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(125,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +usT +usT +usT +dTr +jJW +jJW +jJW +bCE +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(126,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +dqE +iua +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +bmv +sTb +sTb +sTb +tGg +usT +usT +usT +tPe +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(127,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(128,1,2) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +aHU +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(129,1,2) = {" +yaz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +cIx +lss +eNS +rKz +rKz +rKz +rKz +rKz +dqE +lss +aXp +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(130,1,2) = {" +yaz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +gRh +tiY +gRh +gRh +gRh +gRh +gRh +oez +gRh +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(131,1,2) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +gRh +tiY +gRh +nxS +nxS +nxS +gRh +oez +gRh +oKP +oKP +oKP +obY +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(132,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +gRh +tiY +gRh +nxS +nxS +nxS +gRh +oez +gRh +oKP +kql +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(133,1,2) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +tGg +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +gRh +tiY +gRh +nxS +nxS +nxS +gRh +oez +gRh +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +hNq +jJW +jJW +hNq +mTj +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(134,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +fyr +sTb +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +gRh +tiY +gRh +nxS +nxS +nxS +gRh +oez +gRh +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +tPe +usT +usT +tPe +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(135,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +gRh +tiY +gRh +gRh +gRh +gRh +gRh +oez +gRh +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(136,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +tGg +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +tiY +oKP +gRh +dTr +jJW +jJW +jJW +jJW +jJW +tPv +gRh +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(137,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +cIx +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +aXp +rKz +rKz +rKz +rKz +tiY +oKP +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(138,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +sTb +sTb +sTb +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(139,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +gRh +gRh +gRh +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +kql +jJW +jJW +jJW +fdl +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(140,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +gRh +gRh +gRh +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oez +rKz +rKz +rKz +dTr +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(141,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +jJW +jJW +jJW +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(142,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +oez +oKP +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(143,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +tPv +oKP +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(144,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(145,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(146,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +tGg +rKz +rKz +rKz +dvR +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +fdl +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(147,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +fyr +sTb +sTb +sTb +bik +tPv +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(148,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(149,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tgV +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +fdl +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(150,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oez +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(151,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +tiY +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +tiY +oKP +pMT +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +fmq +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(152,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +tiY +gRh +gRh +gRh +gRh +oez +oKP +fyr +sTb +sTb +mMM +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mad +sTb +sTb +sTb +sTb +tiY +oKP +oez +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(153,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +pXc +usT +pXc +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +gRh +gRh +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +tiY +oKP +oez +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(154,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dvR +bmv +sTb +bmv +tGg +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +adM +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +pXc +rKz +rKz +pXc +rKz +rKz +pXc +rKz +rKz +rKz +pXc +rKz +rKz +rKz +rKz +tiY +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dvR +sTb +sTb +tiY +oKP +pMT +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +fmq +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(155,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +lUI +lUI +lUI +oez +rKz +rKz +rKz +dqE +vyQ +adM +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +sTb +sTb +bmv +sTb +sTb +bmv +sTb +sTb +bmv +sTb +sTb +sTb +bmv +tGg +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +usT +rKz +tiY +oKP +tiY +oKP +oKP +tiY +oKP +oez +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +pXc +usT +usT +usT +pXc +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(156,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +tiY +oKP +oKP +tiY +oKP +oez +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +owB +usT +usT +usT +mad +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(157,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oez +rKz +rKz +dvR +adM +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +lUI +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +dvR +sTb +adM +oKP +tiY +oKP +oKP +tiY +oKP +pMT +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +fmq +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +fyr +sTb +sTb +sTb +adM +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(158,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +lUI +lUI +lUI +oez +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +sTb +sTb +sTb +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +dTr +fdl +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +tiY +oKP +oKP +tiY +oKP +oez +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +dvR +sTb +sTb +sTb +tGg +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(159,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +lUI +lUI +lUI +oez +rKz +rKz +rKz +dqE +iua +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +gRh +gRh +gRh +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oKP +oez +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +vyQ +sTb +sTb +sTb +sTb +sTb +adM +oKP +oKP +oKP +tiY +oKP +oKP +tiY +oKP +pcy +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +adM +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(160,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +hNq +jJW +hNq +tPv +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +oez +sTb +sTb +sTb +sTb +sTb +sTb +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +gRh +gRh +gRh +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oez +rKz +rKz +rKz +tiY +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dTr +jJW +jJW +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(161,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tPe +usT +tPe +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +sTb +sTb +sTb +adM +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(162,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +oez +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +oKP +oKP +oKP +oKP +oKP +tiY +gRh +lUI +lUI +lUI +gRh +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +vyQ +adM +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +tiY +lUI +lUI +lUI +oez +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(163,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +dqE +pmo +fdl +oKP +oKP +oKP +tiY +gRh +gRh +dvR +sTb +sTb +sTb +sTb +sTb +tGg +gRh +oez +oKP +oKP +oKP +oez +jJW +jJW +jJW +jJW +jJW +jJW +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +dvR +sTb +sTb +sTb +sTb +tiY +gRh +lUI +lUI +lUI +gRh +oez +kql +mTj +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +tiY +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +gRh +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(164,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +tiY +gRh +gRh +tiY +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +gRh +gRh +gRh +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +oKP +oKP +oez +oKP +tiY +gRh +gRh +gRh +gRh +tiY +gRh +lUI +lUI +lUI +gRh +oez +oez +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +tiY +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +gRh +gRh +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(165,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +gRh +gRh +tiY +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +gRh +gRh +gRh +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oKP +oez +oKP +tiY +gRh +gRh +gRh +gRh +tiY +gRh +gRh +gRh +gRh +gRh +oez +oez +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dqE +pmo +fdl +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(166,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +gRh +gRh +tiY +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +nxS +nxS +gRh +nxS +nxS +oez +jJW +jJW +jJW +tiY +nxS +nxS +gRh +nxS +nxS +gRh +nxS +nxS +oez +oKP +oKP +oez +oKP +tiY +gRh +gRh +gRh +gRh +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oez +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +dvR +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(167,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +gRh +gRh +tiY +lUI +lUI +lUI +lUI +lUI +oez +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oez +oKP +tiY +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oez +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +fyr +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(168,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +gRh +dTr +jJW +jJW +jJW +jJW +jJW +tPv +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +oKP +oKP +oez +usT +usT +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +dqE +pmo +fdl +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +tiY +oKP +tgV +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +jJW +qnp +fdl +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(169,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +gRh +gRh +gRh +gRh +gRh +gRh +gRh +gRh +oez +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +jJW +jJW +hNq +jJW +jJW +hNq +jJW +jJW +hNq +jJW +tPv +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +tiY +oKP +oez +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(170,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +fyr +mMM +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +tPe +rKz +rKz +tPe +rKz +rKz +tPe +rKz +rKz +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +tiY +oKP +pMT +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +fmq +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(171,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +hNq +jJW +jJW +jJW +jJW +hNq +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +tiY +oKP +oez +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(172,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +gRh +gRh +gRh +oez +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +tPe +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +tiY +oKP +tiY +lUI +lUI +lUI +lUI +lUI +lUI +oez +oKP +oKP +tiY +oKP +oez +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(173,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +dqE +iua +oKP +tiY +gRh +gRh +gRh +oez +oKP +oKP +oKP +kql +mTj +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +jJW +jJW +jJW +tPv +oKP +oKP +tiY +oKP +pMT +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +qav +fmq +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(174,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +dTr +jJW +jJW +jJW +tPv +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oez +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +jgq +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(175,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +tiY +oKP +oKP +oKP +oKP +oKP +oKP +dvR +sTb +sTb +tGg +oKP +tiY +oKP +oez +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(176,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +dqE +pmo +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +dTr +jJW +jJW +jJW +jJW +fdl +oKP +tiY +gRh +gRh +oez +oKP +tiY +oKP +pMT +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +uGv +fmq +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(177,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +pXc +rKz +rKz +rKz +pXc +usT +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +oKP +oKP +fyr +tGg +rKz +dvR +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +tiY +oKP +tiY +gRh +gRh +oez +oKP +tiY +oKP +oez +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +wsc +tiY +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(178,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tPe +rKz +rKz +rKz +tPe +usT +usT +usT +usT +usT +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +fyr +sTb +adM +oKP +oKP +oKP +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +tiY +oKP +dTr +jJW +jJW +tPv +oKP +tiY +oKP +pcy +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +sTb +eQA +adM +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(179,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +dvR +sTb +sTb +sTb +adM +oKP +oKP +oKP +dvR +sTb +sTb +tGg +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +tiY +oKP +oKP +oKP +oKP +oKP +oKP +tiY +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(180,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +dvR +adM +oKP +oKP +oKP +oKP +oKP +oKP +dvR +adM +nxS +nxS +fyr +tGg +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +dTr +jJW +jJW +jJW +jJW +jJW +jJW +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oKP +kql +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(181,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dvR +adM +oKP +oKP +dvR +sTb +sTb +sTb +sTb +tiY +nxS +nxS +nxS +nxS +oez +sTb +sTb +sTb +sTb +tGg +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tJD +nAr +nAr +nAr +nAr +kmk +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(182,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tJD +aks +kwx +kwx +kwx +kwx +oyy +kmk +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(183,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +dvR +sTb +sTb +sTb +sTb +sTb +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(184,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tiY +oKP +oKP +oKP +tiY +lUI +lUI +lUI +lUI +tiY +nxS +nxS +nxS +nxS +oez +lUI +lUI +lUI +lUI +oez +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +dqE +iua +lUI +lUI +lUI +lUI +lUI +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(185,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +fdl +oKP +oKP +dTr +jJW +jJW +jJW +jJW +tiY +nxS +nxS +nxS +nxS +oez +jJW +jJW +jJW +jJW +tPv +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +tiY +lUI +lUI +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(186,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +dTr +fdl +nxS +nxS +kql +tPv +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +fXs +jup +kwx +kwx +kwx +kwx +vOY +wVW +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +dqE +iua +lUI +lUI +lUI +lUI +lUI +obY +eNS +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(187,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +jJW +jJW +jJW +fdl +oKP +oKP +oKP +dTr +jJW +jJW +tPv +oKP +oKP +oKP +oKP +oKP +oKP +oKP +oez +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +fXs +sYd +sYd +sYd +sYd +wVW +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +dTr +jJW +jJW +jJW +jJW +jJW +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(188,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +fdl +oKP +oKP +oKP +oKP +oKP +oKP +kql +jJW +fdl +oKP +oKP +oKP +kql +tPv +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(189,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dTr +jJW +jJW +jJW +jJW +jJW +jJW +tPv +rKz +dTr +jJW +jJW +jJW +tPv +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(190,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tJD +nAr +nAr +nAr +kmk +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(191,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tJD +aks +kwx +kwx +kwx +oyy +kmk +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +pXc +usT +pXc +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(192,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +bmv +sTb +bmv +tGg +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(193,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(194,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +sTb +sTb +sTb +sTb +sTb +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(195,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dvR +adM +lUI +lUI +lUI +lUI +lUI +fyr +tGg +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +mGZ +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(196,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +fXs +jup +kwx +kwx +kwx +vOY +wVW +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(197,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +fXs +sYd +sYd +sYd +wVW +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +oez +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(198,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +dTr +hNq +jJW +hNq +tPv +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(199,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +tPe +usT +tPe +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(200,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +dqE +eNS +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +tiY +lUI +lUI +lUI +lUI +lUI +lUI +lUI +oez +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(201,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +tJD +nAr +nAr +nAr +nAr +nAr +nAr +nAr +kmk +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +dTr +fdl +lUI +lUI +lUI +lUI +lUI +kql +tPv +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(202,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +tJD +aks +kwx +kwx +kwx +kwx +kwx +kwx +kwx +oyy +kmk +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +dTr +jJW +jJW +jJW +jJW +jJW +tPv +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(203,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(204,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +mGZ +kwx +kwx +kwx +kwx +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(205,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +kwx +kwx +kwx +kwx +kwx +kwx +kwx +kwx +pHp +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(206,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +kwx +kwx +rKz +rKz +kwx +kwx +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(207,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(208,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(209,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +kwx +pHp +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(210,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +sYd +sYd +wVW +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(211,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(212,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +usT +rKz +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +usT +rKz +rKz +usT +rKz +usT +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +usT +rKz +usT +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(213,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(214,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(215,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(216,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(217,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(218,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(219,1,2) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(220,1,2) = {" +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +"} + +(1,1,3) = {" +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +"} +(2,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(3,1,3) = {" +yaz +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(4,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(5,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(6,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(7,1,3) = {" +yaz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(8,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(9,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(10,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(11,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(12,1,3) = {" +yaz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(13,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(14,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(15,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(16,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(17,1,3) = {" +yaz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(18,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(19,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(20,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(21,1,3) = {" +yaz +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(22,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(23,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(24,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(25,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(26,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(27,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(28,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(29,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(30,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(31,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(32,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(33,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(34,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(35,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(36,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(37,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(38,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(39,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(40,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(41,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(42,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(43,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(44,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(45,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(46,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(47,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(48,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(49,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(50,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(51,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(52,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(53,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(54,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(55,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(56,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(57,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(58,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(59,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(60,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(61,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(62,1,3) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(63,1,3) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(64,1,3) = {" +yaz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(65,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(66,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(67,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(68,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(69,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(70,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(71,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(72,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(73,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(74,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(75,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(76,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +rKz +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(77,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(78,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(79,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(80,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(81,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(82,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(83,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(84,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(85,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(86,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(87,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(88,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(89,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(90,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(91,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(92,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(93,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(94,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(95,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(96,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(97,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(98,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(99,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(100,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(101,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(102,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(103,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(104,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(105,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(106,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(107,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(108,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(109,1,3) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(110,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(111,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(112,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(113,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(114,1,3) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(115,1,3) = {" +yaz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(116,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(117,1,3) = {" +yaz +usT +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(118,1,3) = {" +yaz +usT +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(119,1,3) = {" +yaz +usT +usT +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(120,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(121,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(122,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(123,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(124,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(125,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(126,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(127,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(128,1,3) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(129,1,3) = {" +yaz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(130,1,3) = {" +yaz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(131,1,3) = {" +yaz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(132,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(133,1,3) = {" +yaz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(134,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(135,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(136,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(137,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(138,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(139,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(140,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(141,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(142,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(143,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(144,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(145,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(146,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(147,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(148,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(149,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(150,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(151,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(152,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(153,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(154,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(155,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(156,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(157,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(158,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(159,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(160,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(161,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(162,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(163,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(164,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(165,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(166,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(167,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(168,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(169,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(170,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(171,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(172,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(173,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(174,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(175,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(176,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(177,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(178,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(179,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(180,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(181,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(182,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(183,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(184,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(185,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(186,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(187,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(188,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(189,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(190,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(191,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(192,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(193,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(194,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(195,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(196,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(197,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(198,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(199,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(200,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(201,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(202,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(203,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(204,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(205,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(206,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(207,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(208,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(209,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(210,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(211,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(212,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +rKz +usT +rKz +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +rKz +rKz +usT +rKz +rKz +usT +rKz +usT +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +usT +rKz +usT +rKz +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(213,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(214,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(215,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(216,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +rKz +rKz +rKz +usT +usT +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(217,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +rKz +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +rKz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(218,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(219,1,3) = {" +yaz +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +usT +yaz +"} +(220,1,3) = {" +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +yaz +"} diff --git a/maps/map_files/Fire_Colony/armory/10.armory_alt.dmm b/maps/map_files/Fire_Colony/armory/10.armory_alt.dmm new file mode 100644 index 000000000000..efd58d64ec13 --- /dev/null +++ b/maps/map_files/Fire_Colony/armory/10.armory_alt.dmm @@ -0,0 +1,253 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security/armory) +"c" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/pouch/flamertank, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/weapon/gun/flamer/survivor, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"e" = ( +/obj/structure/surface/rack/long{ + color = "#818793" + }, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"g" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/weapon/classic_baton/alt{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/strata/altred3/southeast, +/area/fire_colony/interior/hangar/security/armory) +"j" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"k" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/weapon/shield/riot{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/weapon/shield/riot{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"p" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 4; + id = "seeg_armory" + }, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"v" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/clothing/accessory/patch/seegson{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/ammo_magazine/shotgun/beanbag{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"w" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/combat, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"z" = ( +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"A" = ( +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"B" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/weapon/gun/rifle/w_ek_17, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"C" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"G" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"H" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/weapon/gun/rifle/w_ek_17, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"J" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/box/emps{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/explosive/grenade/empgrenade{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/structure/machinery/power/apc/fully_broken/no_cell/north, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"L" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"N" = ( +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"O" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"P" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/weapon/gun/rifle/w_ek_17, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"R" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"S" = ( +/turf/open/floor/strata/altred3/northwest, +/area/fire_colony/interior/hangar/security/armory) +"U" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"W" = ( +/obj/item/clothing/accessory/patch/seegson{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata/altred3/southwest, +/area/fire_colony/interior/hangar/security/armory) +"Y" = ( +/turf/open/floor/strata/altred3/northeast, +/area/fire_colony/interior/hangar/security/armory) +"Z" = ( +/obj/structure/bed/stool{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) + +(1,1,1) = {" +a +a +a +G +R +a +a +a +"} +(2,1,1) = {" +a +c +p +N +O +N +v +a +"} +(3,1,1) = {" +a +w +S +U +A +W +L +a +"} +(4,1,1) = {" +a +e +Y +B +C +g +j +a +"} +(5,1,1) = {" +a +J +z +P +H +Z +k +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +"} diff --git a/maps/map_files/Fire_Colony/armory/10.armory_explosives.dmm b/maps/map_files/Fire_Colony/armory/10.armory_explosives.dmm new file mode 100644 index 000000000000..e1f46b0cde16 --- /dev/null +++ b/maps/map_files/Fire_Colony/armory/10.armory_explosives.dmm @@ -0,0 +1,228 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security/armory) +"c" = ( +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"f" = ( +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"h" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/explosive/mine, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"i" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"m" = ( +/turf/open/floor/strata/altred3/southwest, +/area/fire_colony/interior/hangar/security/armory) +"n" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/explosive/plastic/breaching_charge/rubber{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/explosive/plastic/breaching_charge/rubber{ + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"r" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"t" = ( +/obj/item/frame/rack/long{ + color = "#818793" + }, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"u" = ( +/turf/open/floor/strata/altred3/northwest, +/area/fire_colony/interior/hangar/security/armory) +"x" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/explosive/grenade/empgrenade{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"z" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"B" = ( +/obj/item/clothing/accessory/patch/seegson{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"C" = ( +/obj/item/weapon/classic_baton/alt{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"E" = ( +/obj/item/frame/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"F" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/item/explosive/grenade/high_explosive/pmc, +/obj/effect/landmark/wo_supplies/storage/mines, +/obj/effect/landmark/wo_supplies/storage/mines, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"G" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/southeast, +/area/fire_colony/interior/hangar/security/armory) +"H" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 4; + id = "seeg_armory" + }, +/obj/item/weapon/shield/riot{ + pixel_x = -1 + }, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"K" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"N" = ( +/turf/open/floor/strata/altred3/northeast, +/area/fire_colony/interior/hangar/security/armory) +"P" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/pouch/flamertank, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/weapon/gun/flamer/survivor, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"R" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/ammo_magazine/shotgun/incendiary, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"T" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/box/emps{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/machinery/power/apc/fully_broken/no_cell/north, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"U" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"X" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) + +(1,1,1) = {" +a +a +a +z +r +a +a +a +"} +(2,1,1) = {" +a +P +H +f +U +f +n +a +"} +(3,1,1) = {" +a +F +u +X +B +m +i +a +"} +(4,1,1) = {" +a +t +N +E +E +G +K +a +"} +(5,1,1) = {" +a +T +c +h +R +C +x +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +"} diff --git a/maps/map_files/Fire_Colony/armory/10.armory_fun.dmm b/maps/map_files/Fire_Colony/armory/10.armory_fun.dmm new file mode 100644 index 000000000000..c6bb012f0396 --- /dev/null +++ b/maps/map_files/Fire_Colony/armory/10.armory_fun.dmm @@ -0,0 +1,206 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security/armory) +"c" = ( +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"e" = ( +/obj/structure/largecrate/guns/russian, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"f" = ( +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"h" = ( +/obj/item/frame/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"i" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"m" = ( +/turf/open/floor/strata/altred3/southwest, +/area/fire_colony/interior/hangar/security/armory) +"n" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/spawner/random/gun/special/highchance, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"t" = ( +/obj/item/frame/rack/long{ + color = "#818793" + }, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"u" = ( +/turf/open/floor/strata/altred3/northwest, +/area/fire_colony/interior/hangar/security/armory) +"x" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/guns/merc{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"z" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"B" = ( +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"C" = ( +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"E" = ( +/obj/item/frame/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"F" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/defenses/handheld/bell_tower, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"G" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/southeast, +/area/fire_colony/interior/hangar/security/armory) +"H" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 4; + id = "seeg_armory" + }, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"K" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"N" = ( +/turf/open/floor/strata/altred3/northeast, +/area/fire_colony/interior/hangar/security/armory) +"O" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"P" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/pouch/flamertank, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/weapon/gun/flamer/survivor, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"R" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"T" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/box/emps{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/machinery/power/apc/fully_broken/no_cell/north, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"U" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"X" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) + +(1,1,1) = {" +a +a +a +z +O +a +a +a +"} +(2,1,1) = {" +a +P +H +f +U +f +n +a +"} +(3,1,1) = {" +a +F +u +X +B +m +i +a +"} +(4,1,1) = {" +a +t +N +e +E +G +K +a +"} +(5,1,1) = {" +a +T +c +h +R +C +x +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +"} diff --git a/maps/map_files/Fire_Colony/sprinkles/25.lava_bridge_battle.dmm b/maps/map_files/Fire_Colony/sprinkles/25.lava_bridge_battle.dmm new file mode 100644 index 000000000000..2c82654e8285 --- /dev/null +++ b/maps/map_files/Fire_Colony/sprinkles/25.lava_bridge_battle.dmm @@ -0,0 +1,1920 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ad" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/strata/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"ae" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"ar" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/south, +/area/fire_colony/exterior/clearing/north) +"aH" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt9, +/area/fire_colony/exterior/clearing/north) +"aL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/working_joe/corpse/upper, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/lava_bridge) +"be" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"bl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -4; + pixel_y = -15 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"bM" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"cb" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"cf" = ( +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 4; + health = 140; + icon_state = "folding_2" + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"cB" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"cL" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/strata/west, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"db" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/structure/platform/metal/strata/west{ + layer = 3.11 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"dc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"dH" = ( +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"dQ" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"dT" = ( +/obj/item/stack/sandbags{ + color = "#a98c7c" + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"dX" = ( +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"el" = ( +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"eq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -11; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"et" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"fh" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"fk" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"fs" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"gb" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -11; + pixel_y = -5 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/lava_bridge) +"gc" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"gl" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -17; + pixel_y = 13 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"gz" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"gR" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"ha" = ( +/obj/item/stack/sandbags{ + color = "#a98c7c" + }, +/obj/structure/prop/tyrargo/boards/boards_1{ + dir = 8; + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 3; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -12; + pixel_y = 14 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"he" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/pass) +"hj" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"hE" = ( +/obj/structure/barricade/wooden{ + dir = 8; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava, +/area/fire_colony/exterior/lava_bridge) +"hF" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/basalt/cave/east, +/area/fire_colony/exterior/clearing/north) +"hK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 58; + pixel_y = 11 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"hM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/ore_box/alt/alt_1{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"hO" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"jm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"jo" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"jV" = ( +/obj/structure/platform/metal/strata/east, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"kb" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"kd" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"kn" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + dir = 1; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = -4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"ku" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/exterior/lava_bridge) +"ky" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"kz" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"kF" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"kI" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/prop/helmetgarb/spent_buckshot, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"kK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -12; + pixel_y = 17 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"kO" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/item/stack/sheet/wood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"lg" = ( +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"lu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"lE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/sheet/metal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/exterior/lava_bridge) +"mc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"mJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"mN" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"nq" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 25 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/lava_bridge) +"nv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/tyrargo/boards/boards_1{ + pixel_x = 15; + pixel_y = -10; + dir = 4 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"nA" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"nM" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"nN" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = -8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"nS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southwest, +/area/fire_colony/exterior/lava_bridge) +"oK" = ( +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/lava_bridge) +"pg" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"pE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/lava_bridge) +"pI" = ( +/obj/structure/platform/metal/strata/east, +/obj/item/stack/sheet/wood{ + pixel_x = -7 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"qb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -1; + pixel_y = 10 + }, +/obj/effect/working_joe/corpse/body_parts/tubes{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/working_joe/corpse/body_parts/gibs{ + pixel_x = 2; + pixel_y = 17 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"qk" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"qr" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/obj/structure/platform/metal/strata/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"qs" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/sign/safety/biolab/alt{ + pixel_x = -17; + pixel_y = 7 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = -17; + pixel_y = -5 + }, +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"qv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/lava_bridge) +"qy" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"qJ" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"rd" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"ri" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"rk" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"rw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 4; + health = 140; + icon_state = "folding_2" + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/east, +/area/fire_colony/exterior/lava_bridge) +"rC" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/west{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"rP" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"so" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"sS" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"tM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"uu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"uz" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 4; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"uS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -4; + pixel_y = 1 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/exterior/lava_bridge) +"uX" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"vn" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + color = "#8c8c84" + }, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/clearing/pass) +"vJ" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"vM" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"wk" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"wz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/working_joe, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 13; + pixel_y = 18 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"wM" = ( +/obj/structure/platform/metal, +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"wO" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/north) +"xa" = ( +/obj/structure/platform/metal/strata/east, +/obj/item/stack/sheet/wood, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"xn" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"xZ" = ( +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/pass) +"ye" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/platform/metal, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"yp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt1, +/area/fire_colony/exterior/clearing/north) +"yr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"yG" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/pass) +"yS" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/structure/platform_decoration/metal/strata, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"Aq" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#7d747d"; + pixel_x = 4 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"AJ" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"Ba" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"Bk" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"Bl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/weapon/twohanded/fireaxe, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"Bo" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 10; + pixel_y = 16 + }, +/obj/effect/landmark/corpsespawner/working_joe/fireproof, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"BE" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"BH" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"BN" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/clearing/north) +"Cc" = ( +/obj/effect/decal/cleanable/blood/synth, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"Ck" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"Co" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -13; + pixel_y = 17 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"Cs" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + pixel_x = -6; + pixel_y = 15 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"CA" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"CM" = ( +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"DT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/pass) +"Eb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/weapon/classic_baton/alt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/down{ + pixel_x = 5 + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/lava_bridge) +"Ek" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"EE" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"ES" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 7; + pixel_y = -15 + }, +/obj/item/ammo_magazine/rifle/w_ek_17{ + current_rounds = 0 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"Fu" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/lava_bridge) +"Fx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"FE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"FF" = ( +/obj/effect/working_joe/corpse/full/flipped{ + pixel_y = 17 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = -9 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"FO" = ( +/obj/item/stack/sheet/wood, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"FP" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/west{ + layer = 3.11 + }, +/obj/structure/platform/metal/strata/east{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"FY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"Gb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/clearing/north) +"GM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava/southeast, +/area/fire_colony/exterior/lava_bridge) +"Hu" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"HC" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/east{ + layer = 3.11 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 3.1; + pixel_y = -5; + explo_proof = 1; + unslashable = 1; + unacidable = 1 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"HJ" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"HL" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"HP" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/pass) +"HY" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_magazine/handful/shotgun/buckshot, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Ih" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal, +/obj/structure/prop/tyrargo/boards/boards_1{ + dir = 8; + pixel_x = 8; + pixel_y = -13 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Il" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/blue{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"IM" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/lava_bridge) +"IP" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"Jc" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Ji" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Jj" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"Jk" = ( +/obj/structure/platform/metal/strata/west, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Ju" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -6; + pixel_y = -9 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/clearing/north) +"KE" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"KF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -3 + }, +/turf/open/floor/prison/ramptop/north, +/area/fire_colony/exterior/lava_bridge) +"KH" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/pass) +"KJ" = ( +/obj/structure/platform/metal/strata, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/west, +/area/fire_colony/exterior/clearing/north) +"KQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/pass) +"La" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/w_ek_17{ + current_rounds = 0 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/pass) +"Lp" = ( +/obj/structure/platform/metal/strata/east, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/glowing/basalt3, +/area/fire_colony/exterior/clearing/pass) +"LL" = ( +/obj/structure/platform/metal/almayer/east, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"LS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/pass) +"Mn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/working_joe/corpse/body_parts/synth_heads{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -2; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/east, +/area/fire_colony/exterior/lava_bridge) +"Mr" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Mt" = ( +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/north) +"MD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 4; + health = 140; + icon_state = "folding_2" + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"ME" = ( +/obj/structure/prop/tyrargo/boards/boards_1{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/landmark/corpsespawner/working_joe, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"NE" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/south, +/area/fire_colony/exterior/clearing/pass) +"NS" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 12; + pixel_y = -3 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"NZ" = ( +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/corner/north, +/area/fire_colony/exterior/clearing/pass) +"OU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northeast, +/area/fire_colony/exterior/lava_bridge) +"Pe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_y = -3 + }, +/obj/item/tool/pickaxe, +/obj/effect/working_joe/corpse/lower, +/obj/effect/working_joe/corpse/body_parts/tubes{ + pixel_y = 14 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"Pq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"PA" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"Qf" = ( +/obj/effect/landmark/corpsespawner/colonist/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + pixel_x = -13; + pixel_y = -16 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"Qo" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/obj/structure/roof/hybrisa/lattice_prop/lattice_6{ + layer = 2; + pixel_y = 6; + unacidable = 1; + unslashable = 1; + explo_proof = 1 + }, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"QQ" = ( +/obj/item/ammo_magazine/rifle/w_ek_17{ + current_rounds = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/clearing/north) +"QY" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/stack/sandbags{ + color = "#a98c7c" + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/tyrargo/boards/boards_1{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"Rj" = ( +/obj/structure/platform/metal/strata/west, +/obj/item/reagent_container/hypospray/autoinjector/emergency, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Ry" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/pass) +"RL" = ( +/obj/structure/platform/metal/strata, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/north) +"RM" = ( +/obj/effect/decal/cleanable/blood/synth, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 11; + pixel_y = 17 + }, +/obj/effect/landmark/corpsespawner/working_joe/fireproof, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"RW" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"RY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 4; + health = 140; + icon_state = "folding_2" + }, +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#847f6d"; + pixel_x = -4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava_straight/west, +/area/fire_colony/exterior/lava_bridge) +"Sh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/turf/open/floor/plating/fire_colony/filtrationside_lava/north, +/area/fire_colony/exterior/lava_bridge) +"Sz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"SW" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/filtrationside_lava/northwest, +/area/fire_colony/exterior/lava_bridge) +"SZ" = ( +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"Tb" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/item/stack/sheet/wood, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Tf" = ( +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -2; + pixel_y = -4 + }, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"Tg" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/side/west, +/area/fire_colony/exterior/clearing/pass) +"Tt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/basalt/glowing/basalt5, +/area/fire_colony/exterior/clearing/pass) +"TJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"TW" = ( +/obj/item/ammo_magazine/rifle/w_ek_17{ + current_rounds = 0 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"Ur" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/fire_colony/exterior/lava_bridge) +"UO" = ( +/turf/open/fire_colony/basalt/glowing/basalt2, +/area/fire_colony/exterior/clearing/pass) +"UQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/floor/plating/fire_colony/filtrationside_lava/west, +/area/fire_colony/exterior/lava_bridge) +"VA" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava, +/area/fire_colony/exterior/clearing/pass) +"VE" = ( +/obj/item/weapon/gun/rifle/w_ek_17{ + current_mag = null + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/fire_colony/exterior/lava_bridge) +"VQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing/shell, +/obj/item/ammo_casing/shell, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -12; + pixel_y = 17 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = -1 + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/lava_bridge) +"WM" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_sn_full_cap"; + dir = 4; + color = "#8c8c84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"WW" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/blocker/lava, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/hot_lava/L_piece/east, +/area/fire_colony/exterior/clearing/pass) +"Xz" = ( +/obj/item/prop/helmetgarb/spent_buckshot, +/obj/effect/landmark/ambient_sound/lava, +/turf/open/fire_colony/catwalk/alt, +/area/fire_colony/exterior/lava_bridge) +"XI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"XU" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"XX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/effect/decal/cleanable/blood{ + pixel_x = -3 + }, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"Yj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/blocker/lava, +/turf/open/fire_colony/hot_lava/L_piece/north, +/area/fire_colony/exterior/clearing/north) +"Yl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/synth{ + pixel_x = 9; + pixel_y = -6 + }, +/turf/open/floor/prison/ramptop/west, +/area/fire_colony/exterior/lava_bridge) +"Ys" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/cleanable/blood/synth, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"YJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"Zn" = ( +/obj/structure/platform/metal, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"Zq" = ( +/obj/structure/sign/safety/biolab/alt{ + pixel_x = -17; + pixel_y = -2 + }, +/obj/structure/sign/safety/restrictedarea/dark{ + pixel_x = -17; + pixel_y = 10 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"Zu" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/fire_colony/warning_grate/east, +/area/fire_colony/exterior/lava_bridge) +"ZX" = ( +/obj/item/ammo_magazine/rifle/w_ek_17{ + current_rounds = 0 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) + +(1,1,1) = {" +YJ +TJ +uu +qs +kI +VQ +tM +cB +Zq +LS +HP +yG +"} +(2,1,1) = {" +ZX +PA +hF +kn +SZ +mc +kd +Ba +AJ +gz +La +rk +"} +(3,1,1) = {" +qJ +Gb +NS +gc +rd +VE +kO +CA +WM +lu +lg +jm +"} +(4,1,1) = {" +FY +Qf +qk +Zn +ES +Eb +nq +gl +HL +Hu +UO +Tt +"} +(5,1,1) = {" +Mt +aH +HJ +wM +mJ +Pq +nv +MD +yr +Lp +he +Tg +"} +(6,1,1) = {" +Yj +KJ +SW +oK +cb +Mr +Tb +et +lE +ku +hj +nA +"} +(7,1,1) = {" +ar +IP +dH +Jk +Sz +HY +dT +kK +gR +db +fs +ri +"} +(8,1,1) = {" +BE +ae +Qo +Jc +XX +Cs +dX +kz +xa +HC +Ck +ri +"} +(9,1,1) = {" +BH +RL +qv +RY +hO +ha +vJ +RW +UQ +nS +fh +sS +"} +(10,1,1) = {" +CM +yS +qr +hE +Il +nN +ME +hM +Sh +FP +VA +sS +"} +(11,1,1) = {" +BH +kb +OU +aL +Pe +RM +FO +Co +Mn +GM +hj +ri +"} +(12,1,1) = {" +BH +KE +dQ +Rj +Tf +TW +Ji +Fx +gR +rC +fs +ri +"} +(13,1,1) = {" +jo +xn +vM +pI +Zu +Xz +dT +XI +jV +HC +bM +sS +"} +(14,1,1) = {" +Yj +wO +IM +rw +QY +cf +Ih +Aq +uS +Fu +fh +NZ +"} +(15,1,1) = {" +yp +be +nM +cL +FF +Yl +qb +dc +ad +kF +WW +NE +"} +(16,1,1) = {" +XU +LL +BN +ye +el +hK +Bl +Bo +Ys +Ek +xZ +Bk +"} +(17,1,1) = {" +qy +qy +QQ +qy +Ba +Ur +eq +Ba +vn +Cc +DT +KH +"} +(18,1,1) = {" +Ju +bl +FE +EE +KF +pE +gb +Ba +pg +wk +wz +KQ +"} +(19,1,1) = {" +qy +ky +qy +mN +Ba +Jj +uX +fk +uz +so +Ry +rP +"} diff --git a/maps/map_files/Fire_Colony/sprinkles/55.silo_field.dmm b/maps/map_files/Fire_Colony/sprinkles/55.silo_field.dmm new file mode 100644 index 000000000000..e02395b86550 --- /dev/null +++ b/maps/map_files/Fire_Colony/sprinkles/55.silo_field.dmm @@ -0,0 +1,2244 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"af" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/north) +"ah" = ( +/obj/structure/flora/tree/alien/tree_3, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"al" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northeast) +"aq" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/north) +"az" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"aM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/north) +"aO" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"aT" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/northeast) +"bJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/valley/north) +"cg" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"ci" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/valley/north) +"ck" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"cm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"cn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_y = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"cE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/northeast) +"cK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"cO" = ( +/obj/structure/fence/slim/blue/door, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/north) +"cW" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"dt" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"dv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"dO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"en" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ep" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"eq" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/north) +"es" = ( +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/north) +"eE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"eH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"eU" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"eV" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"eX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"fa" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"fA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"fI" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"fJ" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"fX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"gg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"gs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/north) +"gx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"gy" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"gH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/cave/west, +/area/fire_colony/exterior/valley/north) +"hl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/tool/warning_cone/blue{ + pixel_x = -14; + pixel_y = 3 + }, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/north) +"hE" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"hT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ic" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/valley/north) +"iA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"iL" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"iY" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"ja" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"jx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"jy" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"jP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"kc" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/clearing/north) +"kr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"kK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ld" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"lf" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/valley/north) +"lq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"lr" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/valley/north) +"lz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"lA" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -8; + pixel_y = 17 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"lE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"lL" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"mf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"mm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"mn" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"mo" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"mN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"mQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/valley/north) +"mX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"nr" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"nu" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"nU" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"ol" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"op" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ow" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = -2 + }, +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -3; + pixel_y = 12 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"oF" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"oI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = 12; + pixel_y = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"oT" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"oX" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northeast) +"pf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"pg" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"pw" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"pG" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2{ + pixel_y = 7 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"pI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"pQ" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"qf" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qh" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"qu" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"qB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"qL" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"rf" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"rn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"rp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"rq" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/valley/north) +"rJ" = ( +/obj/item/tool/warning_cone/blue{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"rP" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"sj" = ( +/obj/structure/flora/tree/alien/tree_7, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"sm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"sr" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"sC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"sE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"tb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"tk" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northeast) +"tt" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"tC" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -3; + pixel_y = -10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"ub" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = -2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"uB" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"uY" = ( +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/valley/north) +"vb" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"vp" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"vD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"vU" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/clearing/north) +"wd" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"ww" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northeast) +"wU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"xj" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"xm" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"xr" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"xv" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"xH" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"xR" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"yw" = ( +/obj/structure/flora/tree/alien/tree_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"yy" = ( +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 30; + color = "#967743" + }, +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"yz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/north) +"yN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/flora/tree/alien/tree_6, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"yP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"yX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"yZ" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northeast) +"zm" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"zH" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"zK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"zN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southeast, +/area/fire_colony/exterior/valley/north) +"zV" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"Ac" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"AM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"AQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/fence/slim/blue{ + icon_state = "brokenfence0"; + density = 0; + cut = 1 + }, +/obj/item/stack/rods{ + color = "#8d93a1ff" + }, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/valley/north) +"AS" = ( +/obj/structure/flora/alien/fullgrass/fullgrass_1, +/obj/structure/flora/alien/bluegrass/bluegrass_3{ + pixel_x = -12; + pixel_y = -6 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"Bd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"Bp" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"BC" = ( +/obj/structure/flora/tree/alien/tree_2, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"BQ" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/north) +"BZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"Ca" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Cl" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"Ct" = ( +/obj/structure/filtration/machine_32x64/destructible, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/north) +"CR" = ( +/obj/structure/filtration/machine_32x64/destructible, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/north) +"Dt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"DJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"DK" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"DL" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"DU" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/north) +"Ej" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"EJ" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"Fa" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"Fi" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/valley/north) +"FD" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Gn" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/north) +"Gp" = ( +/obj/structure/flora/tree/alien/tree_5, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"GF" = ( +/obj/structure/fence/slim/blue/door, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/north) +"Hd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"Hh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"HH" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"HK" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"HS" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"If" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"Ig" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ID" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"IM" = ( +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/clearing/north) +"IU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"Je" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/corner_rock, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"Jf" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/northeast) +"Jk" = ( +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"Jw" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/north) +"Jx" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/north) +"JE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"JI" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/tree/alien/tree_7{ + pixel_x = -15; + pixel_y = 10 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"JM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"JN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = -5 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"JO" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"JT" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/structure/flora/tree/alien/tree_4, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"JY" = ( +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/north) +"Kd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"Kk" = ( +/obj/structure/flora/alien/chilli_bush/chilli_bush_1{ + pixel_x = 2; + pixel_y = 15 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"Km" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/basalt/basalt12, +/area/fire_colony/exterior/valley/northeast) +"Kr" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"KX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"Lf" = ( +/obj/structure/flora/alien/chilli_bush_no_light/chilli_bush_1{ + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"Lo" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/north) +"LZ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Ml" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/valley/north) +"Mp" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/north) +"MA" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ML" = ( +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"MP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"MQ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"MX" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Nb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/clearing/north) +"Nd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/north) +"Nt" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"NE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"NM" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Oj" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"Oq" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"OH" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/north) +"ON" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"OQ" = ( +/obj/structure/flora/tree/alien/tree_8{ + pixel_x = -18; + pixel_y = -2 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"Pd" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt7, +/area/fire_colony/exterior/valley/northeast) +"PA" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"PB" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"PI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/valley/north) +"PP" = ( +/obj/structure/filtration/machine_32x64/destructible, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/exterior/valley/north) +"Qc" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/exterior/valley/north) +"Qm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt10, +/area/fire_colony/exterior/valley/north) +"QS" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt4, +/area/fire_colony/exterior/valley/north) +"QT" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"QU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/northeast) +"Ra" = ( +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/corner_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Rt" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"Rx" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"RP" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"RQ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"RU" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1; + layer = 2.01 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"RX" = ( +/obj/item/tool/warning_cone/blue{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/lava/edges/basalt/l_piece, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 30; + color = "#967743" + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"Sc" = ( +/obj/effect/lava/edges/basalt/l_piece, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Sp" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/northeast) +"SA" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/valley/northeast) +"SI" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"SU" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"SX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"Tj" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"Tm" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"Tn" = ( +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/corner_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/northeast) +"TE" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"TU" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"Ud" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 1 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"Uh" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"Uk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/north) +"Uz" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"UA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt11, +/area/fire_colony/exterior/valley/northeast) +"UW" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/valley/north) +"Vb" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/clearing/north) +"Ve" = ( +/turf/closed/wall/lava/rock, +/area/fire_colony/exterior/cliff) +"Vl" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"VA" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/north) +"VJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"VX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1{ + pixel_x = 1; + pixel_y = -4 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"WJ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/north) +"XH" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"XR" = ( +/obj/structure/flora/alien/chilli_bush_no_light{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"XZ" = ( +/obj/structure/tunnel{ + id = "engineering_tunnel" + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/basalt/basalt_dug, +/area/fire_colony/exterior/valley/northeast) +"Yx" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/valley/north) +"YB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/north) +"YT" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/exterior/valley/north) +"YX" = ( +/obj/effect/lava/edges/basalt/l_piece{ + layer = 2.01; + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/north) +"Zb" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ZC" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/northeast) +"ZL" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"ZR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) +"ZX" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_3{ + pixel_x = 6; + pixel_y = 9 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/northeast) +"ZZ" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/valley/north) + +(1,1,1) = {" +Bp +Je +cm +XH +Jk +cW +tt +JY +az +ja +HS +Rx +nU +ol +rp +nU +eH +eH +zm +Kd +"} +(2,1,1) = {" +qB +hT +Bp +TU +QS +ub +JM +rP +Sc +lE +dv +MA +mm +cK +tt +NM +az +Rt +Oq +mo +"} +(3,1,1) = {" +ML +ZR +qB +sm +jx +Rt +eH +jP +MQ +ol +Bd +eH +XR +pf +wU +Ra +dt +fa +xj +xr +"} +(4,1,1) = {" +Ig +tt +op +HH +QT +UW +az +nU +Tj +nU +tC +Gp +PA +mN +Tj +ML +ID +MX +qh +Gn +"} +(5,1,1) = {" +nU +AM +ah +VJ +FD +OH +lE +en +DL +XH +Jw +zV +xR +SI +jy +XH +jP +tt +lz +yz +"} +(6,1,1) = {" +jP +QS +Lf +mX +az +mf +SU +TE +lf +ci +AQ +lr +ci +ci +ci +lf +RX +LZ +ZL +Cl +"} +(7,1,1) = {" +tt +JM +ON +ow +Ej +tt +ID +eE +aq +aM +ck +YB +ck +rn +mQ +Qc +Nt +Uz +xv +KX +"} +(8,1,1) = {" +Ca +oF +eH +Rt +SU +ID +DJ +fA +Fi +Ml +Nd +PP +Nd +Ct +PI +eq +rP +dO +lq +cn +"} +(9,1,1) = {" +nU +eH +ZZ +sr +Sc +zK +vp +Bd +DU +hl +BZ +vD +Uk +vD +zN +Mp +iL +BC +VX +aO +"} +(10,1,1) = {" +sr +Sc +FD +eH +XH +eX +WJ +eH +lf +rq +rq +rq +rq +rq +rq +lf +rJ +YX +Vb +KX +"} +(11,1,1) = {" +kK +UW +JM +gy +tb +ML +ID +Qm +DU +bJ +rn +JN +rn +rn +mQ +Jx +mn +Hh +RQ +aO +"} +(12,1,1) = {" +tt +JE +Ac +JT +lA +fI +Sc +qf +cO +fX +es +CR +Nd +CR +af +GF +jP +ML +VA +ZL +"} +(13,1,1) = {" +ML +WJ +gg +pG +eH +SX +WJ +RU +DU +uY +BZ +vD +vD +Uk +ic +Qc +SX +ID +iA +IM +"} +(14,1,1) = {" +gH +Jk +WJ +JM +nU +Ac +JE +eH +lf +Lo +Lo +Lo +YT +gs +BQ +lf +yy +JM +fJ +RQ +"} +(15,1,1) = {" +sr +ID +JM +eH +mN +eH +SX +Yx +VJ +fA +lE +mm +ld +dt +qf +fa +mN +rP +Oq +Oj +"} +(16,1,1) = {" +Kk +UA +ww +uB +Vl +ww +JI +xH +ww +oX +pI +EJ +Vl +pw +RP +zH +al +oX +xr +fJ +"} +(17,1,1) = {" +zH +Zb +lL +eU +cE +yZ +Vl +JO +QU +zH +Sp +vb +Tm +ww +qL +eU +wd +Pd +xm +Nb +"} +(18,1,1) = {" +AS +zH +oT +aT +tk +Km +eU +zH +nr +uB +ww +Tn +SA +hE +rf +cE +xH +xH +KX +mo +"} +(19,1,1) = {" +Ve +Ve +Ve +Ve +uB +sj +lL +al +Hd +cE +PB +kr +MP +yP +iY +rf +gx +Kr +vU +xm +"} +(20,1,1) = {" +Ve +Ve +qL +ep +cg +ZX +qu +ww +IU +pI +Dt +yN +Uh +sC +eV +If +NE +Jf +Oq +KX +"} +(21,1,1) = {" +Ve +Ve +XZ +Ve +qL +uB +ep +wd +yX +ww +Fa +Zb +DK +oX +Ud +yw +qL +Fa +ZL +kc +"} +(22,1,1) = {" +Ve +Ve +Ve +Ve +zH +ep +PB +pQ +eV +OQ +Uh +zH +qL +zH +Zb +Vl +zH +Zb +sE +HK +"} +(23,1,1) = {" +Ve +Ve +Ve +Ve +qu +al +nu +JO +aT +Zb +qu +uB +zH +ep +zH +oI +ZC +uB +HK +pg +"} diff --git a/maps/map_files/Fire_Colony/standalone/lasalle_merc_armory.dmm b/maps/map_files/Fire_Colony/standalone/lasalle_merc_armory.dmm new file mode 100644 index 000000000000..5a9c0a07f9ae --- /dev/null +++ b/maps/map_files/Fire_Colony/standalone/lasalle_merc_armory.dmm @@ -0,0 +1,249 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/hangar/security/armory) +"c" = ( +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"e" = ( +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 6 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"f" = ( +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"h" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"i" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"l" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"m" = ( +/obj/item/clothing/accessory/storage/black_vest, +/turf/open/floor/strata/altred3/southwest, +/area/fire_colony/interior/hangar/security/armory) +"n" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/ammo_box/magazine/shotgun/buckshot/empty{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"t" = ( +/obj/item/frame/rack/long{ + color = "#818793" + }, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"u" = ( +/turf/open/floor/strata/altred3/northwest, +/area/fire_colony/interior/hangar/security/armory) +"x" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/explosive/grenade/empgrenade{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"z" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/solid/autoname{ + dir = 1; + locked = 1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door/open{ + dir = 4; + name = "\improper Armory Lockdown"; + id = "seeg_armory" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/security/armory) +"A" = ( +/obj/item/ammo_magazine/handful/shotgun/buckshot{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/security/armory) +"B" = ( +/obj/item/clothing/accessory/patch/seegson{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) +"C" = ( +/obj/item/weapon/classic_baton/alt{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"E" = ( +/obj/item/frame/rack{ + color = "#818793" + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/security/armory) +"F" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/ammo_magazine/rifle/w_ek_17, +/obj/item/weapon/gun/rifle/w_ek_17, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"G" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/southeast, +/area/fire_colony/interior/hangar/security/armory) +"H" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + pixel_y = 4; + id = "seeg_armory" + }, +/obj/item/weapon/shield/riot{ + pixel_x = -1 + }, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"K" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/security/armory) +"N" = ( +/turf/open/floor/strata/altred3/northeast, +/area/fire_colony/interior/hangar/security/armory) +"P" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/storage/pouch/flamertank, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/weapon/gun/flamer/survivor, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"R" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot{ + pixel_y = 6 + }, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"T" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/weapon/classic_baton/alt{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/box/emps{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/machinery/power/apc/fully_broken/no_cell/north, +/turf/open/floor/strata/altred4/north, +/area/fire_colony/interior/hangar/security/armory) +"U" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred4, +/area/fire_colony/interior/hangar/security/armory) +"X" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/security/armory) + +(1,1,1) = {" +a +a +a +l +z +a +a +a +"} +(2,1,1) = {" +a +P +H +f +U +A +n +a +"} +(3,1,1) = {" +a +F +u +X +B +m +i +a +"} +(4,1,1) = {" +a +t +N +e +E +G +K +a +"} +(5,1,1) = {" +a +T +c +h +R +C +x +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +"} diff --git a/maps/map_files/Fire_Colony/standalone/lasalle_merc_hydro.dmm b/maps/map_files/Fire_Colony/standalone/lasalle_merc_hydro.dmm new file mode 100644 index 000000000000..b57175893cb9 --- /dev/null +++ b/maps/map_files/Fire_Colony/standalone/lasalle_merc_hydro.dmm @@ -0,0 +1,1650 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"an" = ( +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"br" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"bw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"bK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"ca" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"cd" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"ce" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"cj" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"db" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"dc" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"dC" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_4"; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"dJ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"dM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"ea" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"en" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"eo" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 6 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"eP" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"eU" = ( +/obj/effect/broken_tile, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/broken_tile/single{ + pixel_x = 9; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"eV" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"fm" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_12"; + pixel_x = -3; + pixel_y = 2 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"fG" = ( +/obj/structure/bed/chair/comfy/beige{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"fV" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -14; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"gx" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/stack/medical/bruise_pack, +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -3; + pixel_y = -6; + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + pixel_x = 17; + pixel_y = -19 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"gE" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -15; + pixel_y = -3 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"gI" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"ho" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"hK" = ( +/obj/structure/flora/bush/ausbushes/ywflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"hL" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = 5; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"hV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"hX" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/eat, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"ig" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_8"; + pixel_x = 2; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"ih" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"iE" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 15; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"iK" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"jd" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -20; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"jk" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"jn" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -10; + pixel_y = 8; + dir = 10 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 23 + }, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"jG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/smg/a_m36{ + current_rounds = 0 + }, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"kb" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"kv" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"kD" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16 + }, +/obj/item/weapon/gun/smg/a_m36{ + current_mag = null; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"kK" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 5; + pixel_y = 23 + }, +/obj/item/roller, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"lk" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"ly" = ( +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"mg" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"ms" = ( +/obj/item/attachable/bayonet/lb, +/obj/effect/decal/cleanable/blood{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"mG" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"nq" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"nE" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"od" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"oe" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"oH" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"oN" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"pe" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"pL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"pY" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"qa" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -6; + pixel_y = 18 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"qz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"qA" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = -11; + pixel_y = 6 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_6"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"qN" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_y = -1; + layer = 2.9 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_30"; + pixel_x = -2; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"qU" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"qW" = ( +/obj/structure/transmitter/save_station/colony_net{ + pixel_y = 34 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"rn" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"rw" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 3 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"rG" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"rM" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"rR" = ( +/obj/structure/machinery/colony_floodlight/alt, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/pass) +"sk" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 4; + pixel_y = 29 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = 5 + }, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"sC" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -14; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"tc" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"to" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"uC" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_9"; + pixel_x = -3; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"uO" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/valley/west) +"vr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 6; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/newscaster/seegson{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"vA" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4; + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/briefcase/flap{ + pixel_x = -2; + pixel_y = 19 + }, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"vW" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"vZ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"wj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"wk" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"wB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"wJ" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"wT" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"wW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"wX" = ( +/obj/structure/bed/chair/comfy/beige{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"wY" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"xp" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"xB" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"yj" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"yu" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"yx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"yR" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"zt" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"zB" = ( +/obj/structure/flora/bush/ausbushes/ywflowers, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"zC" = ( +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc_medic, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"zW" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"AT" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"BQ" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"BU" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/west) +"Ca" = ( +/obj/item/ammo_magazine/smg/a_m36{ + current_rounds = 24 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"ES" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 4; + color = "#6b6b6b" + }, +/obj/item/ammo_magazine/smg/a_m36{ + current_rounds = 0 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"ET" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"FG" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + pixel_x = 4; + pixel_y = -12; + layer = 2.01 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"FV" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/altgreen4/west, +/area/fire_colony/interior/hydroponics/lobby) +"Gm" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"HB" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"HC" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_11"; + pixel_x = -2; + pixel_y = 23 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/hydroponics/lobby) +"HD" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/structure/flora/bush/ausbushes/var3{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"Ir" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"IY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"Jb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"JA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"JH" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -16; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"JX" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -3; + pixel_y = 14 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_5"; + pixel_x = 16; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"Ka" = ( +/turf/open/fire_colony/basalt/basalt6, +/area/fire_colony/exterior/clearing/pass) +"KM" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_14"; + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"KU" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"LB" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"LE" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"Mi" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"MV" = ( +/obj/structure/bed/chair/comfy/beige{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/north, +/area/fire_colony/interior/hydroponics/lobby) +"MX" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"Nk" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"Nv" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_8"; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"NA" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"OS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -11; + pixel_y = -2 + }, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"Qa" = ( +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"Qg" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b" + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"Ql" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_24"; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"QI" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_x = -7; + pixel_y = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_6"; + pixel_x = 9; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"Ry" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + dir = 4; + color = "#6b6b6b" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 6; + pixel_y = 24; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"St" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/item/clothing/head/helmet/marine/veteran/lb_merc{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"SF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"Uq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + pixel_x = -1; + pixel_y = -10 + }, +/obj/effect/landmark/corpsespawner/lb_merc/burst, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"Uy" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8; + pixel_x = 10; + pixel_y = 5; + buckling_x = 10; + buckling_y = 5 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/hydroponics/lobby) +"UE" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/single{ + pixel_x = 18; + pixel_y = 18 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat, +/area/fire_colony/interior/hydroponics/lobby) +"UP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"UZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/reagent_container/hypospray/autoinjector/emergency, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"Vk" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/hydroponics/lobby) +"Vo" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/strata/altgreen3, +/area/fire_colony/interior/hydroponics/lobby) +"VE" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -16; + pixel_y = -4 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"VM" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging{ + color = "#6b6b6b"; + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/hotdog/alt, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hydroponics/lobby) +"VS" = ( +/obj/item/reagent_container/glass/bucket{ + pixel_x = 9; + pixel_y = 15 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 19; + pixel_y = 11 + }, +/turf/open/floor/strata/altgreen3/northeast, +/area/fire_colony/interior/hydroponics/lobby) +"VV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/strata/altgreen3/southwest, +/area/fire_colony/interior/hydroponics/lobby) +"Wp" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 8; + color = "#6b6b6b" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"WI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/northwest, +/area/fire_colony/interior/hydroponics/lobby) +"WV" = ( +/obj/structure/flora/pottedplant{ + pixel_x = 4; + pixel_y = 19 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4/north, +/area/fire_colony/interior/hydroponics/lobby) +"XW" = ( +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/north) +"Yj" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hydroponics/lobby) +"YJ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#578c3a"; + pixel_x = -12; + pixel_y = -4 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) +"YR" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + color = "#6b6b6b" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"Zp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -10; + pixel_y = -3; + dir = 10 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/altgreen4/east, +/area/fire_colony/interior/hydroponics/lobby) +"Zr" = ( +/obj/structure/platform/metal/lava_metal/west, +/obj/structure/flora/alien/sparsegrass/sparsegrass_3, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/north) +"ZB" = ( +/turf/open/floor/strata/altgreen3/southeast, +/area/fire_colony/interior/hydroponics/lobby) +"ZQ" = ( +/obj/structure/flora/pottedplant{ + pixel_x = -5; + pixel_y = 19 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altgreen4, +/area/fire_colony/interior/hydroponics/lobby) +"ZZ" = ( +/obj/structure/prop/hybrisa/misc/prop_deco_edging/corner{ + dir = 1; + color = "#6b6b6b" + }, +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + icon_state = "bush2"; + color = "#578c3a"; + pixel_x = -15; + pixel_y = -2 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/fire_colony/interior/hydroponics/lobby) + +(1,1,1) = {" +BU +Yj +ea +ea +Yj +ZQ +JA +ly +LB +Yj +ea +ea +Yj +uO +"} +(2,1,1) = {" +Yj +Yj +vA +rG +rG +jG +wj +ce +ly +rG +oe +hX +Yj +Yj +"} +(3,1,1) = {" +ea +wX +Jb +NA +qU +eU +mG +eV +vZ +vZ +kv +jk +yj +ea +"} +(4,1,1) = {" +ea +fG +HB +qA +wk +HD +yR +Qg +VE +rw +uC +xp +yj +ea +"} +(5,1,1) = {" +Yj +MV +dc +YJ +JX +HC +kK +mg +qN +hL +fV +eP +Vo +Yj +"} +(6,1,1) = {" +qa +an +dc +sC +yR +UZ +Zp +ms +db +iK +hK +pY +Mi +kb +"} +(7,1,1) = {" +WI +UE +FV +oH +gx +St +kD +yx +od +rM +oH +yu +hV +bw +"} +(8,1,1) = {" +UP +ce +YR +ho +lk +Uq +VV +sk +wB +nq +ho +Wp +xB +SF +"} +(9,1,1) = {" +nE +wW +cj +zB +KM +OS +zC +Ca +jn +iE +vW +wT +ZB +wY +"} +(10,1,1) = {" +Yj +qW +cj +jd +Ql +Ry +gI +ET +dC +ig +gE +LE +Gm +Yj +"} +(11,1,1) = {" +Nk +ca +to +Nv +JH +eo +yR +cd +en +ZZ +fm +ES +br +Nk +"} +(12,1,1) = {" +Yj +vr +pe +Vk +VM +FG +AT +MX +dJ +dJ +tc +Qa +QI +Yj +"} +(13,1,1) = {" +Yj +Yj +BQ +Uy +Uy +VS +dM +zt +pL +Uy +KU +Uy +Yj +Yj +"} +(14,1,1) = {" +ih +Yj +ea +ea +Yj +WV +IY +qz +wJ +Yj +ea +ea +Yj +rR +"} +(15,1,1) = {" +XW +Yj +rn +Zr +Yj +Yj +bK +Ir +Yj +Yj +oN +zW +Yj +Ka +"} diff --git a/maps/map_files/Fire_Colony/standalone/lasalle_merc_insert.dmm b/maps/map_files/Fire_Colony/standalone/lasalle_merc_insert.dmm new file mode 100644 index 000000000000..b0d4cc939c2d --- /dev/null +++ b/maps/map_files/Fire_Colony/standalone/lasalle_merc_insert.dmm @@ -0,0 +1,2561 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"ab" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"ac" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"aC" = ( +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/hangar/alpha) +"aT" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"bc" = ( +/obj/effect/broken_tile, +/obj/effect/broken_tile/angle{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"bi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"bn" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "7,3" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"bx" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/landing_pad) +"bK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"cn" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"co" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"cW" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"dt" = ( +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/turf/open/floor/strata/grey_multi_tiles, +/area/fire_colony/interior/hangar/lb_dropship) +"dJ" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_1"; + name = "hangar shutter control"; + pixel_y = 32 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"dZ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"ek" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"ez" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"eA" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "7,0" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"eV" = ( +/obj/structure/bed/chair/vehicle/white{ + dir = 8; + buckle_offset_x = 6; + buckle_offset_y = 1; + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/lb_dropship) +"eW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"eX" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"fj" = ( +/turf/open/floor/vault2/west, +/area/fire_colony/interior/hangar/checkpoint) +"fo" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "4,15" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"fv" = ( +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/hangar/alpha) +"fF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"fK" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -6; + pixel_y = 7; + layer = 3.6 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -7; + pixel_x = 3 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"fO" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_1"; + name = "hangar shutter control"; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/hangar/alpha) +"fX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "8,0"; + density = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"gj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"gk" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "7,4" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"gs" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/item/tool/screwdriver/tactical{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/tool/screwdriver{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"gI" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/item/weapon/classic_baton/alt, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"gT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/landing_pad) +"hl" = ( +/turf/closed/shuttle/dropship_lb/transparent{ + icon_state = "5,14" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"hv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + pixel_y = 14; + buckling_y = 14; + layer = 3.4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"hB" = ( +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"hP" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"if" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"is" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"ix" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "5,15" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"iA" = ( +/obj/structure/shuttle/part/dropship_lb{ + icon_state = "2,11" + }, +/turf/closed/shuttle/dropship_lb{ + icon_state = "2,2" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"iG" = ( +/turf/closed/shuttle/dropship_lb/transparent{ + icon_state = "3,14" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"iJ" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"iN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/belt/utility, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"jg" = ( +/obj/structure/bed/chair/vehicle/white{ + dir = 8; + buckle_offset_x = 6; + buckle_offset_y = 1; + pixel_x = 6; + pixel_y = 1 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{ + pixel_x = -3; + pixel_y = 26; + layer = 2.8; + name = "emergency medical cabinet" + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/lb_dropship) +"ji" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"jm" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "0,8" + }, +/obj/structure/machinery/light/dropship/red{ + dir = 4; + pixel_y = 1; + pixel_x = 7; + needs_power = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"jp" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"kl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/alpha) +"kt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"kR" = ( +/obj/structure/bed/chair/vehicle/white{ + dir = 4; + pixel_x = -5; + pixel_y = 1; + buckle_offset_x = -5; + buckle_offset_y = 1 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/lb_dropship) +"kS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"kV" = ( +/turf/open/floor/strata/grey_multi_tiles, +/area/fire_colony/interior/hangar/lb_dropship) +"kZ" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"li" = ( +/obj/effect/lava/edges/basalt/side_rock, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"lC" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -16 + }, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"lH" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "4,7" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"lL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"lN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"mk" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"mS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"mT" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "5,15"; + pixel_x = -10; + pixel_y = -3; + layer = 1.9; + density = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"ng" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/alpha) +"nH" = ( +/turf/closed/shuttle/dropship_lb/transparent{ + icon_state = "2,12" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"nL" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"nN" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "1,11" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"nR" = ( +/turf/closed/shuttle/dropship_lb/transparent{ + icon_state = "3,13" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"on" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"ot" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"ou" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "1,12" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"oA" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"oH" = ( +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"oI" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 8; + pixel_x = -7; + pixel_y = 5; + needs_power = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"oS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"pd" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "5,13"; + opacity = 0 + }, +/area/fire_colony/interior/hangar/lb_dropship) +"pf" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"pG" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 4; + pixel_x = 8 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/lb_dropship) +"pK" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/clipboard{ + pixel_x = 1; + pixel_y = -7 + }, +/obj/item/tool/pen/blue{ + pixel_x = 1; + pixel_y = -9 + }, +/obj/item/tool/stamp{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"pP" = ( +/obj/item/form_printer{ + pixel_x = -15; + pixel_y = 8 + }, +/obj/item/paper{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door_control{ + pixel_y = -1; + id = "aero_shutters" + }, +/turf/open/floor/strata/altred3, +/area/fire_colony/interior/hangar/checkpoint) +"qi" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"qr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"qs" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/exterior/landing_pad) +"qG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + pixel_x = -7; + pixel_y = 19 + }, +/obj/item/ammo_magazine/pistol/b92fs{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/b92fs/empty{ + pixel_x = 12; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"qH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"qJ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"rb" = ( +/turf/open/floor/plating/fire_colony/warnplate/corner/west, +/area/fire_colony/exterior/landing_pad) +"rz" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"rK" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"rM" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"rN" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"sK" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"tg" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"tv" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "1,4" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"tz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid, +/area/fire_colony/exterior/clearing/south) +"tD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northwest, +/area/fire_colony/exterior/clearing/south) +"tK" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"tQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"tT" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"uj" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"uF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/south, +/area/fire_colony/exterior/clearing/south) +"uT" = ( +/obj/structure/machinery/cm_vending/sorted/tech, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/hangar/alpha) +"uY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/prop/colony/canister/alt_2{ + pixel_y = 11 + }, +/obj/item/prop/colony/canister/alt_1{ + pixel_y = 1; + dir = 8 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"va" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#818793"; + pixel_y = -3 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"vz" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"vS" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"we" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"wk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/hangar/alpha) +"wl" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 8; + pixel_x = -7; + pixel_y = 5; + needs_power = 0 + }, +/obj/structure/machinery/light/dropship/blue{ + dir = 4; + pixel_x = 7; + pixel_y = 5; + needs_power = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"wr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"wB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"wF" = ( +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"wH" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "4,8" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"wP" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/clearing/south) +"wR" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/lava/edges/basalt/l_piece{ + dir = 4 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"xa" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "8,3"; + pixel_y = 14; + density = 0 + }, +/obj/item/tool/warning_cone/red, +/obj/item/tool/warning_cone/red{ + pixel_x = 16; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"xu" = ( +/obj/effect/broken_tile{ + dir = 4 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -16; + pixel_y = -15 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"xQ" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"yd" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"yg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles/west, +/area/fire_colony/interior/hangar/alpha) +"yo" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/clipboard, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"yq" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/checkpoint) +"ys" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/turf/open/floor/strata/altred4/east, +/area/fire_colony/interior/hangar/checkpoint) +"yy" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"yB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"yC" = ( +/turf/closed/shuttle/dropship_lb/transparent{ + icon_state = "4,14" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"yD" = ( +/obj/structure/machinery/colony_floodlight/alt{ + pixel_x = -3 + }, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/exterior/landing_pad) +"yK" = ( +/obj/effect/decal/hybrisa/checkpoint_decal/only_security{ + pixel_y = -1; + color = "#e8b867" + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/hangar/alpha) +"yU" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"yY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"za" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "0,4" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"zb" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"zt" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"zI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"zP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/red/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"Ae" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "8,4" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"AD" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"AI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/marine/veteran/lb_merc{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"AR" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Bf" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/exterior/clearing/south) +"Bn" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "3,15" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"Bq" = ( +/obj/structure/bed/chair/comfy/black{ + pixel_y = 14; + buckling_y = 14; + layer = 3.4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"Br" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Bs" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/vault2/west, +/area/fire_colony/interior/hangar/checkpoint) +"Bw" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"BK" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/two{ + req_access = null; + req_one_access = null; + color = "#9dacc0"; + name = "\improper UD2-LB 'Remedy'"; + dir = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/fire_colony/interior/hangar/lb_dropship) +"Cb" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/closed{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"Cc" = ( +/obj/structure/shuttle/part/dropship_lb{ + icon_state = "2,11" + }, +/turf/closed/shuttle/dropship_lb{ + icon_state = "6,2" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"Cd" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/structure/machinery/light/dropship/blue{ + dir = 4; + pixel_x = 7; + pixel_y = 5; + needs_power = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Cs" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"Cw" = ( +/obj/structure/fence/slim/blue, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"CK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint) +"CW" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/red/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/checkpoint) +"Dm" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + pixel_x = 1; + pixel_y = 3; + buckling_x = 1; + buckling_y = 3 + }, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_y = 19; + layer = 2; + density = 0; + icon_state = "blacksensor_comp3_off" + }, +/turf/open/floor/strata/grey_multi_tiles, +/area/fire_colony/interior/hangar/lb_dropship) +"Dr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/black{ + pixel_y = 14; + buckling_y = 14; + layer = 3.4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"DQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"Ea" = ( +/turf/open/fire_colony/basalt/basalt8, +/area/fire_colony/exterior/clearing/south) +"Ei" = ( +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/hangar/alpha) +"Ep" = ( +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"Ev" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"ED" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "3,15"; + pixel_x = 10; + pixel_y = -3; + layer = 1.9; + density = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"EJ" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"EU" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"Fh" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Fi" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/dirt, +/area/fire_colony/exterior/clearing/south) +"Fl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"Fu" = ( +/obj/structure/window/framed/lava/orange, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"Fw" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/structure/machinery/door/window/eastleft{ + name = "Security Desk"; + color = "#ff6548" + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/item/tool/stamp, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"Fy" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"FS" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"FU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"Gb" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/landing_pad) +"Gk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/seegson/security{ + pixel_x = -4 + }, +/turf/open/floor/strata/altred3/west, +/area/fire_colony/interior/hangar/checkpoint) +"Gz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/backpack/marine/satchel/rto{ + pixel_y = 23; + desc = "A heavy-duty pack, used for telecommunications between central command. Commonly carried by RTOs. This one is set up to serve the Lasalle Bionational - Hazard Intervention Group (HIG) operative team."; + name = "\improper HIG Radio Telephone Pack"; + networks_receive = list("Colonist"); + networks_transmit = list("Colonist"); + phone_category = "L-B Net" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"GN" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "8,8" + }, +/obj/structure/machinery/light/dropship/green{ + dir = 8; + pixel_y = 1; + pixel_x = -7; + needs_power = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"GP" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"GY" = ( +/obj/structure/machinery/door_control{ + id = "hangar_ice_1"; + name = "hangar shutter control"; + pixel_y = -19 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_magazine/smg/a_m36{ + current_rounds = 0 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Ha" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/hangar/alpha) +"Hd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/firecloset/alt/full, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Hi" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Hr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"HE" = ( +/obj/effect/lava/edges/basalt/l_piece{ + dir = 8 + }, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south) +"HI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/shuttle/part/dropship_lb/transparent{ + density = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"HN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"HS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/hangar/alpha) +"Ij" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 8; + pixel_x = -8 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/lb_dropship) +"Ir" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "8,3"; + pixel_y = 13; + density = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Iz" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Ju" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"JH" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "2,1" + }, +/turf/open/floor/plating, +/area/fire_colony/interior/hangar/lb_dropship) +"JI" = ( +/obj/effect/spawner/random/tool, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"JR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/photocopier, +/turf/open/floor/strata/altred4/west, +/area/fire_colony/interior/hangar/checkpoint) +"Kp" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"KI" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"KS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"KV" = ( +/obj/item/clothing/accessory/patch/lasalle{ + pixel_x = 9; + pixel_y = -1; + layer = 3 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/ammo_magazine/pistol/b92fs{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata/grey_multi_tiles, +/area/fire_colony/interior/hangar/lb_dropship) +"Ln" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Lp" = ( +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Lv" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "1,0" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"LF" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/belt/utility{ + pixel_y = 8 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"LN" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "6,0" + }, +/turf/open/floor/plating, +/area/fire_colony/interior/hangar/lb_dropship) +"LW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Me" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Mg" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/multi_tiles, +/area/fire_colony/interior/hangar/checkpoint) +"Mq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/corner/east, +/area/fire_colony/exterior/clearing/south) +"MF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/box/mre/fsr, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"MG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"MX" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "4,10" + }, +/turf/open/floor/strata/grey_multi_tiles, +/area/fire_colony/interior/hangar/lb_dropship) +"MY" = ( +/obj/item/tool/warning_cone/blue, +/obj/item/tool/warning_cone/blue{ + pixel_y = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"Nv" = ( +/obj/effect/broken_tile{ + dir = 1 + }, +/obj/effect/broken_tile/single{ + pixel_x = -3; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"NG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/landing_pad) +"NI" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "1,2" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"NP" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/floor/dark2, +/area/fire_colony/interior/hangar/checkpoint) +"NV" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"OL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/north, +/area/fire_colony/exterior/clearing/south) +"Pg" = ( +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/landing_pad) +"Pi" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Qc" = ( +/obj/effect/broken_tile{ + dir = 8 + }, +/obj/effect/broken_tile/single{ + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"Qi" = ( +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"QM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"QS" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/hangar/alpha) +"Rk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "8,3"; + pixel_y = 14; + density = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Rv" = ( +/obj/effect/broken_tile/double, +/obj/effect/broken_tile/single{ + pixel_x = 16; + pixel_y = 19 + }, +/obj/effect/broken_tile/angle{ + dir = 1; + pixel_x = -14; + pixel_y = 8 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/checkpoint) +"Rx" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "7,12" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"RH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/hybrisa/shutters/open{ + id = "hangar_ice_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"RK" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/two{ + req_access = null; + req_one_access = null; + color = "#9dacc0"; + name = "\improper UD2-LB 'Remedy'" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/fire_colony/interior/hangar/lb_dropship) +"RY" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/hangar/alpha) +"Sh" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "7,2" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/lb_dropship) +"So" = ( +/obj/structure/bed/chair/vehicle/white{ + dir = 4; + pixel_x = -5; + pixel_y = 1; + buckle_offset_x = -5; + buckle_offset_y = 1 + }, +/obj/structure/extinguisher_cabinet/lifeboat{ + pixel_y = 26; + layer = 2.8; + pixel_x = 7 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/fire_colony/interior/hangar/lb_dropship) +"Ss" = ( +/obj/structure/machinery/door/airlock/almayer/lavaland/glass/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/hangar/alpha) +"St" = ( +/obj/item/attachable/bayonet/lb, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Sv" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint) +"Sx" = ( +/obj/structure/shuttle/part/dropship_lb{ + icon_state = "4,1"; + density = 0; + opacity = 0 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"SI" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "2,0" + }, +/turf/open/floor/plating, +/area/fire_colony/interior/hangar/lb_dropship) +"SW" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 30 + }, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/exterior/landing_pad) +"Tc" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/sand3/southeast, +/area/fire_colony/interior/hangar/alpha) +"Tj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/fire_colony/asteroid/directions/south, +/area/fire_colony/exterior/clearing/south) +"TC" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"TH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Ud" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/ammo_magazine/smg/a_m36{ + current_rounds = 0 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"Uk" = ( +/turf/closed/shuttle/dropship_lb{ + icon_state = "3,13"; + opacity = 0 + }, +/area/fire_colony/interior/hangar/lb_dropship) +"UU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"UZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/corner/east, +/area/fire_colony/exterior/landing_pad) +"Vf" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "1,1" + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Vv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/landing_pad) +"Vx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Vz" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "8,3"; + pixel_y = 13; + density = 0 + }, +/obj/structure/closet/crate/ammo/alt, +/obj/item/storage/box/mre/fsr, +/obj/item/storage/box/mre/fsr, +/obj/item/storage/box/mre/fsr, +/obj/item/storage/box/mre/fsr, +/obj/item/storage/box/packet/smoke, +/obj/item/storage/box/packet/smoke, +/obj/item/storage/box/m94, +/obj/item/storage/box/m94, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"VC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc_leader, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"VJ" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#6d7b84" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/hangar/alpha) +"VM" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/checkpoint) +"Wg" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/exterior/landing_pad) +"Wl" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/hangar/alpha) +"Wn" = ( +/obj/structure/machinery/door/poddoor/hybrisa/shutters/open{ + id = "hangar_ice_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"WW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/storage/box/packet/smoke{ + pixel_x = 8; + pixel_y = 28 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Xn" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "7,1" + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/interior/hangar/alpha) +"Xp" = ( +/obj/structure/largecrate/random/mini/small_case, +/obj/item/tool/weldpack/minitank{ + pixel_x = 9; + pixel_y = 14 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"XL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/hangar/alpha) +"XO" = ( +/obj/structure/shuttle/part/dropship_lb/transparent{ + icon_state = "6,1" + }, +/turf/open/floor/plating, +/area/fire_colony/interior/hangar/lb_dropship) +"XU" = ( +/turf/open/floor/strata/altred3/east, +/area/fire_colony/interior/hangar/checkpoint) +"Yc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"Yt" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/two{ + req_access = null; + req_one_access = null; + dir = 1; + color = "#9dacc0"; + name = "\improper UD2-LB 'Remedy' cockpit" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_white"; + color = "#b48f51"; + layer = 2.00 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/fire_colony/interior/hangar/lb_dropship) +"Yu" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/sand3/southwest, +/area/fire_colony/interior/hangar/alpha) +"Yz" = ( +/turf/closed/shuttle/dropship_lb/transparent{ + icon_state = "5,13" + }, +/area/fire_colony/interior/hangar/lb_dropship) +"YX" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/landing_pad) +"Zh" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + color = "#858680" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/hangar/alpha) +"Zi" = ( +/obj/structure/window/framed/lava/reinforced, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + dir = 4; + id = "aero_shutters" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/hangar/alpha) +"Zx" = ( +/obj/effect/lava/edges/basalt/side_rock{ + dir = 4 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 1 + }, +/obj/effect/lava/edges/basalt/side_rock{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/fire_colony/sand, +/area/fire_colony/exterior/clearing/south) +"ZT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/southwest, +/area/fire_colony/exterior/clearing/south) + +(1,1,1) = {" +Bf +rz +on +gj +Zx +rN +Wl +Cb +Cb +Cb +Cb +Wl +Wl +Wl +Wl +MG +vS +Wl +Cb +Cb +Wl +Wl +sK +cn +vz +Ea +OL +"} +(2,1,1) = {" +wP +ji +ek +yY +wF +Wl +Wl +VJ +Lp +AR +rK +QS +LF +yB +LW +yg +ng +qi +Hd +tT +RY +Wl +Wl +Wl +Wg +qs +UZ +"} +(3,1,1) = {" +aT +li +ek +yY +wR +ac +fv +wk +Nv +Qi +lN +Qi +xu +lN +lL +lN +zI +Qi +dZ +bc +aC +Pi +kl +Wl +qJ +Yc +YX +"} +(4,1,1) = {" +wP +Fi +lC +gj +HE +ac +pf +Tc +ab +ab +ab +tK +Ud +mk +zb +ab +Zh +EU +yU +tg +cW +Bw +fO +Wl +dJ +Pg +Fl +"} +(5,1,1) = {" +Cw +tD +uF +Mq +ZT +ac +zt +xQ +Hi +Ln +AI +WW +Me +Hi +Me +Me +Me +eW +Vx +Vx +Me +Me +Me +Wn +bx +Pg +NG +"} +(6,1,1) = {" +yq +FU +tz +mS +Tj +ac +is +we +Vx +Me +va +Me +Me +jm +za +Ir +Me +jm +za +Vz +Fh +HI +Hr +RH +kZ +Yc +YX +"} +(7,1,1) = {" +yq +yq +ot +CW +yq +Wl +eX +aa +kS +Me +Cd +ED +ou +nN +tv +RK +Uk +nN +tv +NI +Vf +Lv +Hi +RH +kZ +Pg +Fl +"} +(8,1,1) = {" +yq +Bq +GP +FS +co +yy +kt +xQ +Me +Bn +iG +nR +nH +So +kR +pG +kR +kR +kR +iA +JH +SI +Me +Wn +kZ +Pg +Ju +"} +(9,1,1) = {" +yq +hv +Rv +Qc +QM +yd +yK +HS +Me +fo +yC +Dm +Yt +kV +MX +wH +lH +KV +dt +BK +Sx +wl +Me +Wn +Vv +Yc +Yc +"} +(10,1,1) = {" +yq +Dr +Cs +qr +VM +qH +Ha +we +Me +ix +hl +Yz +nH +jg +eV +Ij +eV +eV +eV +Cc +XO +LN +Hi +Wn +Vv +Pg +Fl +"} +(11,1,1) = {" +yq +NP +Bs +fj +KS +yy +hB +xQ +Me +MF +oI +mT +Rx +bn +gk +RK +pd +bn +gk +Sh +Xn +eA +Hi +Wn +TC +Pg +Ep +"} +(12,1,1) = {" +yq +Fu +yo +Fw +yq +yq +Ei +xQ +rM +qG +JI +Me +EJ +GN +Ae +Rk +Hi +GN +Ae +xa +jp +fX +Hi +Wn +kZ +bi +Yc +"} +(13,1,1) = {" +Gk +fK +bK +hP +ys +yq +gs +xQ +wB +Gz +VC +Me +Hi +Me +Me +Hi +Me +Hi +Me +St +Me +TH +kS +Wn +rb +Pg +Ep +"} +(14,1,1) = {" +if +tQ +HN +Mg +pP +yq +uY +Yu +oA +Iz +Fy +Fy +AD +AD +Fy +Fy +NV +Fy +Fy +Iz +Fy +Br +GY +Wl +dJ +Pg +Ep +"} +(15,1,1) = {" +wr +XU +Sv +CK +JR +yq +uT +KI +nL +UU +oH +ez +Xp +DQ +fF +XL +MY +iN +uj +Kp +Ev +Wl +Wl +Wl +SW +Yc +oS +"} +(16,1,1) = {" +zP +yq +pK +gI +yq +yq +yq +Wl +Ss +Wl +Zi +Zi +Zi +Zi +Wl +iJ +Wl +Zi +Zi +Zi +Wl +Wl +yD +Gb +gT +Pg +Fl +"} diff --git a/maps/map_files/Fire_Colony/standalone/lasalle_merc_omicron.dmm b/maps/map_files/Fire_Colony/standalone/lasalle_merc_omicron.dmm new file mode 100644 index 000000000000..4d0bfc1cea73 --- /dev/null +++ b/maps/map_files/Fire_Colony/standalone/lasalle_merc_omicron.dmm @@ -0,0 +1,2868 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"ab" = ( +/obj/structure/machinery/door_control{ + id = "pass_2"; + pixel_y = 30 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ac" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ad" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/workers_decal{ + color = "#e8b867" + }, +/obj/item/ammo_magazine/pistol/b92fs, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_u, +/area/fire_colony/interior/omicron_facility/passthrough) +"ae" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"af" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"ag" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"au" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata/medbay3/east, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"az" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -51; + pixel_y = -16 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"aW" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"bb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"bh" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"bk" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "docstripingdir"; + pixel_x = 1; + color = "#d3d3d3"; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"bl" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 24; + pixel_y = -16 + }, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"br" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"bG" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "docstripingdir"; + pixel_x = 1; + color = "#d3d3d3"; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/smooth_u/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"cb" = ( +/obj/structure/transmitter/save_station/colony_net, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"cg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"ci" = ( +/obj/effect/decal/medical_decals{ + dir = 8; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"co" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"cs" = ( +/obj/structure/machinery/door_control{ + id = "pass_1"; + pixel_x = 24 + }, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"cB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"cD" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"db" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"dh" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"dr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"du" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/hospital) +"eu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"eC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"eE" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/altgreen3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"eJ" = ( +/obj/effect/lava/edges/basalt/l_piece, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"eM" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"eX" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"fj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/storage/belt/marine/wy/generic, +/obj/item/storage/belt/marine/wy/generic, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/storage/box/m94, +/obj/item/storage/box/m94, +/obj/item/ammo_box/magazine/b92fs, +/obj/item/device/motiondetector, +/obj/item/ammo_magazine/smg/a_m36, +/obj/item/ammo_magazine/smg/a_m36, +/obj/item/ammo_magazine/smg/a_m36, +/obj/item/ammo_magazine/smg/a_m36, +/obj/structure/closet/crate/ammo/alt{ + pixel_y = 3 + }, +/obj/item/ammo_magazine/smg/a_m36, +/obj/item/ammo_magazine/smg/a_m36, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"fm" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"fo" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = -1 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"fs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/stack/nanopaste{ + pixel_x = 9; + pixel_y = 16 + }, +/obj/item/storage/surgical_tray{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 6; + pixel_y = 30 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -6; + pixel_y = 30 + }, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital) +"fw" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/red{ + pixel_x = -12; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"fC" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"fD" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/item/tool/warning_cone/red{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/tool/mop{ + pixel_y = 22; + pixel_x = -9 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"fE" = ( +/turf/open/floor/strata/altgreen3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"fJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/omicron_facility/lobby) +"fK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"ge" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/item/storage/box/pillbottles, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/medbay4/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"gj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"gt" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = -3; + pixel_y = -18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"gD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/defibrillator, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"gQ" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"gY" = ( +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"hb" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/sand3/northwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"hl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"hm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"hs" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"hJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"hU" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -14; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"im" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ip" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"iu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"iG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"iN" = ( +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"jf" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"jB" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -1; + pixel_y = 29 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"jF" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"jG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"jT" = ( +/obj/structure/machinery/light, +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/passthrough) +"jW" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"kc" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"ku" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"kK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/turf/open/floor/strata/smooth_dir/northeast, +/area/fire_colony/interior/omicron_facility/lobby) +"kN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"kO" = ( +/obj/structure/sink{ + pixel_y = 22; + pixel_x = 1 + }, +/obj/item/clothing/mask/surgical, +/turf/open/floor/strata/medbay3/north, +/area/fire_colony/interior/omicron_facility/hospital) +"kS" = ( +/obj/structure/largecrate/random/case/small{ + pixel_x = 1; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"li" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -12; + pixel_y = 10 + }, +/obj/item/tool/warning_cone{ + pixel_x = -2 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"ln" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 17 + }, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 3 + }, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"ly" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -14; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"lG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"lM" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"lT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#5e5e5e" + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"lZ" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"mg" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"mk" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/northeast, +/area/fire_colony/exterior/clearing/south_west) +"mF" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"nc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"nj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"nq" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = 20 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"nz" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/omicron_facility/passthrough) +"nE" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f" + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/lobby) +"nJ" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"nL" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"nO" = ( +/obj/structure/window/framed/lava/reinforced, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"od" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"oj" = ( +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"on" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"oH" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{ + pixel_y = 27 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -14; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"oS" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29; + pixel_x = 16 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -13; + pixel_y = 10 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/lobby) +"oT" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/lobby) +"oV" = ( +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"pf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"pn" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"pK" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/plating/fire_colony/warnplate/northeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"pU" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/lobby) +"pW" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital"; + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"pX" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"qJ" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"qN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"qR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/crate/trashcart/alt{ + pixel_y = 3 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"qV" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"rd" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = -12 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"rg" = ( +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"rj" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ro" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -7; + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone/blue{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"rp" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"rz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"rO" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_x = 11; + pixel_y = 12 + }, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"rQ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"sg" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"so" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"sq" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"sv" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"sA" = ( +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/omicron_facility/lobby) +"sH" = ( +/obj/structure/machinery/door_control{ + id = "pass_3"; + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"sV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29; + pixel_x = -1 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"sW" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_u/west, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"tr" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ts" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"tu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/omicron_facility/passthrough) +"tE" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"tL" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"uc" = ( +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"up" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"ur" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/valley/southwest) +"ux" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"uD" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = 7; + layer = 3.01 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"vd" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"vu" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/lobby) +"vC" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"vG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"vJ" = ( +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/omicron_facility/lobby) +"vL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_dir/north, +/area/fire_colony/interior/omicron_facility/lobby) +"vN" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"vU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/xeno{ + pixel_x = -1; + pixel_y = -8 + }, +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"vV" = ( +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"wB" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"wF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 26 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"wO" = ( +/obj/structure/machinery/door_control{ + id = "pass_1"; + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"xj" = ( +/obj/structure/window/framed/lava, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + color = "#84929f"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "lz2_flight_control"; + dir = 4 + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/lobby) +"xK" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"yj" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"yG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_19"; + pixel_x = -11; + pixel_y = 18 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_3"; + pixel_y = 21; + layer = 2.9; + pixel_x = 5 + }, +/obj/structure/sign/safety/north{ + pixel_x = 14; + pixel_y = 32 + }, +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 2; + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"yI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"yL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/valley/southwest) +"yO" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"yU" = ( +/obj/structure/machinery/door_control{ + id = "pass_3"; + pixel_y = -19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/valley/southwest) +"yW" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/closet/bionational_closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/omicron_facility/passthrough) +"zb" = ( +/obj/structure/machinery/door_control{ + id = "pass_2"; + pixel_y = -19 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 16; + pixel_y = 3 + }, +/turf/open/floor/strata/sand4/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"zc" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"zl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir, +/area/fire_colony/interior/omicron_facility/lobby) +"zG" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"zX" = ( +/turf/closed/wall/lava/solaris_dark/reinforced, +/area/fire_colony/interior/omicron_facility/lobby) +"zZ" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital) +"Ab" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"Al" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"Am" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"Av" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Ax" = ( +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"AD" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 10; + pixel_y = -18 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"AE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"AI" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/structure/bed/chair/comfy/blue_dark{ + dir = 1 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"Bc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Bd" = ( +/obj/item/ammo_casing, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"Bq" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"Bx" = ( +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"Bz" = ( +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"BK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/barrel/medical{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"BL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"BS" = ( +/obj/structure/machinery/cm_vending/sorted/medical/chemistry{ + name = "\improper Chemical Storage Unit" + }, +/turf/open/floor/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"BZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"Cf" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/strata/fake_catwalk, +/area/fire_colony/interior/omicron_facility/passthrough) +"Ci" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Cl" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "pass_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"Cq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_1, +/turf/closed/wall/lava/solaris_dark, +/area/fire_colony/interior/omicron_facility/passthrough) +"Cr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"CJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"CN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/west, +/area/fire_colony/interior/omicron_facility/lobby) +"CS" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"Di" = ( +/obj/structure/fence/slim/blue, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"DB" = ( +/turf/open/floor/plating/fire_colony/grate/west, +/area/fire_colony/exterior/clearing/south_west) +"Eb" = ( +/obj/structure/machinery/light, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"Ef" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 1 + }, +/turf/open/floor/strata/lightblue4/north, +/area/fire_colony/interior/omicron_facility/lobby) +"En" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc_engineer, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"Ez" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"EA" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"EF" = ( +/obj/item/ammo_magazine/pistol/b92fs{ + pixel_x = -3; + pixel_y = -3; + current_rounds = 0 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"EW" = ( +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"EZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/prop/colony/canister/alt_1{ + pixel_x = 1; + pixel_y = -3 + }, +/turf/open/floor/strata/sand3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"Fn" = ( +/obj/item/ammo_magazine/smg/a_m36{ + current_rounds = 0 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Fr" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/omicron_facility/passthrough) +"FA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/dark/open{ + id = "hospital"; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"FS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "pass_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"Gm" = ( +/obj/effect/decal/warning_stripes/worn/corner, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 23 + }, +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -16 + }, +/turf/open/floor/strata/lightblue4, +/area/fire_colony/interior/omicron_facility/lobby) +"Gq" = ( +/obj/structure/flora/alien/sparsegrass/sparsegrass_2, +/turf/open/fire_colony/brock, +/area/fire_colony/exterior/clearing/south_west) +"Gt" = ( +/obj/structure/closet/firecloset/alt/full, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"GU" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"GY" = ( +/obj/item/tool/weldpack, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"Hn" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + dir = 8; + pixel_x = -13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"Hq" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/warning_stripes/worn, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/northeast, +/area/fire_colony/interior/omicron_facility/passthrough) +"HL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"HZ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"If" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"Iw" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"Iz" = ( +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"IR" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"IU" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"Jx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 15; + pixel_x = -8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"JN" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/surface/rack{ + color = "#818793" + }, +/obj/item/device/flashlight/lantern/alt, +/obj/item/device/flashlight/lantern/alt, +/turf/open/floor/strata/sand3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"JP" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/device/flashlight/lamp/tripod/grey/off, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"JS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"JW" = ( +/obj/structure/sign/safety/analysis_lab{ + pixel_x = 2; + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 14; + pixel_y = 32 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"JZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/obj/item/storage/box/gloves{ + pixel_x = 6; + pixel_y = 10 + }, +/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/strata/medbay4/west, +/area/fire_colony/interior/omicron_facility/hospital) +"Kj" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Kz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"KP" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth, +/area/fire_colony/interior/omicron_facility/lobby) +"KS" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + pixel_y = -4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Ld" = ( +/obj/effect/decal/warning_stripes/worn, +/obj/structure/bed/chair/comfy/blue_dark{ + pixel_y = 14; + buckling_y = 14 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"Lr" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"LE" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/vending/snack/generic{ + pixel_y = 16; + density = 0; + pixel_x = -2 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"LX" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"Ma" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/lobby) +"Mi" = ( +/turf/open/floor/plating/fire_colony/warnplate/northwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"Mm" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/strata/sand3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"MC" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ML" = ( +/obj/item/ammo_casing, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/interior/omicron_facility/passthrough) +"MS" = ( +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"MY" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/smooth_dir/southeast, +/area/fire_colony/interior/omicron_facility/lobby) +"Nb" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -5; + pixel_y = -17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"No" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 8; + pixel_y = 23 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/plating/fire_colony/grille, +/area/fire_colony/exterior/clearing/south_west) +"Np" = ( +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Nu" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31"; + pixel_x = -9; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"Nz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 24 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"NE" = ( +/obj/item/tool/surgery/circular_saw, +/obj/item/tool/surgery/cautery, +/obj/item/tool/surgery/retractor, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/surgery/hemostat, +/obj/item/tool/surgery/scalpel, +/obj/item/device/autopsy_scanner, +/obj/structure/surface/table/reinforced/prison{ + color = "#818793" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"NF" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"NI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"Ol" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"On" = ( +/obj/structure/machinery/door/airlock/multi_tile/lavaland/black_double/autoname, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"OA" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"OB" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 29; + pixel_x = 16 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"OJ" = ( +/obj/structure/machinery/colony_floodlight/alt, +/turf/open/fire_colony/basalt/basalt0, +/area/fire_colony/exterior/valley/southwest) +"OK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"OR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/large_stain{ + dir = 8; + color = "#342a31" + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "pass_1" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"OV" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -2; + pixel_y = 19 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 13 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"OW" = ( +/turf/open/floor/plating/fire_colony/warning_grate/west, +/area/fire_colony/exterior/clearing/south_west) +"Pl" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/beakers{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/medbay3, +/area/fire_colony/interior/omicron_facility/hospital/storage) +"Px" = ( +/obj/item/ammo_magazine/pistol/b92fs{ + pixel_x = -3; + pixel_y = -3; + current_rounds = 0 + }, +/turf/open/floor/fire_colony/warning_grate, +/area/fire_colony/interior/omicron_facility/passthrough) +"PQ" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/floor/strata/sand4, +/area/fire_colony/interior/omicron_facility/passthrough) +"PW" = ( +/obj/structure/machinery/door/poddoor/almayer/closed{ + id = "pass_3" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"Qg" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/prison/ramptop, +/area/fire_colony/exterior/valley/southwest) +"Qi" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"Qk" = ( +/obj/item/tool/warning_cone{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#342a31" + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/fire_colony/warnplate/southwest, +/area/fire_colony/interior/omicron_facility/passthrough) +"Qx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"QK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/trash/cigbutt, +/turf/open/floor/plating/fire_colony/warnplate/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"QL" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"Rf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/passthrough) +"RA" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/fire_colony/asteroid/directions/east, +/area/fire_colony/exterior/clearing/south_west) +"RV" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -8; + pixel_y = -1 + }, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"Sf" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/lobby) +"Sv" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/weather_siren{ + dir = 4; + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"SA" = ( +/obj/effect/decal/lasalle_bio/worn{ + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/strata/smooth_dir/northwest, +/area/fire_colony/interior/omicron_facility/lobby) +"SC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"SJ" = ( +/obj/structure/ore_box/alt/metal_container_colorable{ + color = "#718075"; + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/strata/sand3, +/area/fire_colony/interior/omicron_facility/passthrough) +"Tc" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue4/west, +/area/fire_colony/interior/omicron_facility/lobby) +"TI" = ( +/obj/structure/window/framed/lava, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/lobby) +"TX" = ( +/obj/item/ammo_magazine/pistol/b92fs{ + pixel_x = -3; + pixel_y = -3; + current_rounds = 0 + }, +/turf/open/floor/strata/smooth_dir/east, +/area/fire_colony/interior/omicron_facility/lobby) +"Ua" = ( +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/smooth_dir/southwest, +/area/fire_colony/interior/omicron_facility/lobby) +"Uo" = ( +/obj/effect/decal/warning_stripes/worn/corner{ + dir = 8 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/lightblue4/east, +/area/fire_colony/interior/omicron_facility/lobby) +"Ut" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Uz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"UJ" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Vj" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/fire_colony/interior/omicron_facility/hospital) +"Vt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/closet/firecloset/alt/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"VI" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Wd" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 8 + }, +/turf/open/floor/strata/lightblue3/east, +/area/fire_colony/interior/omicron_facility/passthrough) +"Wx" = ( +/obj/structure/closet/bionational_closet, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/fire_colony/interior/omicron_facility/passthrough) +"Wz" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/lobby) +"WP" = ( +/obj/structure/machinery/optable{ + pixel_y = 6; + layer = 2.81; + buckling_y = 6 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"WR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"Xg" = ( +/obj/item/ammo_casing, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/lobby) +"Xm" = ( +/turf/open/floor/plating/fire_colony/warnplate/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"Xt" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"Xx" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/exterior/clearing/south_west) +"XG" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3/west, +/area/fire_colony/interior/omicron_facility/lobby) +"XK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/obj/item/ammo_casing, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"XR" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = -13; + dir = 8 + }, +/turf/open/fire_colony/catwalk/glass_lattice_alt, +/area/fire_colony/interior/omicron_facility/lobby) +"Yd" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_y = 30 + }, +/turf/open/floor/strata/sand4/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"Yw" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/strata/sand4/west, +/area/fire_colony/interior/omicron_facility/passthrough) +"YF" = ( +/obj/structure/fence/slim/blue, +/turf/open/floor/plating/fire_colony, +/area/fire_colony/exterior/clearing/south_west) +"YH" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/ammo_casing, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"YI" = ( +/obj/effect/decal/warning_stripes/worn, +/turf/open/floor/strata/lightblue3/north, +/area/fire_colony/interior/omicron_facility/passthrough) +"YM" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/lobby) +"Zh" = ( +/obj/effect/decal/warning_stripes/worn{ + dir = 1 + }, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 1; + pixel_x = 25; + layer = 2.00 + }, +/turf/open/floor/strata/lightblue3, +/area/fire_colony/interior/omicron_facility/passthrough) +"Zi" = ( +/obj/structure/cargo_container/hybrisa/containersextended/colorable_small{ + color = "#969285"; + pixel_y = -4 + }, +/turf/open/floor/strata/floor2, +/area/fire_colony/interior/omicron_facility/passthrough) +"Zt" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + layer = 2.01; + dir = 1; + name = "rubber mat"; + pixel_y = -37; + pixel_x = 15 + }, +/turf/open/floor/strata/floor3, +/area/fire_colony/interior/omicron_facility/hospital) +"Zw" = ( +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/fire_colony_lb_merc, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/deco, +/area/fire_colony/interior/omicron_facility/passthrough) +"ZK" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/warning_stripes/worn/stripes_double{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) +"ZQ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/item/tool/warning_cone, +/turf/open/fire_colony/asteroid/directions/west, +/area/fire_colony/exterior/clearing/south_west) +"ZS" = ( +/obj/effect/decal/hybrisa/dirt/above_turf_decal, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "pass_2" + }, +/turf/open/floor/corsat, +/area/fire_colony/interior/omicron_facility/passthrough) +"ZT" = ( +/obj/structure/largecrate/random/case/double{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/corsat/spiralplate, +/area/fire_colony/interior/omicron_facility/passthrough) + +(1,1,1) = {" +Bx +Bx +gD +IU +nc +IU +Pl +Bx +PQ +ci +fo +du +kO +Zt +zZ +du +OA +jW +Vj +du +No +DB +YF +"} +(2,1,1) = {" +eJ +Bx +ge +sW +br +au +BS +Bx +Mm +oV +BK +du +fs +WP +JZ +du +NF +NF +NE +du +ro +Xx +Di +"} +(3,1,1) = {" +OJ +Bx +Bx +FA +pW +Bx +Bx +Bx +Qx +iN +Yw +wB +wB +wB +wB +pU +pU +pU +pU +pU +pU +pU +pU +"} +(4,1,1) = {" +wB +wB +wF +bk +bG +fw +wB +fm +zc +zc +rd +Wd +xK +zc +Hq +pU +Gm +rz +qV +Ol +co +Uo +pU +"} +(5,1,1) = {" +ur +wB +Yd +jG +If +uc +wB +sV +IR +Np +sq +lT +kS +ZT +nJ +TI +kc +on +BL +yj +vN +AI +nE +"} +(6,1,1) = {" +Qg +vV +bh +Px +Bc +JS +ZS +EW +Fn +Mi +GY +QK +Qk +KS +nJ +TI +eX +lZ +zX +zX +oH +qJ +nE +"} +(7,1,1) = {" +yL +rp +db +im +cB +dr +ZS +dr +dr +Xm +tu +Fr +dh +vC +nJ +TI +Bq +fC +Hn +yO +YM +AI +nE +"} +(8,1,1) = {" +Qg +PW +rj +Xt +SC +pX +ZS +VI +Ci +pf +ML +Fr +eu +YH +YI +pU +oS +Ef +Ma +Ma +Tc +Iw +pU +"} +(9,1,1) = {" +Qg +PW +bh +EW +tr +EW +ZS +EW +EW +pK +lM +gY +mF +dr +Eb +pU +Lr +zl +SA +CN +Xg +pU +pU +"} +(10,1,1) = {" +yU +wB +sH +oj +hm +zb +wB +ab +Np +EF +MS +dr +Kj +VI +bb +ux +cg +sA +fJ +vJ +WR +Bz +On +"} +(11,1,1) = {" +wB +wB +Cr +oV +gj +uD +wB +li +Qi +Qi +Qi +ts +Ut +UJ +ZK +Wz +qN +vL +KP +MY +zG +Uz +iu +"} +(12,1,1) = {" +Cq +LE +hb +Zw +mg +tL +wB +cb +Ez +EZ +fj +nL +ac +dr +jT +pU +OB +TX +kK +Ua +WR +pU +pU +"} +(13,1,1) = {" +wB +yG +Bd +kN +gj +SJ +nO +Jx +aW +Zi +jF +nL +XK +lG +nJ +pU +vG +hl +gQ +XG +aa +RV +pU +"} +(14,1,1) = {" +eE +yI +HL +BZ +up +cD +eM +ad +ag +ag +OK +af +ae +dr +nJ +TI +eX +on +OV +yj +YM +AI +nE +"} +(15,1,1) = {" +fE +AE +CS +Cf +gj +sg +Rf +so +QL +En +Ax +od +MC +dr +tE +TI +Ld +fK +zX +zX +ip +AI +nE +"} +(16,1,1) = {" +wB +JW +Ab +QL +Nb +Ax +nO +Iz +oV +oV +Ax +nL +dr +Np +sv +TI +eX +lZ +Hn +XR +YM +AI +nE +"} +(17,1,1) = {" +hs +CJ +nj +ag +eC +qR +wB +Vt +Gt +JN +cs +Zh +hJ +Av +EA +pU +vu +Ef +oT +Sf +NI +ku +pU +"} +(18,1,1) = {" +wB +fD +jf +jf +Nz +hU +wB +wB +wB +wB +wB +Cl +OR +FS +FS +pU +pU +xj +xj +xj +xj +pU +pU +"} +(19,1,1) = {" +wB +wB +yW +nz +Wx +wB +bl +Sv +nq +ZQ +wO +iG +rO +rg +pn +vd +JP +AD +rQ +LX +rQ +HZ +GU +"} +(20,1,1) = {" +Gq +wB +wB +wB +wB +wB +mk +RA +RA +jB +gt +vU +Kz +Al +OW +ln +Nu +RA +RA +Am +ly +Am +az +"} diff --git a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm index 9b203dca9f82..9450184d80bf 100644 --- a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm +++ b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm @@ -729,7 +729,6 @@ "acb" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_bunker_north"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/hybrisa/street/roadlines4, @@ -755,7 +754,6 @@ }, /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_bunker_north"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/hybrisa/street/roadlines4, @@ -3789,7 +3787,6 @@ "ajW" = ( /obj/effect/decal/hybrisa/dirt, /obj/structure/machinery/door/poddoor/almayer/open{ - name = "\improper Lockdown"; id = "hybrisacheckpoint_center"; vehicle_resistant = 1; dir = 8 @@ -5209,7 +5206,6 @@ /area/lv759/indoors/hobosecret) "anq" = ( /obj/structure/machinery/door/poddoor/almayer/open{ - name = "\improper Lockdown"; id = "hybrisacheckpoint_center"; vehicle_resistant = 1; dir = 8 @@ -5465,6 +5461,9 @@ }, /turf/open/floor/strata/multi_tiles/southeast, /area/lv759/indoors/wy_research_complex/reception) +"anP" = ( +/turf/closed/wall/hybrisa/colony/engineering/ribbed, +/area/lv759/indoors/recycling_plant/synthetic_storage) "anQ" = ( /obj/structure/pipes/standard/simple/hidden/dark{ dir = 4 @@ -8676,7 +8675,6 @@ /area/lv759/outdoors/colony_streets/central_streets) "awc" = ( /obj/structure/machinery/door/poddoor/almayer/open{ - name = "\improper Lockdown"; id = "hybrisacheckpoint_center"; vehicle_resistant = 1; dir = 8 @@ -19030,7 +19028,6 @@ "bUv" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisamining_northeast1"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -28109,7 +28106,6 @@ /obj/effect/decal/hybrisa/dirt, /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisamining_northeast1"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -40149,7 +40145,6 @@ /obj/structure/blocker/forcefield/vehicles, /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisamining_northeast2"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -48146,7 +48141,6 @@ "gjf" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_east"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/floor/prison/cell_stripe/north, @@ -58894,7 +58888,6 @@ "hQb" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_west"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -62116,7 +62109,6 @@ /obj/effect/hybrisa/misc/fake/pipes/pipe1{ dir = 4 }, -/obj/structure/platform/metal/hybrisa/metalplatform6/west, /obj/effect/hybrisa/misc/fake/wire/red, /obj/effect/hybrisa/misc/fake/wire/yellow{ pixel_x = 7 @@ -66890,7 +66882,7 @@ /area/lv759/indoors/caves/west_caves) "iZv" = ( /obj/structure/blocker/forcefield/vehicles, -/turf/closed/wall/hybrisa/colony/engineering, +/turf/closed/wall/hybrisa/colony/engineering/ribbed, /area/lv759/indoors/recycling_plant/synthetic_storage) "iZy" = ( /obj/structure/pipes/standard/manifold/hidden/dark{ @@ -75863,7 +75855,7 @@ pixel_y = 1 }, /obj/structure/machinery/recharge_station/alt{ - dir = 8 + pixel_y = 4 }, /turf/open/floor/prison/darkbrown2/north, /area/lv759/indoors/recycling_plant/synthetic_storage) @@ -86762,7 +86754,6 @@ /obj/effect/decal/hybrisa/dirt, /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisamining_northeast1"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -107015,7 +107006,6 @@ "oYS" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_west"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -108202,7 +108192,6 @@ "phV" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_bunker"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/hybrisa/street/roadlines4, @@ -112646,9 +112635,8 @@ icon_state = "N"; pixel_y = 1 }, -/obj/structure/machinery/cryopod/joe/weyland{ - pixel_x = 2; - pixel_y = 25 +/obj/structure/machinery/cryopod/joe/weyland/alt{ + pixel_y = 4 }, /turf/open/floor/prison/darkbrown2/north, /area/lv759/indoors/recycling_plant/synthetic_storage) @@ -121861,7 +121849,6 @@ "rmJ" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_northwest"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/floor/prison/cell_stripe/north, @@ -126506,7 +126493,6 @@ "rUl" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_northwest"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/floor/prison/cell_stripe, @@ -135093,7 +135079,6 @@ /area/lv759/outdoors/colony_streets/north_west_street) "tgC" = ( /obj/structure/machinery/door/poddoor/almayer/open{ - name = "\improper Lockdown"; id = "hybrisacheckpoint_northeast"; vehicle_resistant = 1 }, @@ -145816,9 +145801,8 @@ icon_state = "N"; pixel_y = 1 }, -/obj/structure/machinery/cryopod/joe/weyland{ - pixel_y = 25; - pixel_x = -1 +/obj/structure/machinery/cryopod/joe/weyland/alt{ + pixel_y = 4 }, /turf/open/floor/prison/darkbrown2/north, /area/lv759/indoors/recycling_plant/synthetic_storage) @@ -157827,7 +157811,6 @@ pixel_x = -6 }, /obj/structure/machinery/door/poddoor/almayer/open{ - name = "\improper Lockdown"; id = "hybrisacheckpoint_center"; vehicle_resistant = 1; dir = 8 @@ -158431,7 +158414,6 @@ "wEE" = ( /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisacheckpoint_east"; - name = "\improper Lockdown"; vehicle_resistant = 1 }, /turf/open/floor/prison/cell_stripe, @@ -158509,7 +158491,6 @@ /obj/structure/blocker/forcefield/vehicles, /obj/structure/machinery/door/poddoor/almayer/closed{ id = "hybrisamining_northeast2"; - name = "\improper Lockdown"; vehicle_resistant = 1; dir = 8 }, @@ -169084,7 +169065,6 @@ /area/lv759/outdoors/colony_streets/east_central_street) "yjr" = ( /obj/structure/machinery/door/poddoor/almayer/open{ - name = "\improper Lockdown"; id = "hybrisacheckpoint_northeast"; vehicle_resistant = 1 }, @@ -222284,7 +222264,7 @@ nrx nrx nrx nrx -auL +anP pQv wen lkH @@ -222536,7 +222516,7 @@ aFe xfr aFe xfr -auL +anP uLE sZS gCc @@ -222788,7 +222768,7 @@ cnV cnV cnV cnV -auL +anP krP mQP sUa @@ -223041,7 +223021,7 @@ eUd eUd jkQ iZv -auL +anP auL auL naS diff --git a/sound/ambience/lava/ash_storm_heavy.ogg b/sound/ambience/lava/ash_storm_heavy.ogg new file mode 100644 index 000000000000..05aa6dd4faa9 Binary files /dev/null and b/sound/ambience/lava/ash_storm_heavy.ogg differ diff --git a/sound/ambience/lava/ash_storm_light.ogg b/sound/ambience/lava/ash_storm_light.ogg new file mode 100644 index 000000000000..9c537334a880 Binary files /dev/null and b/sound/ambience/lava/ash_storm_light.ogg differ diff --git a/sound/ambience/lava/ash_storm_medium.ogg b/sound/ambience/lava/ash_storm_medium.ogg new file mode 100644 index 000000000000..1d565bd9ecef Binary files /dev/null and b/sound/ambience/lava/ash_storm_medium.ogg differ diff --git a/sound/ambience/lava/engineer_temple.ogg b/sound/ambience/lava/engineer_temple.ogg new file mode 100644 index 000000000000..15133db8320b Binary files /dev/null and b/sound/ambience/lava/engineer_temple.ogg differ diff --git a/sound/ambience/lava/fire_colony_ambience.ogg b/sound/ambience/lava/fire_colony_ambience.ogg new file mode 100644 index 000000000000..d8ff8a9b906c Binary files /dev/null and b/sound/ambience/lava/fire_colony_ambience.ogg differ diff --git a/sound/ambience/lava/lava_burn.ogg b/sound/ambience/lava/lava_burn.ogg new file mode 100644 index 000000000000..9cf6d91e7fe8 Binary files /dev/null and b/sound/ambience/lava/lava_burn.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_1.ogg b/sound/ambience/lava/lava_river/lava_1.ogg new file mode 100644 index 000000000000..a48aef6ce865 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_1.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_10.ogg b/sound/ambience/lava/lava_river/lava_10.ogg new file mode 100644 index 000000000000..67bc188a39d2 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_10.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_11.ogg b/sound/ambience/lava/lava_river/lava_11.ogg new file mode 100644 index 000000000000..4d90d683dd04 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_11.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_12.ogg b/sound/ambience/lava/lava_river/lava_12.ogg new file mode 100644 index 000000000000..b20dd62059a3 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_12.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_13.ogg b/sound/ambience/lava/lava_river/lava_13.ogg new file mode 100644 index 000000000000..edcce9238391 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_13.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_14.ogg b/sound/ambience/lava/lava_river/lava_14.ogg new file mode 100644 index 000000000000..6aa41e1a6dc1 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_14.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_15.ogg b/sound/ambience/lava/lava_river/lava_15.ogg new file mode 100644 index 000000000000..515e377eb8b3 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_15.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_16.ogg b/sound/ambience/lava/lava_river/lava_16.ogg new file mode 100644 index 000000000000..734d1cb4e465 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_16.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_17.ogg b/sound/ambience/lava/lava_river/lava_17.ogg new file mode 100644 index 000000000000..3fabcf2201a6 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_17.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_18.ogg b/sound/ambience/lava/lava_river/lava_18.ogg new file mode 100644 index 000000000000..96bc3f7786ff Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_18.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_19.ogg b/sound/ambience/lava/lava_river/lava_19.ogg new file mode 100644 index 000000000000..6572e8e79d77 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_19.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_2.ogg b/sound/ambience/lava/lava_river/lava_2.ogg new file mode 100644 index 000000000000..e46983007b34 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_2.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_20.ogg b/sound/ambience/lava/lava_river/lava_20.ogg new file mode 100644 index 000000000000..1cabfdd81f48 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_20.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_21.ogg b/sound/ambience/lava/lava_river/lava_21.ogg new file mode 100644 index 000000000000..97a0c939edf5 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_21.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_22.ogg b/sound/ambience/lava/lava_river/lava_22.ogg new file mode 100644 index 000000000000..c3378d392a8c Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_22.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_23.ogg b/sound/ambience/lava/lava_river/lava_23.ogg new file mode 100644 index 000000000000..4528f04385bd Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_23.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_24.ogg b/sound/ambience/lava/lava_river/lava_24.ogg new file mode 100644 index 000000000000..704c331cdc8f Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_24.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_25.ogg b/sound/ambience/lava/lava_river/lava_25.ogg new file mode 100644 index 000000000000..0b96f5d8071f Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_25.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_3.ogg b/sound/ambience/lava/lava_river/lava_3.ogg new file mode 100644 index 000000000000..15df575a1bba Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_3.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_4.ogg b/sound/ambience/lava/lava_river/lava_4.ogg new file mode 100644 index 000000000000..5d7e798090d2 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_4.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_5.ogg b/sound/ambience/lava/lava_river/lava_5.ogg new file mode 100644 index 000000000000..dfb1f8b08cb0 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_5.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_6.ogg b/sound/ambience/lava/lava_river/lava_6.ogg new file mode 100644 index 000000000000..6aef6b4f6991 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_6.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_7.ogg b/sound/ambience/lava/lava_river/lava_7.ogg new file mode 100644 index 000000000000..b40bcb00b745 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_7.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_8.ogg b/sound/ambience/lava/lava_river/lava_8.ogg new file mode 100644 index 000000000000..f428ec96dcc9 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_8.ogg differ diff --git a/sound/ambience/lava/lava_river/lava_9.ogg b/sound/ambience/lava/lava_river/lava_9.ogg new file mode 100644 index 000000000000..7a26963846d9 Binary files /dev/null and b/sound/ambience/lava/lava_river/lava_9.ogg differ diff --git a/sound/effects/cloth_rip.ogg b/sound/effects/cloth_rip.ogg new file mode 100644 index 000000000000..62e05fc155e0 Binary files /dev/null and b/sound/effects/cloth_rip.ogg differ diff --git a/sound/soundscape/cave_groan.ogg b/sound/soundscape/cave_groan.ogg new file mode 100644 index 000000000000..12a98905443b Binary files /dev/null and b/sound/soundscape/cave_groan.ogg differ diff --git a/sound/soundscape/cave_impact.ogg b/sound/soundscape/cave_impact.ogg new file mode 100644 index 000000000000..ce1012235ea5 Binary files /dev/null and b/sound/soundscape/cave_impact.ogg differ diff --git a/sound/soundscape/rocksfalling3.ogg b/sound/soundscape/rocksfalling3.ogg new file mode 100644 index 000000000000..ca63f64be964 Binary files /dev/null and b/sound/soundscape/rocksfalling3.ogg differ diff --git a/sound/soundscape/rocksfalling4.ogg b/sound/soundscape/rocksfalling4.ogg new file mode 100644 index 000000000000..fc4196d131fb Binary files /dev/null and b/sound/soundscape/rocksfalling4.ogg differ diff --git a/sound/vehicles/rt_01_driving.ogg b/sound/vehicles/rt_01_driving.ogg new file mode 100644 index 000000000000..374f54054914 Binary files /dev/null and b/sound/vehicles/rt_01_driving.ogg differ diff --git a/sound/vehicles/rt_01_horn.ogg b/sound/vehicles/rt_01_horn.ogg new file mode 100644 index 000000000000..af850ac9df2d Binary files /dev/null and b/sound/vehicles/rt_01_horn.ogg differ diff --git a/sound/vehicles/rt_01_overdrive_activate.ogg b/sound/vehicles/rt_01_overdrive_activate.ogg new file mode 100644 index 000000000000..4edbda866c2a Binary files /dev/null and b/sound/vehicles/rt_01_overdrive_activate.ogg differ diff --git a/sound/weapons/a_m36.ogg b/sound/weapons/a_m36.ogg new file mode 100644 index 000000000000..95c05b9279c2 Binary files /dev/null and b/sound/weapons/a_m36.ogg differ diff --git a/sound/weapons/gun_w_ek.ogg b/sound/weapons/gun_w_ek.ogg new file mode 100644 index 000000000000..c6c574284809 Binary files /dev/null and b/sound/weapons/gun_w_ek.ogg differ diff --git a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss index bac683c14929..fa08f1d40916 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-dark.scss @@ -1089,6 +1089,10 @@ em { color: hsl(23, 100%, 55%); } +.lbradio { + color: hsl(199, 44%, 53%); +} + .pmcradio { color: hsl(184, 57%, 55%); } diff --git a/tgui/packages/tgui-panel/styles/goon/chat-light.scss b/tgui/packages/tgui-panel/styles/goon/chat-light.scss index ca3d3e05df11..e057dee2d57a 100644 --- a/tgui/packages/tgui-panel/styles/goon/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/goon/chat-light.scss @@ -1120,6 +1120,10 @@ h2.alert { color: hsl(23, 100%, 55%); } +.lbradio { + color: hsl(199, 44%, 53%); +} + .pmcradio { color: hsl(167, 69%, 24%); } diff --git a/tgui/packages/tgui-say/constants.ts b/tgui/packages/tgui-say/constants.ts index 614043a90636..1f4071dc5228 100644 --- a/tgui/packages/tgui-say/constants.ts +++ b/tgui/packages/tgui-say/constants.ts @@ -344,6 +344,18 @@ export const RADIO_PREFIXES = { id: 'cia', label: 'CIA', }, + ':3 ': { + id: 'lasalle', + label: 'Lasalle', + }, + '.3 ': { + id: 'lasalle', + label: 'Lasalle', + }, + '#3 ': { + id: 'lasalle', + label: 'Lasalle', + }, ':z ': { id: 'highcom', label: 'HC', diff --git a/tgui/packages/tgui-say/styles/colors.scss b/tgui/packages/tgui-say/styles/colors.scss index 8895a78df380..31adadf10aee 100644 --- a/tgui/packages/tgui-say/styles/colors.scss +++ b/tgui/packages/tgui-say/styles/colors.scss @@ -46,6 +46,7 @@ $cia: hsl(16, 75%, 60%); $provost: hsl(355, 93%, 32%); $yautja: hsl(133, 74%, 46%); $hyperdyne: hsl(23, 100%, 55%); +$lasalle: hsl(199, 44%, 53%); $army: hsl(170, 47%, 36%); $_channel_map: ( @@ -102,6 +103,7 @@ $_channel_map: ( 'provost': $provost, 'yautja': $yautja, 'hyperdyne': $hyperdyne, + 'lasalle': $lasalle, ); $channel_keys: map.keys($_channel_map) !default; diff --git a/tgui/packages/tgui/constants.ts b/tgui/packages/tgui/constants.ts index 00fab99af420..d5567594017f 100644 --- a/tgui/packages/tgui/constants.ts +++ b/tgui/packages/tgui/constants.ts @@ -237,6 +237,11 @@ export const RADIO_CHANNELS = [ freq: 1331, color: '#ff711a', }, + { + name: 'Lasalle Bionational', + freq: 1401, + color: '#47a0bc', + }, { name: 'Common', freq: 1461, diff --git a/tgui/packages/tgui/interfaces/Orbit/index.tsx b/tgui/packages/tgui/interfaces/Orbit/index.tsx index f2971c336eb5..194b26020d97 100644 --- a/tgui/packages/tgui/interfaces/Orbit/index.tsx +++ b/tgui/packages/tgui/interfaces/Orbit/index.tsx @@ -574,6 +574,7 @@ const ObservableContent = () => { clf = [], wy = [], hyperdyne = [], + lasalle = [], twe = [], freelancer = [], mercenary = [], @@ -649,6 +650,11 @@ const ObservableContent = () => { section={hyperdyne} title="Hyperdyne Corporation" /> +