From 8d8000f84d688b0a81db528e3699d54c204815fa Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Mar 2021 06:59:36 +1000 Subject: [PATCH 01/18] Fixes gold IDs somehow having forgotten the sprites --- code/game/objects/items/weapons/id cards/id_stacks_vr.dm | 6 ++++++ vorestation.dme | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/weapons/id cards/id_stacks_vr.dm b/code/game/objects/items/weapons/id cards/id_stacks_vr.dm index 12442a353f..7140ad9526 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks_vr.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks_vr.dm @@ -24,6 +24,12 @@ initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n") hop initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-gold") + gold + initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n") + captain + initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-gold") + spare + initial_sprite_stack = list("base-stamp-gold", "top-gold", "stamp-n") medical initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n") chemist diff --git a/vorestation.dme b/vorestation.dme index c437a9a9fd..24bf823bff 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1711,9 +1711,9 @@ #include "code\modules\ai\ai_holder_targeting_vr.dm" #include "code\modules\ai\interfaces.dm" #include "code\modules\ai\say_list.dm" -#include "code\modules\ai\aI_holder_subtypes\simple_mob_ai.dm" -#include "code\modules\ai\aI_holder_subtypes\simple_mob_ai_vr.dm" -#include "code\modules\ai\aI_holder_subtypes\slime_xenobio_ai.dm" +#include "code\modules\ai\ai_holder_subtypes\simple_mob_ai.dm" +#include "code\modules\ai\ai_holder_subtypes\simple_mob_ai_vr.dm" +#include "code\modules\ai\ai_holder_subtypes\slime_xenobio_ai.dm" #include "code\modules\alarm\alarm.dm" #include "code\modules\alarm\alarm_handler.dm" #include "code\modules\alarm\atmosphere_alarm.dm" From 18bd1c2aa22531dd08531268177b2b7016b448be Mon Sep 17 00:00:00 2001 From: Atermonera Date: Tue, 23 Mar 2021 13:46:03 -0900 Subject: [PATCH 02/18] Merge pull request #7998 from MistakeNot4892/eyecon Deletes unused var. --- code/modules/organs/subtypes/standard.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/organs/subtypes/standard.dm b/code/modules/organs/subtypes/standard.dm index 6f9e04c5b4..3134925a24 100644 --- a/code/modules/organs/subtypes/standard.dm +++ b/code/modules/organs/subtypes/standard.dm @@ -334,8 +334,6 @@ if(!iscarbon(owner) || !owner.species) return - var/icon/eyecon - //Eye color/icon var/should_have_eyes = owner.should_have_organ(O_EYES) var/has_eye_color = owner.species.appearance_flags & HAS_EYE_COLOR From 333aac76ace23afb6900221477042b35670e778d Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:56:26 -0400 Subject: [PATCH 04/18] Update standard.dm --- code/modules/organs/subtypes/standard.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/organs/subtypes/standard.dm b/code/modules/organs/subtypes/standard.dm index 3134925a24..9e465ce8ba 100644 --- a/code/modules/organs/subtypes/standard.dm +++ b/code/modules/organs/subtypes/standard.dm @@ -334,6 +334,8 @@ if(!iscarbon(owner) || !owner.species) return + var/icon/eyecon //VOREStation Add + //Eye color/icon var/should_have_eyes = owner.should_have_organ(O_EYES) var/has_eye_color = owner.species.appearance_flags & HAS_EYE_COLOR From 5ad1c15b9849b091e614a326fee6e0b9d367ddc1 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Mar 2021 15:17:45 +1000 Subject: [PATCH 05/18] Fixes Fluff and ITG ID cards --- code/game/objects/items/weapons/id cards/station_ids_vr.dm | 2 ++ code/modules/vore/fluffstuff/custom_items_vr.dm | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/code/game/objects/items/weapons/id cards/station_ids_vr.dm b/code/game/objects/items/weapons/id cards/station_ids_vr.dm index 756ab3bc9c..7a65f0aa6e 100644 --- a/code/game/objects/items/weapons/id cards/station_ids_vr.dm +++ b/code/game/objects/items/weapons/id cards/station_ids_vr.dm @@ -5,8 +5,10 @@ name = "identification card" desc = "A small card designating affiliation with the Ironcrest Transport Group." icon = 'icons/obj/card_vr.dmi' + base_icon = 'icons/obj/card_vr.dmi' icon_state = "itg" item_state = "itg_id" + sprite_stack = list("") /obj/item/weapon/card/id/itg/green icon_state = "itg_green" diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 43303f979c..9c4f4558d6 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -789,6 +789,9 @@ desc = "A New Space Pioneer's Bible. This one says it was printed in 2492. The name 'Eric Hayvers' is written on the inside of the cover, crossed out. \ Under it is written 'Kouri, Amina, Marine Unit 14, Fifth Echelon. Service number NTN-5528928522372'" +/obj/item/weapon/card/id/fluff + sprite_stack = list("") + //arokha:Amaya Rahl - Custom ID (Medical dept) /obj/item/weapon/card/id/fluff/amaya registered_name = "CONFIGURE ME" @@ -796,6 +799,7 @@ var/configured = 0 var/accessset = 0 icon = 'icons/vore/custom_items_vr.dmi' + base_icon = 'icons/vore/custom_items_vr.dmi' icon_state = "amayarahlwahID" desc = "A primarily blue ID with a holographic 'WAH' etched onto its back. The letters do not obscure anything important on the card. It is shiny and it feels very bumpy." var/title_strings = list("Amaya Rahl's Wah-identification card", "Amaya Rahl's Wah-ID card") @@ -835,6 +839,7 @@ var/configured = 0 var/accessset = 0 icon = 'icons/obj/card_vr.dmi' + base_icon = 'icons/obj/card_vr.dmi' icon_state = "itg" desc = "A small card designating affiliation with the Ironcrest Transport Group. It has a NanoTrasen insignia and a lot of very small print on the back to do with practices and regulations for contractors to use." var/title_strings = list("Harmony's ITG-ID card") From d111d318922dc8243fc6fb1505957f3497f481f3 Mon Sep 17 00:00:00 2001 From: FenodyreeAv Date: Wed, 24 Mar 2021 05:39:19 +0000 Subject: [PATCH 06/18] Adds random wilderness encounter event. (#7982) * Adds a random wilderness encounter event Picks a mob local to the sif wilderness, spawns it near a player and tells it to go to their position. * Adjusts weight * Adjusts spawn list * Moves file to includes file in southern cross * Nulls hanging var, reduces debug logs * Prevents spawning in view of any player, kills electrospider * Removes unnecessary debug log --- .../events/wildlife_encounter.dm | 103 ++++++++++++++++++ maps/southern_cross/southern_cross.dm | 1 + 2 files changed, 104 insertions(+) create mode 100644 maps/southern_cross/events/wildlife_encounter.dm diff --git a/maps/southern_cross/events/wildlife_encounter.dm b/maps/southern_cross/events/wildlife_encounter.dm new file mode 100644 index 0000000000..0a045f9f17 --- /dev/null +++ b/maps/southern_cross/events/wildlife_encounter.dm @@ -0,0 +1,103 @@ +// This event sends random sif mobs at someone in the wilderness, unannounced. + +/datum/event2/meta/wildlife_encounter + name = "random encounter" + departments = list(DEPARTMENT_EVERYONE) + chaos = 10 + event_type = /datum/event2/event/wildlife_encounter + +/datum/event2/meta/wildlife_encounter/get_weight() + var/explorers = metric.count_people_with_job(/datum/job/explorer) + metric.count_people_with_job(/datum/job/sar) + + if(!explorers) + return 0 + return 20 + explorers * 50 + +/datum/event2/event/wildlife_encounter + var/mob/living/victim = null + var/list/potential_victims = list() + +/datum/event2/event/wildlife_encounter/set_up() + for(var/mob/living/L in player_list) + //if(!(L.z in get_location_z_levels())) + // log_debug("Not on the right z-level") + // continue // Not on the right z-level. + if(L.stat) + continue // Don't want dead people. + if(istype(get_turf(L), /turf/simulated/floor/outdoors) && istype(get_area(L),/area/surface/outside/wilderness)) + potential_victims += L + + if(potential_victims.len) + victim = pick(potential_victims) + +/datum/event2/event/wildlife_encounter/start() + if(!victim) + log_debug("Failed to find a target for random encounter. Aborting.") + abort() + return + + var/number_of_packs = rand(1, 3) + // Getting off screen tiles is kind of tricky due to potential edge cases that could arise. + // The method we're gonna do is make a big square around the victim, then + // subtract a smaller square in the middle for the default vision range. + + var/list/outer_square = get_safe_square(victim, world.view + 5) + var/list/inner_square = get_safe_square(victim, world.view + 1) + + var/list/donut = outer_square - inner_square + for(var/T in donut) + if(!istype(T, /turf/simulated/floor/outdoors)) + donut -= T + + var/build_path = item_to_spawn() + var/turf/spawning_turf = null + var/attempts = 0 + + while (!spawning_turf && attempts != 10) + spawning_turf = pick(donut) + for(var/i = 1 to potential_victims.len) + if (get_dist(spawning_turf, potential_victims[i]) < world.view) + spawning_turf = null + log_debug("Failed to locate position out of sight of [potential_victims[i]].") + attempts++ + + potential_victims = null + + log_debug("Sending [number_of_packs] [build_path]\s after \the [victim].") + for(var/i = 1 to number_of_packs) + + if(spawning_turf) + var/mob/living/simple_mob/M = new build_path(spawning_turf) + M.ai_holder?.give_destination(get_turf(victim)) + else + log_debug("Failed to locate turf to spawn encounter.") + +/datum/event2/event/wildlife_encounter/proc/item_to_spawn() + return pick(prob(22);/mob/living/simple_mob/animal/sif/savik, + prob(20);/mob/living/simple_mob/animal/sif/frostfly, + prob(10);/mob/living/simple_mob/animal/sif/tymisian, + prob(45);/mob/living/simple_mob/animal/sif/shantak, + prob(15);/mob/living/simple_mob/animal/sif/kururak/hibernate, + prob(10);/mob/living/simple_mob/animal/sif/kururak, + prob(3);/mob/living/simple_mob/animal/giant_spider, + prob(8);/mob/living/simple_mob/animal/giant_spider/hunter, + prob(3);/mob/living/simple_mob/animal/giant_spider/webslinger, + prob(3);/mob/living/simple_mob/animal/giant_spider/carrier, + prob(6);/mob/living/simple_mob/animal/giant_spider/lurker, + prob(4);/mob/living/simple_mob/animal/giant_spider/tunneler, + prob(5);/mob/living/simple_mob/animal/giant_spider/pepper, + prob(5);/mob/living/simple_mob/animal/giant_spider/thermic, + prob(1);/mob/living/simple_mob/animal/giant_spider/phorogenic, + prob(30);/mob/living/simple_mob/animal/giant_spider/frost) + +/datum/event2/event/wildlife_encounter/proc/get_safe_square(atom/center, radius) + var/lower_left_x = max(center.x - radius, 1 + TRANSITIONEDGE) + var/lower_left_y = max(center.y - radius, 1 + TRANSITIONEDGE) + + var/upper_right_x = min(center.x + radius, world.maxx - TRANSITIONEDGE) + var/upper_right_y = min(center.y + radius, world.maxy - TRANSITIONEDGE) + + var/turf/lower_left = locate(lower_left_x, lower_left_y, victim.z) + var/turf/upper_right = locate(upper_right_x, upper_right_y, victim.z) + + return block(lower_left, upper_right) diff --git a/maps/southern_cross/southern_cross.dm b/maps/southern_cross/southern_cross.dm index a9a009e553..7f31cf900c 100644 --- a/maps/southern_cross/southern_cross.dm +++ b/maps/southern_cross/southern_cross.dm @@ -36,6 +36,7 @@ #include "structures/closets/security.dm" #include "turfs/outdoors.dm" #include "overmap/sectors.dm" + #include "events/wildlife_encounter.dm" #include "southern_cross-1.dmm" #include "southern_cross-2.dmm" From 5faf57d8e67fad036ce8dbe9b5cebaeb676c13e7 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Mar 2021 15:47:10 +1000 Subject: [PATCH 08/18] Also refactors them all a lil. --- .../items/weapons/id cards/station_ids_vr.dm | 78 +- .../loadout/loadout_fluffitems_vr.dm | 4 +- .../vore/fluffstuff/custom_items_vr.dm | 71 +- maps/offmap_vr/om_ships/backup/itglight.dmm | 28457 ++++++++++++++++ maps/offmap_vr/om_ships/itglight.dmm | 40 +- 5 files changed, 28545 insertions(+), 105 deletions(-) create mode 100644 maps/offmap_vr/om_ships/backup/itglight.dmm diff --git a/code/game/objects/items/weapons/id cards/station_ids_vr.dm b/code/game/objects/items/weapons/id cards/station_ids_vr.dm index 7a65f0aa6e..122a9bd410 100644 --- a/code/game/objects/items/weapons/id cards/station_ids_vr.dm +++ b/code/game/objects/items/weapons/id cards/station_ids_vr.dm @@ -1,7 +1,52 @@ +/obj/item/weapon/card/id/event + var/configured = 0 + var/accessset = 0 + sprite_stack = list("") + var/list/title_strings = list() + var/preset_rank = FALSE + +/obj/item/weapon/card/id/event/attack_self(mob/user as mob) + if(configured == 1) + return ..() + + if(preset_rank) + var/title + if(user.client.prefs.player_alt_titles[user.job]) + title = user.client.prefs.player_alt_titles[user.job] + else + title = user.job + assignment = title + user.set_id_info(src) + if(user.mind && user.mind.initial_account) + associated_account_number = user.mind.initial_account.account_number + if(title_strings.len) + var/tempname = pick(title_strings) + name = tempname + " ([assignment])" + else + name = user.name + "'s ID card" + " ([assignment])" + + configured = 1 + to_chat(user, "Card settings set.") + +/obj/item/weapon/card/id/event/attackby(obj/item/I as obj, mob/user as mob) + if(istype(I, /obj/item/weapon/card/id) && !accessset) + var/obj/item/weapon/card/id/O = I + access |= O.access + to_chat(user, "You copy the access from \the [I] to \the [src].") + user.drop_from_inventory(I) + qdel(I) + accessset = 1 + ..() + +/obj/item/weapon/card/id/event/accessset + accessset = 1 + + + /obj/item/weapon/card/id/gold/captain/spare/fakespare rank = "null" -/obj/item/weapon/card/id/itg +/obj/item/weapon/card/id/event/accessset/itg name = "identification card" desc = "A small card designating affiliation with the Ironcrest Transport Group." icon = 'icons/obj/card_vr.dmi' @@ -10,43 +55,44 @@ item_state = "itg_id" sprite_stack = list("") -/obj/item/weapon/card/id/itg/green +/obj/item/weapon/card/id/event/accessset/itg/green icon_state = "itg_green" item_state = "itg_green_id" -/obj/item/weapon/card/id/itg/red +/obj/item/weapon/card/id/event/accessset/itg/red icon_state = "itg_red" item_state = "itg_red_id" -/obj/item/weapon/card/id/itg/purple +/obj/item/weapon/card/id/event/accessset/itg/purple icon_state = "itg_purple" item_state = "itg_purple_id" -/obj/item/weapon/card/id/itg/white +/obj/item/weapon/card/id/event/accessset/itg/white icon_state = "itg_white" item_state = "itg_white_id" -/obj/item/weapon/card/id/itg/orange +/obj/item/weapon/card/id/event/accessset/itg/orange icon_state = "itg_orange" item_state = "itg_orange_id" -/obj/item/weapon/card/id/itg/blue +/obj/item/weapon/card/id/event/accessset/itg/blue icon_state = "itg_blue" item_state = "itg_blue_id" -/obj/item/weapon/card/id/itg/event +/obj/item/weapon/card/id/event/accessset/itg/crew name = "\improper ITG Crew ID" assignment = "Crew" rank = "Crew" access = list(777) + preset_rank = TRUE -/obj/item/weapon/card/id/itg/event/pilot +/obj/item/weapon/card/id/event/accessset/itg/crew/pilot name = "\improper ITG Pilot's ID" desc = "An ID card belonging to the Pilot of an ITG vessel. The Pilot's responsibility is primarily to fly the ship. They may also be tasked to assist with cargo movement duties." assignment = "Pilot" rank = "Pilot" -/obj/item/weapon/card/id/itg/event/service +/obj/item/weapon/card/id/event/accessset/itg/crew/service name = "\improper ITG Cook's ID" desc = "An ID card belonging to the Cook of an ITG vessel. The Cook's responsibility is primarily to provide sustinence to the crew and passengers. The Cook answers to the Passenger Liason. In the absence of a Passenger Liason, the Cook is also responsible for tending to passenger related care and duties." assignment = "Cook" @@ -54,7 +100,7 @@ icon_state = "itg_green" item_state = "itg_green_id" -/obj/item/weapon/card/id/itg/event/security +/obj/item/weapon/card/id/event/accessset/itg/crew/security name = "\improper ITG Security's ID" desc = "An ID card belonging to Security of an ITG vessel. Security's responsibility is primarily to protect the ship, cargo, or facility. They may also be tasked to assist with cargo movement duties and rescue operations. ITG Security is almost exclusively defensive. They should not start fights, but they are very capable of finishing them." assignment = "Security" @@ -62,7 +108,7 @@ icon_state = "itg_red" item_state = "itg_red_id" -/obj/item/weapon/card/id/itg/event/research +/obj/item/weapon/card/id/event/accessset/itg/crew/research name = "\improper ITG Research's ID" desc = "An ID card belonging to ITG Research staff. ITG Research staff primarily specializes in starship and starship engine design, and overcoming astronomic phenomena." assignment = "Research" @@ -70,7 +116,7 @@ icon_state = "itg_purple" item_state = "itg_purple_id" -/obj/item/weapon/card/id/itg/event/medical +/obj/item/weapon/card/id/event/accessset/itg/crew/medical name = "\improper ITG Medic's ID" desc = "An ID card belonging to the Medic of an ITG vessel. The Medic's responsibility is primarily to treat crew and passenger injuries. They may also be tasked with rescue operations." assignment = "Medic" @@ -78,7 +124,7 @@ icon_state = "itg_white" item_state = "itg_white_id" -/obj/item/weapon/card/id/itg/event/engineer +/obj/item/weapon/card/id/event/accessset/itg/crew/engineer name = "\improper ITG Engineer's ID" desc = "An ID card belonging to the Engineer of an ITG vessel. The Engineer's responsibility is primarily to maintain the ship. They may also be tasked to assist with cargo movement duties." assignment = "Engineer" @@ -86,7 +132,7 @@ icon_state = "itg_orange" item_state = "itg_orange_id" -/obj/item/weapon/card/id/itg/event/passengerliason +/obj/item/weapon/card/id/event/accessset/itg/crew/passengerliason name = "\improper ITG Passenger Liason's ID" desc = "An ID card belonging to the Passenger Liason of an ITG vessel. The Passenger Liason's responsibility is primarily to manage and tend to passenger needs and maintain supplies and facilities for passenger use." assignment = "Passenger Liason" @@ -94,7 +140,7 @@ icon_state = "itg_blue" item_state = "itg_blue_id" -/obj/item/weapon/card/id/itg/event/captain +/obj/item/weapon/card/id/event/accessset/itg/crew/captain name = "\improper ITG Captain's ID" desc = "An ID card belonging to the Captain of an ITG vessel. The Captain's responsibility is primarily to manage crew to ensure smooth ship operations. Captains often also often pilot the vessel when no dedicated pilot is assigned." assignment = "Captain" diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index 21abba41f2..4835fa92cf 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -519,7 +519,7 @@ character_name = list("Ketrai") /datum/gear/fluff/amaya_id - path = /obj/item/weapon/card/id/fluff/amaya + path = /obj/item/weapon/card/id/event/fluff/amaya display_name = "Amaya's ID" ckeywhitelist = list("kiraalitruss") character_name = list("Amaya Rahl") @@ -1079,7 +1079,7 @@ character_name = list("Roanna Ti'Rox") /datum/gear/fluff/harmony_id - path = /obj/item/weapon/card/id/fluff/harmony + path = /obj/item/weapon/card/id/event/fluff/harmony display_name = "Harmony's ITG-ID card" ckeywhitelist = list("verysoft") character_name = list("Harmony") diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 9c4f4558d6..4c62ff4095 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -789,88 +789,25 @@ desc = "A New Space Pioneer's Bible. This one says it was printed in 2492. The name 'Eric Hayvers' is written on the inside of the cover, crossed out. \ Under it is written 'Kouri, Amina, Marine Unit 14, Fifth Echelon. Service number NTN-5528928522372'" -/obj/item/weapon/card/id/fluff - sprite_stack = list("") - //arokha:Amaya Rahl - Custom ID (Medical dept) -/obj/item/weapon/card/id/fluff/amaya +/obj/item/weapon/card/id/event/fluff/amaya registered_name = "CONFIGURE ME" assignment = "CONFIGURE ME" - var/configured = 0 - var/accessset = 0 icon = 'icons/vore/custom_items_vr.dmi' base_icon = 'icons/vore/custom_items_vr.dmi' icon_state = "amayarahlwahID" desc = "A primarily blue ID with a holographic 'WAH' etched onto its back. The letters do not obscure anything important on the card. It is shiny and it feels very bumpy." - var/title_strings = list("Amaya Rahl's Wah-identification card", "Amaya Rahl's Wah-ID card") - -/obj/item/weapon/card/id/fluff/amaya/attack_self(mob/user as mob) - if(configured == 1) - return ..() - - var/title - if(user.client.prefs.player_alt_titles[user.job]) - title = user.client.prefs.player_alt_titles[user.job] - else - title = user.job - assignment = title - user.set_id_info(src) - if(user.mind && user.mind.initial_account) - associated_account_number = user.mind.initial_account.account_number - var/tempname = pick(title_strings) - name = tempname + " ([title])" - configured = 1 - to_chat(user, "Card settings set.") - -/obj/item/weapon/card/id/fluff/amaya/attackby(obj/item/I as obj, mob/user as mob) - if(istype(I, /obj/item/weapon/card/id) && !accessset) - var/obj/item/weapon/card/id/O = I - access |= O.access - to_chat(user, "You copy the access from \the [I] to \the [src].") - user.drop_from_inventory(I) - qdel(I) - accessset = 1 - ..() + title_strings = list("Amaya Rahl's Wah-identification card", "Amaya Rahl's Wah-ID card") //verysoft:Harmony - Custom ID (pilot) -/obj/item/weapon/card/id/fluff/harmony +/obj/item/weapon/card/id/event/fluff/harmony registered_name = "CONFIGURE ME" assignment = "CONFIGURE ME" - var/configured = 0 - var/accessset = 0 icon = 'icons/obj/card_vr.dmi' base_icon = 'icons/obj/card_vr.dmi' icon_state = "itg" desc = "A small card designating affiliation with the Ironcrest Transport Group. It has a NanoTrasen insignia and a lot of very small print on the back to do with practices and regulations for contractors to use." - var/title_strings = list("Harmony's ITG-ID card") - -/obj/item/weapon/card/id/fluff/harmony/attack_self(mob/user as mob) - if(configured == 1) - return ..() - - var/title - if(user.client.prefs.player_alt_titles[user.job]) - title = user.client.prefs.player_alt_titles[user.job] - else - title = user.job - assignment = title - user.set_id_info(src) - if(user.mind && user.mind.initial_account) - associated_account_number = user.mind.initial_account.account_number - var/tempname = pick(title_strings) - name = tempname + " ([title])" - configured = 1 - to_chat(user, "Card settings set.") - -/obj/item/weapon/card/id/fluff/harmony/attackby(obj/item/I as obj, mob/user as mob) - if(istype(I, /obj/item/weapon/card/id) && !accessset) - var/obj/item/weapon/card/id/O = I - access |= O.access - to_chat(user, "You copy the access from \the [I] to \the [src].") - user.drop_from_inventory(I) - qdel(I) - accessset = 1 - ..() + title_strings = list("Harmony's ITG-ID card") //General use, Verk felt like sharing. /obj/item/clothing/glasses/fluff/science_proper diff --git a/maps/offmap_vr/om_ships/backup/itglight.dmm b/maps/offmap_vr/om_ships/backup/itglight.dmm new file mode 100644 index 0000000000..4707ee1c88 --- /dev/null +++ b/maps/offmap_vr/om_ships/backup/itglight.dmm @@ -0,0 +1,28457 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/mining{ + name = "Captain's Quarters"; + req_one_access = list(778) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/captain) +"ab" = ( +/obj/structure/bed/chair/bay/chair/padded/red/bignest{ + name = "large dog bed" + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/mob/living/simple_mob/vore/woof/cass, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"ac" = ( +/obj/machinery/smartfridge, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"ad" = ( +/obj/effect/shuttle_landmark{ + landmark_tag = "itglight_fore"; + name = "ITG Dauntless - Fore" + }, +/turf/space, +/area/space) +"ae" = ( +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/pointdefense{ + id_tag = "dauntless_pd" + }, +/turf/simulated/floor/airless, +/area/itglight/readyroom) +"af" = ( +/obj/structure/table/wooden_reinforced, +/obj/item/weapon/paper/dockingcodes, +/obj/item/weapon/card/id/itg/event/captain, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"ag" = ( +/obj/structure/closet/walllocker_double{ + dir = 8; + name = "Cook's Cabinet"; + pixel_x = -27 + }, +/obj/item/clothing/under/tactical, +/obj/item/clothing/shoes/boots/workboots, +/obj/item/clothing/accessory/armband/hydro, +/obj/item/clothing/under/utility, +/obj/item/clothing/under/utility/blue, +/obj/item/clothing/under/utility/grey, +/obj/item/clothing/shoes/boots/winter, +/obj/item/clothing/shoes/boots/duty, +/obj/item/device/communicator, +/obj/item/weapon/storage/backpack/messenger/hyd, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/clothing/suit/storage/hooded/wintercoat/hydro, +/obj/item/clothing/suit/chef, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/head/chefhat, +/obj/item/clothing/suit/storage/solgov/service/army/service, +/obj/item/weapon/card/id/itg/event/service, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"ah" = ( +/obj/structure/closet/walllocker_double{ + dir = 8; + name = "Engineer's Cabinet"; + pixel_x = -27 + }, +/obj/item/clothing/under/tactical, +/obj/item/clothing/shoes/boots/workboots, +/obj/item/clothing/accessory/armband/engine, +/obj/item/clothing/under/utility, +/obj/item/clothing/under/utility/blue, +/obj/item/clothing/under/utility/grey, +/obj/item/clothing/shoes/boots/winter, +/obj/item/clothing/shoes/boots/duty, +/obj/item/device/communicator, +/obj/item/weapon/storage/backpack/messenger/engi, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/clothing/suit/storage/hooded/wintercoat/engineering, +/obj/item/taperoll/engineering, +/obj/item/clothing/suit/storage/solgov/service/army/engineering, +/obj/item/weapon/card/id/itg/event/engineer, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"ai" = ( +/obj/structure/closet/walllocker_double{ + dir = 8; + name = "Medic's Cabinet"; + pixel_x = -27 + }, +/obj/item/clothing/under/tactical, +/obj/item/clothing/shoes/boots/workboots, +/obj/item/clothing/accessory/armband/med/cross, +/obj/item/clothing/under/utility, +/obj/item/clothing/under/utility/blue, +/obj/item/clothing/under/utility/grey, +/obj/item/clothing/shoes/boots/winter, +/obj/item/clothing/shoes/boots/duty, +/obj/item/device/communicator, +/obj/item/weapon/storage/backpack/messenger/med, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/clothing/suit/storage/hooded/wintercoat/medical, +/obj/item/clothing/suit/storage/solgov/service/army/medical, +/obj/item/weapon/card/id/itg/event/medical, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"aj" = ( +/obj/structure/closet/walllocker_double{ + dir = 8; + name = "Security's Cabinet"; + pixel_x = -27 + }, +/obj/item/clothing/under/tactical, +/obj/item/clothing/shoes/boots/workboots, +/obj/item/clothing/accessory/armband, +/obj/item/clothing/under/utility, +/obj/item/clothing/under/utility/blue, +/obj/item/clothing/under/utility/grey, +/obj/item/clothing/shoes/boots/winter, +/obj/item/clothing/shoes/boots/duty, +/obj/item/device/communicator, +/obj/item/weapon/storage/backpack/messenger/sec, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/clothing/suit/storage/hooded/wintercoat/security, +/obj/item/clothing/suit/storage/trench, +/obj/item/clothing/suit/storage/solgov/service/army/security, +/obj/item/weapon/card/id/itg/event/security, +/obj/item/clothing/accessory/holster/hip, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"ak" = ( +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/browndouble, +/obj/structure/curtain{ + color = "#2e1604" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"aq" = ( +/obj/structure/closet/autolok_wall{ + pixel_x = -24 + }, +/obj/item/device/radio, +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 4 + }, +/obj/item/device/flash, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"as" = ( +/obj/effect/overmap/visitable/ship/itglight, +/turf/space, +/area/space) +"av" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"aw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/captain) +"ay" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"aH" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"aK" = ( +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglightshuttle_docker_hatch"; + name = "Shuttle Hatch" + }, +/obj/effect/map_helper/airlock/door/simple, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/itglightshuttle) +"aN" = ( +/turf/simulated/floor/wood, +/area/itglight/captain) +"aQ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"aS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 8; + on = 0; + pixel_x = 26; + pixel_y = -6 + }, +/turf/simulated/floor/wood, +/area/itglight/captain) +"aU" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"aV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"aX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"aY" = ( +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"bd" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"bi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"bk" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/button/remote/airlock{ + id = "dauntlesspassengeraccessbolts"; + name = "Door Bolts"; + pixel_x = 32; + pixel_y = -32; + req_access = list(777); + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"bn" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"bp" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/captain) +"bq" = ( +/obj/machinery/power/pointdefense{ + id_tag = "dauntless_pd" + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/itglight/captain) +"bs" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"bv" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"by" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"bA" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"bC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"bE" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/itglight/captain) +"bF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/itglight/captain) +"bJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"bT" = ( +/turf/simulated/floor/airless, +/area/itglight/cockpit) +"cb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 4; + on = 0; + pixel_x = -25; + pixel_y = 26 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"cf" = ( +/obj/structure/table/steel_reinforced, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"ci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"cl" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + id_tag = "dauntlesspq4"; + name = "Room 4" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/crew4) +"cp" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/browndouble, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew4) +"cv" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"cw" = ( +/obj/machinery/telecomms/allinone, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"cx" = ( +/obj/structure/table/wooden_reinforced, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"cA" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"cM" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/readyroom) +"cR" = ( +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 8 + }, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + pixel_y = -25 + }, +/obj/structure/cable/pink, +/turf/simulated/floor/wood, +/area/itglight/captain) +"cU" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/handrail, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"cV" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/itglight/shuttlebay) +"cW" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/itglight/captain) +"cY" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/itglight/captain) +"dd" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"dj" = ( +/obj/machinery/shipsensors{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/airless, +/area/itglight/cockpit) +"dq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -23 + }, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/obj/item/weapon/pen/blade/blue{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/weapon/pen/blade/red{ + pixel_x = -4; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"ds" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/cockpit) +"dv" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"dB" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"dC" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"dD" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/itglight/readyroom) +"dE" = ( +/turf/simulated/floor/reinforced, +/area/itglight/shuttlebay) +"dO" = ( +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"dP" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"dR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"dS" = ( +/obj/machinery/oxygen_pump/anesthetic{ + pixel_x = -28 + }, +/obj/machinery/optable, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"ea" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"eb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/itglightshuttle) +"ec" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/storage/mre/random, +/obj/random/plushie, +/obj/random/contraband/nofail, +/obj/random/drinksoft, +/obj/item/device/radio, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew1) +"ed" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + pixel_y = -25 + }, +/obj/structure/cable/pink, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"ei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"el" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass_mining{ + name = "Bridge"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/cockpit) +"em" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/captain) +"eo" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/corp_crate, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"eq" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"eu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"ew" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"eA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"eE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/handrail, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"eF" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"eI" = ( +/obj/structure/table/steel_reinforced, +/obj/item/weapon/material/kitchen/rollingpin, +/obj/item/weapon/book/manual/chef_recipes, +/obj/item/weapon/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/weapon/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"eJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"eQ" = ( +/obj/structure/sign/itg{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"eS" = ( +/obj/machinery/vending/medical{ + req_access = null + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"eU" = ( +/obj/structure/handrail, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"eV" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"eW" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/weapon/rig/eva, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"eZ" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"fa" = ( +/obj/machinery/computer/ship/engines, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"fb" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"fc" = ( +/obj/machinery/chem_master, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"fe" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/ert/specialops, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"fg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/rack/shelf/steel, +/obj/random/multiple/voidsuit, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"fr" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/large_corp_crate, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"fz" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/walllocker_double{ + dir = 1; + pixel_y = -26 + }, +/obj/item/clothing/under/rank/medical/scrubs, +/obj/item/clothing/under/rank/medical/scrubs, +/obj/item/weapon/storage/belt/medical, +/obj/item/weapon/storage/belt/medical, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/item/clothing/suit/storage/toggle/labcoat, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"fC" = ( +/turf/simulated/wall/rshull, +/area/itglight/shuttlebay) +"fE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"fP" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"fX" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank/high, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"fY" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"ga" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"gc" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/reagentgrinder, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"ge" = ( +/obj/machinery/computer/ship/sensors, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"gh" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"gk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"go" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + on = 0; + pixel_x = 26; + pixel_y = 27 + }, +/obj/machinery/button/remote/airlock{ + id = "dauntlesspq2"; + name = "Door Bolts"; + pixel_x = 24; + pixel_y = 36; + specialfunctions = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew2) +"gt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bed/chair/bay/chair/padded/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"gu" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/wooden_reinforced, +/obj/item/device/flashlight/lamp/green, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"gA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"gG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"gH" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + name = "Scrubber to Waste" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"gK" = ( +/turf/simulated/wall/rshull, +/area/itglight/portcargo) +"gL" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"gO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"gS" = ( +/obj/structure/bed/chair/sofa/brown/right, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/wood, +/area/itglight/captain) +"gW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"gX" = ( +/obj/structure/bed/chair/sofa/brown/left, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm/alarms_hidden{ + dir = 8; + pixel_x = 26 + }, +/turf/simulated/floor/wood, +/area/itglight/captain) +"hc" = ( +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "itglight_dock_1"; + name = "port exterior access button"; + pixel_x = -6; + pixel_y = 65 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "itglight_dock_2"; + name = "starboard exterior access button"; + pixel_x = 4; + pixel_y = 65 + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"hi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"hk" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/weapon/paper/Dauntless, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"hm" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor, +/area/itglight/portengi) +"hn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"hq" = ( +/obj/machinery/computer/ship/navigation{ + pixel_y = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "dauntless_blastdoors"; + name = "blast shields"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"hr" = ( +/obj/structure/sign/itg{ + dir = 8; + pixel_x = 32 + }, +/turf/space, +/area/space) +"hs" = ( +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 8 + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 8; + pixel_x = 26 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"hw" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"hy" = ( +/obj/machinery/computer/ship/helm{ + pixel_y = 4; + req_one_access = list() + }, +/obj/structure/sign/itg{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"hC" = ( +/obj/machinery/computer/shuttle_control/explore/itglightshuttle{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"hF" = ( +/turf/simulated/wall/rshull, +/area/itglight/cockpit) +"hG" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"hK" = ( +/obj/structure/sign/itg{ + dir = 4; + pixel_x = -32 + }, +/turf/space, +/area/space) +"hO" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"hS" = ( +/obj/structure/bed/chair/bay/chair/padded/blue{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"hT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"hU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"hY" = ( +/turf/simulated/wall/rshull, +/area/itglight/starboardcargo) +"ic" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + on = 0; + pixel_x = 26; + pixel_y = 27 + }, +/obj/machinery/button/remote/airlock{ + id = "dauntlesspq4"; + name = "Door Bolts"; + pixel_x = 24; + pixel_y = 36; + specialfunctions = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew4) +"ie" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/medbay) +"ih" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"ii" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/button/remote/airlock{ + dir = 4; + id = "itglight_shuttle_port"; + name = "Shuttle Hatch Bolts"; + pixel_x = -24; + pixel_y = 23; + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"ik" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/catwalk_plated, +/turf/simulated/floor, +/area/itglight/cockpit) +"im" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"ip" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/storage/mre/random, +/obj/random/plushie, +/obj/random/contraband/nofail, +/obj/random/drinksoft, +/obj/item/device/radio, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew2) +"iq" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/door/airlock/mining{ + name = "Starboard Engineering"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboardengi) +"ir" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"it" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/catwalk_plated, +/turf/simulated/floor, +/area/itglight/cockpit) +"iu" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"ix" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"iC" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"iI" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"iJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/mining{ + name = "Ready Room"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/readyroom) +"iR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/readyroom) +"iT" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"iU" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/metingroom) +"iZ" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"jg" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/storage/box/metalfoam, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/device/assembly/prox_sensor, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"jj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"jm" = ( +/obj/structure/closet/autolok_wall{ + pixel_x = 24 + }, +/obj/item/device/radio, +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 8 + }, +/obj/item/device/flash, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"jo" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"js" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"jB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + icon_state = "map-supply" + }, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/item/weapon/tank/jetpack/oxygen, +/obj/structure/table/rack/steel, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"jE" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/alarm/alarms_hidden{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/photocopier/faxmachine/itglight, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"jF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"jG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"jL" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"jQ" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"jV" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + icon_state = "door_locked"; + id_tag = "itglight_shuttle_port"; + locked = 1; + name = "Shuttle Hatch"; + req_one_access = list() + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/itglightshuttle) +"ka" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"kn" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"ko" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"kp" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"kq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"ky" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + nightshift_setting = 3; + pixel_y = -25 + }, +/obj/structure/cable/pink, +/obj/item/device/radio, +/obj/structure/closet/autolok_wall{ + pixel_x = 32 + }, +/obj/item/device/flash, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"kH" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/kitchen) +"kJ" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"kN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"kO" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + icon_state = "map-supply" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"kR" = ( +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"kU" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"kY" = ( +/turf/simulated/floor/airless, +/area/itglight/starboardengi) +"la" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"lh" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"li" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/wall/rshull, +/area/itglight/starboardengi) +"lo" = ( +/turf/simulated/floor/airless, +/area/itglight/readyroom) +"ls" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"lu" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass_mining{ + name = "Bridge"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/cockpit) +"lv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portengi) +"lw" = ( +/obj/machinery/vending/blood, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"lD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 2 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 4; + on = 0; + pixel_x = -25; + pixel_y = 26 + }, +/obj/machinery/recharger/wallcharger{ + pixel_y = -26 + }, +/obj/machinery/recharger/wallcharger{ + pixel_y = -34 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"lH" = ( +/turf/simulated/wall/shull, +/area/itglight/cockpit) +"lK" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/binary/pump/on{ + name = "Air to Distro" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"lO" = ( +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/small/sugar, +/obj/item/weapon/reagent_containers/food/condiment/small/sugar, +/obj/item/weapon/reagent_containers/food/condiment/small/sugar, +/obj/item/weapon/reagent_containers/food/condiment/small/sugar, +/obj/item/weapon/reagent_containers/food/condiment/spacespice, +/obj/item/weapon/reagent_containers/food/condiment/spacespice, +/obj/item/weapon/reagent_containers/food/condiment/spacespice, +/obj/item/weapon/reagent_containers/food/condiment/spacespice, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/reagent_containers/food/condiment/flour, +/obj/item/weapon/material/knife/butch, +/obj/item/weapon/material/minihoe, +/obj/item/weapon/material/knife/machete/hatchet, +/obj/random/drinkbottle, +/obj/random/drinkbottle, +/obj/random/drinkbottle, +/obj/structure/closet, +/obj/item/robot_parts/l_arm, +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"lR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/itglight/portengi) +"lV" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/effect/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "itglight_port_sensor"; + pixel_y = -25 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "itglight_port_pump" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"mf" = ( +/obj/structure/table/steel_reinforced, +/obj/item/weapon/storage/box/sinpockets, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/metingroom) +"mg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"mo" = ( +/obj/machinery/power/pointdefense{ + id_tag = "dauntless_pd" + }, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/itglight/shuttlebay) +"mq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 2 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"ms" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"mu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"mF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"mL" = ( +/obj/machinery/alarm/alarms_hidden{ + dir = 8; + pixel_x = 26 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"mR" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"mZ" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 8; + nightshift_setting = 3; + pixel_x = -25 + }, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"na" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"nb" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"ne" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"nf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"nh" = ( +/turf/simulated/wall/shull, +/area/itglight/forehall) +"nl" = ( +/obj/structure/closet/walllocker_double{ + pixel_y = 27 + }, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"nq" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"nu" = ( +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 1 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"nv" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/mining{ + name = "Crew Access"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/forehall) +"nx" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/storage/briefcase/inflatable, +/obj/item/weapon/storage/briefcase/inflatable, +/obj/item/weapon/storage/briefcase/inflatable, +/obj/item/weapon/storage/briefcase/inflatable, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"nH" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 1 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/itglightshuttle) +"nJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"nO" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"nP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 9 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"nR" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 1; + frequency = 1380; + id_tag = "itglight_port"; + pixel_y = 23; + tag_airpump = "itglight_port_pump"; + tag_chamber_sensor = "itglight_port_sensor"; + tag_exterior_door = "itglight_port_outer"; + tag_interior_door = "itglight_port_inner" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "itglight_port_pump" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"nW" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"oc" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/multiple/voidsuit, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"od" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"of" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"om" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"on" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"oq" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"ov" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/catwalk_plated, +/turf/simulated/floor, +/area/itglight/metingroom) +"ow" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/gray_platform, +/area/itglight/cockpit) +"oy" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"oz" = ( +/obj/structure/bed/chair/bay/chair/padded/brown, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"oA" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/monofloor, +/area/itglight/cockpit) +"oB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"oE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"oH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"oI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"oK" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"oN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"oR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"oT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"oU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"pi" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"pl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 8; + nightshift_setting = 3; + pixel_x = -25 + }, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/obj/fiftyspawner/phoron, +/obj/fiftyspawner/phoron, +/obj/fiftyspawner/phoron, +/obj/fiftyspawner/phoron, +/obj/fiftyspawner/phoron, +/obj/fiftyspawner/phoron, +/obj/structure/closet/crate, +/turf/simulated/floor, +/area/itglight/starboardengi) +"pm" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"pn" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"po" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"py" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9; + icon_state = "intact-scrubbers" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"pE" = ( +/obj/machinery/microwave, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"pG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"pH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"pL" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"pU" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + icon_state = "map-supply" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"pW" = ( +/obj/machinery/light_switch{ + dir = 8; + on = 0; + pixel_x = 26; + pixel_y = -6 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"qg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"qh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"qo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"qq" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"qt" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"qA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"qB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"qG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"qK" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/metingroom) +"qN" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/metingroom) +"qR" = ( +/obj/structure/table/rack/shelf/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel, +/obj/fiftyspawner/steel/hull, +/obj/fiftyspawner/steel/hull, +/obj/fiftyspawner/rglass, +/obj/fiftyspawner/rglass, +/obj/fiftyspawner/glass, +/obj/fiftyspawner/glass, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"qU" = ( +/obj/item/weapon/stool/baystool/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"qW" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/obj/item/device/radio/headset{ + adhoc_fallback = 1; + desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; + name = "dauntless headset" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"qZ" = ( +/turf/simulated/wall/rshull, +/area/itglight/restrooms) +"rf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"rg" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"rh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"rn" = ( +/obj/machinery/appliance/cooker/grill, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"rq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"rw" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/space/void/engineering/alt, +/obj/item/clothing/head/helmet/space/void/engineering/alt, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"rC" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"rF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardengi) +"rJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"rM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"rZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"sf" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/clothing/suit/space/void, +/obj/item/clothing/head/helmet/space/void, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"sq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"su" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"sx" = ( +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"sy" = ( +/turf/simulated/floor/airless, +/area/itglight/captain) +"sF" = ( +/turf/space, +/area/itglight/starboardengi) +"sP" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 1 + }, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/itglightshuttle) +"sQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light_switch{ + dir = 4; + on = 0; + pixel_x = -24 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"sR" = ( +/obj/machinery/vending/tool{ + req_access = list(777) + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"sX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portengi) +"ta" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"te" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/closet/crate/bin{ + anchored = 1; + density = 0; + name = "trash bin"; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"tg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"tj" = ( +/turf/simulated/floor/airless, +/area/itglight/shuttlebay) +"tl" = ( +/obj/structure/sign/itg{ + dir = 8; + pixel_x = 32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"to" = ( +/obj/machinery/power/solar_control, +/obj/structure/cable/heavyduty{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"tq" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"tr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"tx" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/structure/closet/walllocker_double{ + pixel_x = -16; + pixel_y = 30 + }, +/obj/item/weapon/storage/box/masks, +/obj/item/weapon/storage/box/gloves, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"tz" = ( +/obj/machinery/button/remote/airlock{ + id = "dauntlessstarboardcargobolts"; + name = "Door Bolts"; + req_access = list(777); + specialfunctions = 4 + }, +/turf/simulated/wall/shull, +/area/itglight/starboardcargo) +"tC" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor, +/area/itglight/starboardengi) +"tD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"tE" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/structure/handrail, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"tH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"tL" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/catwalk_plated, +/turf/simulated/floor, +/area/itglight/metingroom) +"tP" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/catwalk_plated, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor, +/area/itglight/forehall) +"ud" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"uf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"uk" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"ul" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"um" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"un" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/itglight/portengi) +"up" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/large_corp_crate, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"uq" = ( +/turf/simulated/wall/rshull, +/area/itglight/starboarddocking) +"uv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"uy" = ( +/obj/structure/cable, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"uz" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"uF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/itglight/portengi) +"uI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"uX" = ( +/obj/structure/bed/chair/bay/chair/padded/brown{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"vf" = ( +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"vi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"vl" = ( +/obj/machinery/atmospherics/unary/engine/bigger{ + dir = 1 + }, +/turf/space, +/area/itglight/portengi) +"vr" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/weapon/storage/box/lights/mixed, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"vy" = ( +/turf/simulated/wall/rshull, +/area/itglight/portengi) +"vI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew4) +"vO" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"vR" = ( +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"vX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"wa" = ( +/obj/machinery/smartfridge/chemistry, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"wg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"wj" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"wk" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"wm" = ( +/obj/item/weapon/bedsheet/brown, +/obj/structure/curtain/black, +/obj/structure/bed/padded, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"wt" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 1; + frequency = 1380; + id_tag = "itglight_starboard"; + pixel_y = 23; + tag_airpump = "itglight_starboard_pump"; + tag_chamber_sensor = "itglight_starboard_sensor"; + tag_exterior_door = "itglight_starboard_outer"; + tag_interior_door = "itglight_starboard_inner" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = "itglight_starboard_pump" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"wu" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"ww" = ( +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"wy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"wz" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"wA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"wD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"wG" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + id_tag = "dauntlesspq2"; + name = "Room 2" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/crew2) +"wI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"wK" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/mining{ + name = "Equipment Access"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboardhighsec) +"wL" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/mining{ + id_tag = "dauntlesspassengeraccessbolts"; + name = "Cargo Access"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/common) +"wM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"wN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"wS" = ( +/obj/machinery/alarm/alarms_hidden{ + dir = 1; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"wV" = ( +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"wW" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"wX" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"wY" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"xi" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Locker Room" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/lockers) +"xj" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "itglight_dock_1_pump" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/portdocking) +"xk" = ( +/obj/structure/bed/chair/bay/chair/padded/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"xp" = ( +/obj/structure/handrail{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"xr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"xw" = ( +/obj/structure/closet/secure_closet/personal{ + req_access = list(778) + }, +/obj/item/device/radio, +/obj/random/drinksoft, +/obj/random/contraband/nofail, +/obj/random/plushie, +/obj/item/weapon/storage/mre/random, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/clothing/suit/space/void/captain, +/obj/item/clothing/head/helmet/space/void/captain, +/obj/item/weapon/card/id/itg/event, +/obj/item/weapon/card/id/itg/event, +/obj/item/weapon/card/id/itg/event, +/obj/item/weapon/card/id/itg/event, +/obj/item/weapon/card/id/itg/event, +/obj/item/weapon/card/id/itg/event/passengerliason, +/obj/item/weapon/card/id/itg/event/pilot, +/obj/item/weapon/card/id/itg/event/research, +/obj/item/weapon/card/id/itg/event/research, +/obj/item/weapon/card/id/itg/event/security, +/obj/item/weapon/card/id/itg/event/service, +/obj/item/weapon/card/id/itg/event/engineer, +/obj/item/weapon/card/id/itg/event/engineer, +/obj/item/weapon/card/id/itg/event/medical, +/obj/item/weapon/card/id/itg/event/medical, +/obj/item/clothing/suit/storage/hooded/wintercoat/cargo{ + name = "dauntless winter coat" + }, +/obj/item/clothing/suit/pirate{ + desc = "The Captain's coat!"; + name = "captain's coat" + }, +/obj/item/clothing/suit/storage/solgov/service/army/command, +/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar, +/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar, +/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar, +/obj/item/weapon/gun/energy/taser, +/obj/item/clothing/accessory/holster/hip, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/captain) +"xx" = ( +/turf/simulated/wall/rshull, +/area/itglight/medbay) +"xy" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"xE" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable/pink{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"xM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew2) +"xO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"xT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/itglight/starboardengi) +"xZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"yc" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"yd" = ( +/obj/machinery/vending/engivend{ + req_access = list(777) + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"yf" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"ym" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + icon_state = "map-supply" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"yn" = ( +/turf/simulated/wall/rshull, +/area/itglight/lockers) +"yw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"yy" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglight_port_inner" + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/effect/map_helper/airlock/door/int_door, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "itglight_port"; + name = "interior access button"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/portengi) +"yD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"yE" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating/airless, +/area/shuttle/itglightshuttle) +"yF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"yI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew2) +"yJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/mining{ + name = "High Security Cargo"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/porthighsec) +"yK" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/computer/security/telescreen/entertainment{ + desc = "Looks like it's set to Free-Anur-Entertanment, I wonder what else is on?"; + icon_state = "frame"; + pixel_y = 62 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"yN" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"yO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"yP" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"yQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew3) +"yS" = ( +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"yT" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "itglight_dock_2_pump" + }, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/starboarddocking) +"yY" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable/pink{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"yZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"za" = ( +/obj/machinery/vending/engineering{ + req_access = list(777) + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"zg" = ( +/turf/simulated/shuttle/wall/voidcraft, +/area/shuttle/itglightshuttle) +"zj" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"zm" = ( +/turf/simulated/wall/rshull, +/area/itglight/starboardengi) +"zn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"zp" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"zq" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"zr" = ( +/obj/machinery/power/terminal, +/obj/structure/cable/heavyduty, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"zs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew3) +"zt" = ( +/obj/structure/sign/itg, +/turf/simulated/wall/rshull, +/area/itglight/portdocking) +"zv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"zB" = ( +/turf/space, +/area/itglight/portengi) +"zD" = ( +/obj/structure/sign/itg{ + dir = 4; + pixel_x = -32 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"zG" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "itglight_dock_1_pump" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/portdocking) +"zL" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + nightshift_setting = 3; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"zM" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardengi) +"zQ" = ( +/obj/machinery/atmospherics/binary/passive_gate/on, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"zR" = ( +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"zS" = ( +/obj/machinery/atmospherics/unary/engine/bigger{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/itglight/portengi) +"Aa" = ( +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"Ab" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Ae" = ( +/obj/structure/closet/crate/bin{ + anchored = 1; + density = 0; + name = "trash bin"; + pixel_x = -8; + pixel_y = 17; + plane = -34 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Ar" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"As" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"Au" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew4) +"AF" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"AG" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Passenger Common Sleeping" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/passengersleeping) +"AH" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/firstaid/surgery, +/obj/item/device/healthanalyzer, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/device/defib_kit/loaded, +/obj/item/device/robotanalyzer{ + pixel_y = -8 + }, +/obj/item/stack/nanopaste/advanced, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"AJ" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"AK" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"AM" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"AU" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"AZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = "itglight_starboard_pump" + }, +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/effect/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "itglight_starboard_sensor"; + pixel_y = -25 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Ba" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"Bj" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "itglight_dock_2_pump" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/starboarddocking) +"Bo" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"Bq" = ( +/obj/machinery/atmospherics/binary/passive_gate/on, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"Bt" = ( +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"BA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew3) +"BJ" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/itglightshuttle) +"BM" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"BP" = ( +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"BR" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/space; + docking_controller = "itglight_dock_1"; + landmark_tag = "itglight_port_dock"; + name = "ITG Dauntless - Dock Port" + }, +/turf/space, +/area/space) +"BS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/storage/mre/random, +/obj/random/plushie, +/obj/random/contraband/nofail, +/obj/random/drinksoft, +/obj/item/device/radio, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew4) +"BU" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/browndouble, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew1) +"BW" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/itglight/starboardengi) +"BX" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"Ca" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "itglight_dock_1_outer"; + locked = 1; + name = "Port External Airlock" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/portdocking) +"Cg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Cl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew2) +"Cp" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/porthighsec) +"Cq" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "itglight_dock_1"; + name = "exterior access button"; + pixel_x = -27; + pixel_y = -27 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"Ct" = ( +/obj/item/weapon/stool/baystool/padded, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Cy" = ( +/obj/machinery/meter{ + frequency = 1443; + id = "dist_aux_meter"; + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"CA" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"CH" = ( +/turf/simulated/wall/shull, +/area/itglight/starboardhighsec) +"CI" = ( +/obj/machinery/power/terminal, +/obj/structure/cable/heavyduty, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"CJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"CM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall/shull, +/area/itglight/portdocking) +"CO" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 8; + frequency = 1380; + id_tag = "itglight_dock_1"; + pixel_x = 18; + pixel_y = -32; + tag_airpump = "itglight_dock_1_pump"; + tag_chamber_sensor = "itglight_dock_1_sensor"; + tag_exterior_door = "itglight_dock_1_outer"; + tag_interior_door = "itglight_dock_1_inner" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"CQ" = ( +/obj/machinery/suit_cycler/vintage/tcrew, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"CU" = ( +/obj/machinery/atmospherics/pipe/tank/phoron/full{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"CX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"CY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/shuttle/itglightshuttle) +"Db" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglight_dock_1_inner" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/map_helper/airlock/door/int_door, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "itglight_dock_1"; + name = "interior access button"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/portdocking) +"Dc" = ( +/obj/machinery/atmospherics/pipe/tank/phoron/full{ + dir = 8 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Dg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/catwalk, +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Dk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/handrail{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Do" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"Dp" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Dv" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Dx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/storage/mre/random, +/obj/random/plushie, +/obj/random/contraband/nofail, +/obj/random/drinksoft, +/obj/item/device/radio, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew3) +"Dy" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/catwalk_plated, +/turf/simulated/floor, +/area/itglight/portcargo) +"Dz" = ( +/turf/simulated/wall/shull, +/area/itglight/lockers) +"DB" = ( +/turf/simulated/wall/shull, +/area/itglight/portdocking) +"DF" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass_mining{ + id_tag = "dauntlessportcargobolts"; + name = "Port Cargo Access"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/portcargo) +"DH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"DI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + pixel_y = -25 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"DJ" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/emblem/itgdauntless{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"DK" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/floor_decal/emblem/itgdauntless, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"DP" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/emblem/itgdauntless{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"DQ" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass_mining{ + id_tag = "dauntlessstarboardcargobolts"; + name = "Starboard Cargo Access"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboardcargo) +"DZ" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/itglight/shuttlebay) +"Eg" = ( +/obj/machinery/alarm/alarms_hidden{ + dir = 1; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"Ej" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/effect/catwalk_plated, +/turf/simulated/floor, +/area/itglight/starboardcargo) +"Ek" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"En" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew1) +"Ep" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"Ev" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"EC" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/map_helper/airlock/door/int_door, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglight_dock_2_inner" + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "itglight_dock_2"; + name = "interior access button"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboarddocking) +"EG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"EH" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 4; + frequency = 1380; + id_tag = "itglight_dock_2"; + pixel_x = -18; + pixel_y = -32; + tag_airpump = "itglight_dock_2_pump"; + tag_chamber_sensor = "itglight_dock_2_sensor"; + tag_exterior_door = "itglight_dock_2_outer"; + tag_interior_door = "itglight_dock_2_inner" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"EI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/shuttlebay) +"EL" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"EN" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"EP" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "itglight_dock_2"; + name = "exterior access button"; + pixel_x = 27; + pixel_y = -27 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"EQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"ER" = ( +/obj/machinery/seed_storage/garden, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"ES" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"EV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portengi) +"EX" = ( +/obj/effect/shuttle_landmark/shuttle_initializer/itglightshuttle, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"EZ" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Fc" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline, +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Fe" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/map_helper/airlock/door/ext_door, +/obj/machinery/door/airlock/external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "itglight_dock_2_outer"; + locked = 1; + name = "Starboard External Airlock" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboarddocking) +"Ff" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Fh" = ( +/obj/machinery/power/smes/buildable/offmap_spawn, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Fu" = ( +/obj/machinery/power/solar_control, +/obj/structure/cable/heavyduty{ + icon_state = "0-2" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Fw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Fx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Fz" = ( +/obj/structure/table/rack/shelf/steel, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/clothing/suit/space/void/medical/alt, +/obj/item/clothing/head/helmet/space/void/medical/alt, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardhighsec) +"FA" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/space; + docking_controller = "itglight_dock_2"; + landmark_tag = "itglight_starboard_dock"; + name = "ITG Dauntless - Dock Starboard" + }, +/turf/space, +/area/space) +"FB" = ( +/obj/item/weapon/stool/baystool/padded, +/obj/structure/window/reinforced{ + pixel_y = -3 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"FH" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"FI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"FQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"FR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall/shull, +/area/itglight/starboarddocking) +"FT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Ga" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Gb" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglight_starboard_inner" + }, +/obj/effect/map_helper/airlock/door/int_door, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1380; + master_tag = "itglight_starboard"; + name = "interior access button"; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboardengi) +"Gc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + on = 0; + pixel_x = 26; + pixel_y = 27 + }, +/obj/machinery/button/remote/airlock{ + id = "dauntlesspq3"; + name = "Door Bolts"; + pixel_x = 24; + pixel_y = 36; + specialfunctions = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew3) +"Gl" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 1 + }, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 4; + frequency = 1380; + id_tag = "itglightshuttle_docker"; + pixel_x = -19; + tag_door = "itglightshuttle_docker_hatch" + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/itglightshuttle) +"Gm" = ( +/obj/structure/table/glass, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/device/flashlight/pen{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Gp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Gq" = ( +/turf/simulated/wall/shull, +/area/itglight/starboarddocking) +"Gt" = ( +/obj/structure/closet/walllocker_double/medical{ + dir = 1; + pixel_y = -26 + }, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/weapon/storage/firstaid/adv, +/obj/item/weapon/storage/firstaid/adv, +/obj/item/weapon/storage/firstaid/clotting, +/obj/item/weapon/storage/firstaid/fire, +/obj/item/weapon/storage/firstaid/fire, +/obj/item/weapon/storage/firstaid/o2, +/obj/item/weapon/storage/firstaid/o2, +/obj/item/weapon/storage/firstaid/toxin, +/obj/item/weapon/storage/firstaid/toxin, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/stack/medical/advanced/ointment, +/obj/item/stack/medical/advanced/ointment, +/obj/item/stack/medical/advanced/ointment, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Gu" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Gv" = ( +/turf/simulated/wall/rshull, +/area/itglight/passengersleeping) +"GA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"GD" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/emblem/itgdauntless{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"GG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"GI" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "itglight_dock_1_pump" + }, +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/portdocking) +"GO" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + on = 0; + pixel_x = 26; + pixel_y = 61 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"GP" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"GQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"GU" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"GV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"GX" = ( +/obj/machinery/atmospherics/unary/engine/biggest{ + dir = 1 + }, +/turf/space, +/area/itglight/starboardengi) +"Hi" = ( +/obj/machinery/button/remote/airlock{ + id = "dauntlessportcargobolts"; + name = "Door Bolts"; + req_access = list(777); + specialfunctions = 4 + }, +/turf/simulated/wall/shull, +/area/itglight/portcargo) +"Hj" = ( +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"Hy" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"HA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"HB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/readyroom) +"HD" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "itglight_dock_2_pump" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/starboarddocking) +"HJ" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"HM" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"HN" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1380; + id_tag = "itglight_dock_1_pump" + }, +/obj/machinery/light/small, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/portdocking) +"HP" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"HQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"HR" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "itglight_dock_1_pump" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/portdocking) +"HU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel, +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/machinery/light, +/turf/simulated/floor, +/area/itglight/starboardengi) +"HW" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "itglight_dock_2_pump" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/starboarddocking) +"HX" = ( +/obj/structure/sign/itg, +/turf/simulated/wall/rshull, +/area/itglight/starboarddocking) +"Ia" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"Ij" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Iu" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"Iv" = ( +/obj/machinery/clonepod/transhuman, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Ix" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "itglight_dock_1_sensor"; + pixel_y = -25 + }, +/obj/effect/map_helper/airlock/sensor/chamber_sensor, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portdocking) +"Iy" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"IA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/wall/rshull, +/area/itglight/portengi) +"IF" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"IH" = ( +/turf/simulated/wall/shull, +/area/itglight/crew1) +"IM" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"IN" = ( +/obj/structure/coatrack, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"IQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "itglight_dock_2_sensor"; + pixel_y = -25 + }, +/obj/effect/map_helper/airlock/sensor/chamber_sensor, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboarddocking) +"IR" = ( +/obj/machinery/atmospherics/binary/pump/fuel, +/turf/simulated/floor, +/area/itglight/portengi) +"IS" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Jc" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + nightshift_setting = 3; + pixel_y = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"Jg" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglight_starboard_outer"; + name = "Starboard Solars External Airlock" + }, +/obj/effect/map_helper/airlock/door/ext_door, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "itglight_starboard"; + name = "exterior access button"; + pixel_y = -27; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/starboardengi) +"Ji" = ( +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Jk" = ( +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1380; + id_tag = "itglight_dock_2_pump" + }, +/obj/machinery/light/small, +/obj/structure/handrail{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/itglight/starboarddocking) +"Jm" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Jt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/closet/crate/bin{ + anchored = 1; + density = 0; + name = "trash bin"; + pixel_x = 10; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Jz" = ( +/obj/machinery/computer/shuttle_control/explore/itglightshuttle, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"JB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"JC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"JI" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"JJ" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"JL" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/shuttlebay) +"JM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"JN" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"JP" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"JR" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/browndouble, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew3) +"JT" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/corp_crate, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"JV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Ka" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Kc" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/large_corp_crate, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Kf" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Kh" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + nightshift_setting = 3; + pixel_y = 25 + }, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Kj" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Kn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Kt" = ( +/obj/effect/shuttle_landmark{ + landmark_tag = "itglight_port"; + name = "ITG Dauntless - Port" + }, +/turf/space, +/area/space) +"Ku" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Kv" = ( +/obj/machinery/power/pointdefense{ + id_tag = "dauntless_pd" + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/itglight/shuttlebay) +"Kx" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/vending/dinnerware{ + dir = 8 + }, +/obj/structure/window/reinforced{ + pixel_y = -3 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"KA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"KB" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + nightshift_setting = 3; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor, +/area/itglight/portengi) +"KG" = ( +/turf/simulated/wall/shull, +/area/itglight/crew2) +"KJ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/medical{ + name = "Surgery and Resleeving"; + req_one_access = list() + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/medbay) +"KK" = ( +/obj/effect/shuttle_landmark{ + landmark_tag = "itglight_starboard"; + name = "ITG Dauntless - Starboard" + }, +/turf/space, +/area/space) +"KM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"KP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"KQ" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced, +/area/itglight/shuttlebay) +"Lg" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Lh" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Lk" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"Lr" = ( +/turf/simulated/wall/rshull, +/area/itglight/captain) +"Ly" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Lz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew4) +"LA" = ( +/obj/machinery/vending/wallmed2{ + dir = 8; + pixel_x = 21 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"LF" = ( +/turf/simulated/wall/rshull, +/area/itglight/portdocking) +"LG" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"LI" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = 0 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"LJ" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/window/reinforced{ + pixel_y = -3 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"LO" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor, +/area/itglight/starboardcargo) +"LQ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/corp_crate, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"LU" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"LX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/starboardcargo) +"LY" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"LZ" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Mg" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Mh" = ( +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"Mk" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/browndouble, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew2) +"Ml" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Mm" = ( +/obj/structure/table/steel_reinforced, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"Mo" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/passengersleeping) +"Mu" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Mv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"My" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"MA" = ( +/obj/structure/bed/chair/sofa/brown{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"ME" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"MF" = ( +/obj/structure/table/wooden_reinforced, +/obj/item/device/paicard, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"MG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"MI" = ( +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"ML" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"MO" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"MS" = ( +/obj/structure/undies_wardrobe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"MU" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"MY" = ( +/obj/structure/bed/chair/sofa/brown/right{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Na" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/tiled/eris/steel/gray_platform, +/area/itglight/portcargo) +"Nc" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + id_tag = "dauntlesspq3"; + name = "Room 3" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/crew3) +"Nd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Ne" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Ng" = ( +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"Nm" = ( +/turf/simulated/wall/shull, +/area/itglight/starboardcargo) +"Nn" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/random/coin, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"No" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/organ_printer/flesh, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"Np" = ( +/turf/simulated/wall/rshull, +/area/itglight/kitchen) +"Nq" = ( +/obj/machinery/ntnet_relay, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Ns" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"Nv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Nx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"NG" = ( +/obj/structure/closet/wardrobe/xenos, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"NJ" = ( +/obj/machinery/power/smes/buildable/offmap_spawn, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"NM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"NN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/itglight/starboardengi) +"NQ" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"NR" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/item/frame/mirror{ + pixel_y = 33 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"NS" = ( +/obj/effect/floor_decal/emblem/itgdauntless{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/shuttle/itglightshuttle) +"NV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"NW" = ( +/obj/structure/closet/wardrobe/suit, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"NY" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable/pink, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Oc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/pink{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Oe" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Oi" = ( +/obj/item/weapon/bedsheet/brown, +/obj/structure/curtain/black, +/obj/structure/bed/padded, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Oj" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Ol" = ( +/obj/structure/bed/chair/sofa/brown/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Om" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/kitchen) +"Or" = ( +/obj/structure/bed/chair/sofa/brown, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Ot" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Ov" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Ow" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Ox" = ( +/obj/machinery/atmospherics/binary/pump/fuel, +/turf/simulated/floor, +/area/itglight/starboardengi) +"OA" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/snack, +/obj/random/snack, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"OC" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/mining{ + id_tag = "dauntlessshuttlbaybolts"; + name = "Shuttle Bay"; + req_one_access = list(777) + }, +/obj/machinery/button/remote/airlock{ + id = "dauntlessshuttlbaybolts"; + name = "Door Bolts"; + pixel_x = 32; + req_access = list(777); + specialfunctions = 4 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/shuttlebay) +"OF" = ( +/obj/structure/table/steel_reinforced, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/snack, +/obj/random/snack, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"OH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"OI" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/itglightshuttle) +"OJ" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"OT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/kitchen) +"OX" = ( +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"OY" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/kitchen) +"Pg" = ( +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Ph" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Pr" = ( +/turf/simulated/wall/rshull, +/area/itglight/showers) +"Py" = ( +/obj/machinery/vending/loadout/uniform{ + density = 0; + pixel_y = 20 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"PA" = ( +/obj/machinery/computer/transhuman/resleeving, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"PB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"PD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 4; + on = 0; + pixel_x = -25; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"PE" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/shuttle/plating/airless, +/area/shuttle/itglightshuttle) +"PJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"PM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"PN" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"PO" = ( +/obj/item/weapon/bedsheet/brown, +/obj/structure/curtain/black, +/obj/structure/bed/padded, +/obj/machinery/alarm/alarms_hidden{ + dir = 4; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"PQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"PS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"PX" = ( +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Qa" = ( +/obj/structure/handrail{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Qh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable/pink{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/metingroom) +"Qi" = ( +/turf/simulated/wall/shull, +/area/itglight/showers) +"Qo" = ( +/obj/machinery/atmospherics/pipe/tank/phoron/full, +/turf/simulated/floor, +/area/itglight/portengi) +"Qp" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"Qq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/lockers) +"Qs" = ( +/obj/effect/catwalk_plated, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor, +/area/itglight/afthall) +"Qt" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"QF" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass{ + name = "Medical" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/medbay) +"QI" = ( +/obj/structure/table/wooden_reinforced, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"QN" = ( +/obj/structure/handrail{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"QO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"QQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"QR" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/device/radio, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"QW" = ( +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"QY" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id = "dauntless_blastdoors"; + name = "blast door" + }, +/turf/simulated/floor, +/area/itglight/medbay) +"Ra" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/device/sleevemate, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Rb" = ( +/obj/structure/flora/pottedplant/orientaltree, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"Rd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Rj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light_switch{ + dir = 8; + on = 0; + pixel_x = 24 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"Rl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"Rn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Rp" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Rq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Rt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Ru" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 8; + on = 0; + pixel_x = 26; + pixel_y = -25 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Rw" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Ry" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"RL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"RU" = ( +/turf/simulated/wall/rshull, +/area/itglight/readyroom) +"RY" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor, +/area/itglight/portengi) +"RZ" = ( +/obj/machinery/chemical_dispenser/biochemistry/full, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Sh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"Sw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Sz" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"SA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"SB" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + id_tag = "dauntlesspq1"; + name = "Room 1" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/crew1) +"SE" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"SF" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1380; + id_tag = "itglight_shuttlebay"; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"SG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"SH" = ( +/obj/structure/table/wooden_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/recharger, +/obj/item/device/radio/intercom{ + pixel_y = -25 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"SL" = ( +/obj/item/weapon/bedsheet/brown, +/obj/structure/curtain/black, +/obj/structure/bed/padded, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"SM" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor, +/area/itglight/portcargo) +"SN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"SO" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass{ + name = "Passenger Access" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/common) +"SV" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/device/radio, +/obj/machinery/alarm/alarms_hidden{ + dir = 8; + pixel_x = 26 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"SY" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Tb" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Td" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-4" + }, +/obj/structure/cable/heavyduty{ + icon_state = "0-8" + }, +/obj/structure/cable/heavyduty, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Tm" = ( +/obj/item/weapon/bedsheet/brown, +/obj/structure/curtain/black, +/obj/structure/bed/padded, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"Tp" = ( +/turf/simulated/floor/carpet, +/area/itglight/readyroom) +"Tt" = ( +/turf/simulated/wall/shull, +/area/itglight/crew3) +"Tw" = ( +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Ty" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"Tz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"TC" = ( +/turf/simulated/floor/airless, +/area/itglight/portengi) +"TE" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/item/frame/mirror{ + pixel_y = 33 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"TJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"TS" = ( +/obj/effect/catwalk_plated, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/itglight/shuttlebay) +"TU" = ( +/turf/simulated/wall/rshull, +/area/itglight/starboardhighsec) +"Ub" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"Ud" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Uj" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/shuttle/itglightshuttle) +"Um" = ( +/turf/space, +/area/space) +"Ut" = ( +/turf/simulated/wall/shull, +/area/itglight/porthighsec) +"Uv" = ( +/obj/structure/table/standard, +/obj/random/soap, +/obj/random/soap, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Uw" = ( +/turf/simulated/wall/shull, +/area/itglight/medbay) +"UF" = ( +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"UH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 4; + on = 0; + pixel_x = -25; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"UI" = ( +/obj/machinery/body_scanconsole, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"UL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"UO" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"UQ" = ( +/obj/machinery/atmospherics/unary/engine/biggest{ + dir = 1 + }, +/turf/space, +/area/itglight/portengi) +"UX" = ( +/obj/machinery/atmospherics/pipe/tank/air/full, +/turf/simulated/floor, +/area/itglight/portengi) +"UY" = ( +/obj/structure/table/glass, +/obj/item/device/sleevemate, +/obj/item/weapon/book/manual/resleeving, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/obj/item/weapon/storage/box/khcrystal, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"UZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/sblucarpet, +/area/itglight/common) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Ve" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/device/radio, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"Vi" = ( +/obj/structure/table/standard, +/obj/random/soap, +/obj/random/soap, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Vn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Vq" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 2 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Vs" = ( +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 1 + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Vz" = ( +/obj/machinery/newscaster{ + pixel_x = -12; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"VB" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/pointdefense_control{ + id_tag = "dauntless_pd" + }, +/turf/simulated/floor, +/area/itglight/starboardengi) +"VC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + on = 0; + pixel_x = 26; + pixel_y = 27 + }, +/obj/machinery/button/remote/airlock{ + id = "dauntlesspq1"; + name = "Door Bolts"; + pixel_x = 24; + pixel_y = 36; + specialfunctions = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew1) +"VE" = ( +/obj/machinery/atmospherics/pipe/tank/phoron/full, +/turf/simulated/floor, +/area/itglight/starboardengi) +"VG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/sign/itg{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"VK" = ( +/obj/structure/table/standard, +/obj/item/weapon/bikehorn/rubberducky, +/obj/item/weapon/towel/random, +/obj/item/weapon/towel/random, +/obj/item/weapon/towel/random, +/obj/item/weapon/towel/random, +/obj/item/weapon/towel/random, +/obj/item/weapon/towel/random, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"VM" = ( +/obj/machinery/atmospherics/unary/engine/bigger{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/itglight/starboardengi) +"VN" = ( +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"VU" = ( +/turf/simulated/wall/shull, +/area/itglight/readyroom) +"VV" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"VX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/portengi) +"Wb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Wc" = ( +/obj/machinery/atmospherics/unary/engine/bigger{ + dir = 1 + }, +/turf/space, +/area/itglight/starboardengi) +"We" = ( +/obj/machinery/power/pointdefense{ + id_tag = "dauntless_pd" + }, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Wf" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Wh" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/dropper, +/obj/item/weapon/storage/box/beakers, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/item/stack/material/phoron, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/random/firstaid, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"Wq" = ( +/turf/simulated/wall/rshull, +/area/itglight/porthighsec) +"Wv" = ( +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"WB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"WC" = ( +/obj/item/weapon/bedsheet/brown, +/obj/structure/curtain/black, +/obj/structure/bed/padded, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/itglight/passengersleeping) +"WD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"WE" = ( +/obj/structure/flora/pottedplant/minitree, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"WG" = ( +/obj/structure/table/wooden_reinforced, +/obj/random/plushie, +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + pixel_y = -25 + }, +/obj/structure/cable/pink, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"WN" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"WO" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/device/radio, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"WP" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + id_tag = "itglight_port_outer"; + name = "Port Solars External Airlock" + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/effect/map_helper/airlock/door/ext_door, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1380; + master_tag = "itglight_port"; + name = "exterior access button"; + pixel_y = -27; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/portengi) +"WQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"WS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"WU" = ( +/obj/machinery/vending/hydronutrients{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"WZ" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Xb" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"Xg" = ( +/obj/structure/handrail{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"Xh" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/eris/steel/techfloor_grid, +/area/itglight/passengersleeping) +"Xj" = ( +/obj/effect/shuttle_landmark{ + landmark_tag = "itglight_aft"; + name = "ITG Dauntless - Aft" + }, +/turf/space, +/area/space) +"Xl" = ( +/obj/machinery/power/apc/hyper{ + alarms_hidden = 1; + dir = 8; + pixel_x = -25 + }, +/obj/structure/cable/pink{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Xn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Xq" = ( +/turf/simulated/wall/shull, +/area/itglight/passengersleeping) +"Xu" = ( +/turf/simulated/wall/shull, +/area/itglight/common) +"Xv" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"Xx" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock{ + name = "Showers" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/lockers) +"Xz" = ( +/obj/structure/medical_stand, +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/white/techfloor_grid, +/area/itglight/medbay) +"XA" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"XD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"XE" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"XF" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"XH" = ( +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/shuttlebay) +"XK" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor, +/area/itglight/starboardengi) +"XM" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 8; + on = 0; + pixel_x = 26; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"XN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light/small, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew1) +"XO" = ( +/obj/machinery/power/pointdefense{ + id_tag = "dauntless_pd" + }, +/obj/structure/cable/pink{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"XP" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"XQ" = ( +/turf/simulated/wall/shull, +/area/itglight/captain) +"XT" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"XX" = ( +/turf/simulated/wall/shull, +/area/itglight/starboardengi) +"Yb" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Yf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Yg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"Yh" = ( +/obj/structure/window/reinforced{ + pixel_y = -3 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Yk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/itglight/forehall) +"Yp" = ( +/obj/structure/table/standard, +/obj/random/soap, +/obj/random/soap, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Yq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor, +/area/itglight/portengi) +"Ys" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Yt" = ( +/turf/simulated/wall/shull, +/area/itglight/crew4) +"Yu" = ( +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Yw" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Yy" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Yz" = ( +/obj/structure/cable, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"YA" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"YC" = ( +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"YD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel, +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/machinery/light, +/turf/simulated/floor, +/area/itglight/portengi) +"YG" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner, +/area/shuttle/itglightshuttle) +"YL" = ( +/obj/structure/sink{ + pixel_y = 21; + plane = -34 + }, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"YM" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1; + icon_state = "shower" + }, +/turf/simulated/floor/tiled{ + icon_state = "techmaint" + }, +/area/itglight/showers) +"YO" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/obj/random/meat, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"YR" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/restrooms) +"YT" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"YU" = ( +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/pink{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"YX" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-4" + }, +/obj/structure/cable/heavyduty{ + icon_state = "0-8" + }, +/obj/structure/cable/heavyduty, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"Za" = ( +/turf/simulated/wall/shull, +/area/itglight/portengi) +"Zc" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + name = "Showers" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/showers) +"Zd" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/chemical_dispenser/bar_soft/full, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Zf" = ( +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Zh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardsolars) +"Zi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + icon_state = "intact-supply" + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/showers) +"Zj" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/mining{ + name = "Port Engineering"; + req_one_access = list(777) + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/itglight/portengi) +"Zm" = ( +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Zp" = ( +/obj/item/weapon/stool/baystool/padded, +/turf/simulated/floor/tiled/eris/cafe, +/area/itglight/kitchen) +"Zq" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/solar, +/turf/simulated/floor/airless, +/area/itglight/portsolars) +"Zr" = ( +/turf/simulated/wall/shull, +/area/itglight/shuttlebay) +"Zs" = ( +/obj/structure/bed/chair/sofa/brown/left, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/common) +"Zw" = ( +/turf/simulated/wall/shull, +/area/itglight/kitchen) +"Zz" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/turf/simulated/floor/tiled/white, +/area/itglight/restrooms) +"ZG" = ( +/turf/simulated/wall/shull, +/area/itglight/restrooms) +"ZI" = ( +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"ZJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/itglight/starboardengi) +"ZK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/closet/walllocker_double/medical{ + pixel_x = -32; + pixel_y = 27 + }, +/obj/item/weapon/storage/bag/chemistry, +/obj/item/clothing/under/rank/chemist, +/obj/item/clothing/suit/storage/toggle/labcoat/chemist, +/obj/item/weapon/storage/box/pillbottles, +/obj/item/weapon/storage/box/beakers, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"ZL" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"ZM" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/airless, +/area/itglight/starboardengi) +"ZN" = ( +/turf/simulated/wall/shull, +/area/itglight/portcargo) +"ZO" = ( +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/obj/structure/closet/crate/bin{ + anchored = 1; + density = 0; + name = "trash bin"; + pixel_x = -10; + pixel_y = 11 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"ZQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/itglight/crew1) +"ZT" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) +"ZX" = ( +/turf/simulated/floor/tiled/monotile, +/area/itglight/lockers) +"ZY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/pink{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm/alarms_hidden{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/eris/steel/brown_platform, +/area/itglight/afthall) +"ZZ" = ( +/obj/machinery/sleep_console, +/obj/structure/cable/pink{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/eris/white/cargo, +/area/itglight/medbay) + +(1,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(2,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(3,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(4,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(5,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(6,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(7,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(8,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(9,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(10,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(11,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(12,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(13,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(14,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(15,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(16,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(17,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(18,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(19,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(20,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(21,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(22,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(23,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(24,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(25,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(26,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(27,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(28,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(29,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(30,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(31,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(32,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(33,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Kt +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(34,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(35,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(36,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(37,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(38,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(39,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(40,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(41,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(42,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(43,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(44,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(45,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(46,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(47,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(48,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +Zq +FH +Yz +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(49,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XF +Cg +Cg +Cg +Cg +Cg +Cg +Cg +Cg +GU +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +uv +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(50,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Zq +IF +IF +IF +IF +IF +IF +IF +IF +IF +zj +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +Lg +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(51,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XF +Cg +Cg +Cg +Cg +Cg +Cg +Cg +Cg +Cg +Cg +Ry +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +mu +uv +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(52,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Zq +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +zj +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +IF +Lg +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(53,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XF +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +tl +lv +EV +sX +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +rJ +uv +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(54,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +We +zn +Np +Np +kH +kH +kH +Np +kH +kH +kH +Np +vy +vy +WP +vy +vy +vy +Hy +vy +vy +vy +vy +vy +vy +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(55,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Yu +SY +zn +Np +rn +YC +Wv +pE +ac +bn +gc +zv +lO +Za +nR +im +lV +Za +Qo +VX +nu +lR +IA +TC +zS +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(56,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +BR +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Yu +Yu +Yu +Lh +XT +Om +YL +GO +NQ +Dp +jj +jj +eI +SN +yN +Za +Za +yy +Za +Za +Qo +nf +nu +un +vy +TC +zB +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(57,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +hr +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Yu +Oj +WD +WD +WD +WD +uv +Np +YO +Pg +Pg +UO +GQ +GQ +GQ +jF +JJ +Za +to +Td +RY +RY +RY +JB +oN +uF +IA +TC +zB +UQ +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(58,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +LF +LF +zt +Ca +LF +LF +LF +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +WN +Np +Zd +Pg +dB +cf +LJ +ER +Pg +Pg +WU +Za +pi +im +hm +lK +nW +Ab +IR +YD +vy +TC +zB +zB +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(59,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Wq +Wq +fr +fr +pm +fX +kJ +mZ +on +rg +wk +zR +Cp +DB +xj +zG +Cq +zG +HN +LF +WN +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +WN +WN +OT +Ae +Pg +Zp +qU +FB +AK +Pg +Pg +AK +Za +Fc +gk +CI +Fh +oR +Yq +Rn +HQ +vy +TC +zB +zB +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(60,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Lr +Lr +aw +aw +Lr +Lr +eo +zR +zR +zR +ta +vX +oT +oE +ym +tD +zQ +BP +CM +xE +HP +CJ +GA +Ix +LF +WN +WN +Um +Um +Um +Gv +Gv +Mo +Gv +Mo +Gv +Mo +Gv +Gv +WN +Np +Zm +Pg +Pg +QO +Yh +AK +Pg +Pg +AK +Za +UX +gA +RL +HM +FQ +py +Ty +Nx +IA +TC +vl +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(61,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +sy +sy +sy +Lr +ak +ay +hU +xw +XQ +eu +zR +qh +zR +tg +wg +wY +pW +yw +zR +zR +BX +DB +GI +HR +CO +HR +GI +LF +WN +WN +WN +WN +WN +Gv +wm +PX +SL +PX +PO +PX +Tm +Gv +WN +Np +Ct +cx +Zp +fE +Kx +cA +NY +eF +AK +Za +UX +Dg +Rj +pU +Ar +Dc +Dc +KB +vy +TC +TC +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(62,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +sy +sy +bp +cW +em +gL +gL +bA +cv +XQ +pm +zR +qh +zR +tg +wj +Ut +Ut +yJ +Ut +Ut +Ut +DB +DB +DB +Db +DB +DB +LF +gK +gK +gK +gK +gK +Gv +LY +PS +PS +Rd +PQ +PQ +Sz +Gv +qZ +Np +Zw +Zw +Zw +OY +Zw +Zw +Zw +Zw +Zw +Za +Za +Za +Za +Zj +Za +Za +Za +Za +vy +vy +vy +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(63,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +sy +sy +sy +bq +sy +Lr +gO +ay +gu +af +XQ +pm +zR +zR +ww +jo +wk +ZN +oI +rh +sx +sx +um +sx +yf +sx +Do +sx +yf +sx +um +sx +sx +sx +vi +Xq +SL +PX +SL +Rt +SL +PX +SL +Xq +Tw +Xl +Zz +oK +ZG +uf +Ga +SB +VC +En +ZQ +Zr +PM +jG +yO +iC +Gp +Ne +Gp +Gp +JM +fC +cV +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(64,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +WN +Lr +gS +aN +bE +cR +XQ +Ut +Ut +Ut +Ut +Ut +Ut +ZN +yF +yP +JP +JP +JP +sx +JP +JP +Do +JP +up +sx +JP +JP +JP +JP +yD +Xq +Oc +Mv +Mv +Ov +EG +EG +WB +Xh +Nv +Xn +ZG +ZG +ZG +Vd +ZI +IH +ec +BU +XN +Zr +LU +iZ +iZ +eq +iZ +iZ +vO +XH +XH +fC +fC +mo +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(65,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +Lr +gX +aS +bF +cY +XQ +ew +ag +ah +ai +aj +wy +ZN +oU +rM +DH +DH +DH +DH +DH +DH +Dy +GG +GG +JC +KA +KA +KA +KA +My +Xq +Oi +Dv +SL +Ru +SL +Dv +WC +Xq +Tz +Xv +Kj +Tb +ZG +VG +Qt +IH +IH +IH +IH +Zr +HJ +XH +XH +Ub +XH +XH +jQ +iZ +iZ +iZ +EI +JL +tj +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(66,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +hF +Lr +XQ +XQ +aa +XQ +XQ +Qh +ms +ul +ul +ul +DI +ZN +yD +AU +Na +JP +up +sx +up +JP +Ia +JP +JP +Do +JP +JT +JT +JP +yF +Xq +Xq +Xq +Xq +AG +Xq +Xq +Xq +Xq +NR +XD +ZG +ZG +ZG +uf +Ga +wG +go +Cl +xM +Zr +tE +PB +PB +EQ +VV +VV +fY +VV +VV +JN +fC +fC +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(67,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +ds +fa +aq +aU +od +jE +lH +eA +fP +ul +ul +ul +qo +ZN +pG +sx +sx +sx +sx +Eg +ZN +Hi +DF +ZN +ZN +Jc +sx +sx +sx +sx +KP +Xu +Ol +MA +MY +Ow +Qa +ab +WE +Xu +TE +XM +dv +Tb +ZG +ZY +ZI +KG +ip +Mk +yI +Zr +SF +dE +dE +dE +dE +dE +KQ +dE +dE +dE +dE +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(68,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +ds +fb +hk +aV +bJ +dq +lH +eE +gh +ul +ul +vf +kN +ZN +ZN +SM +SM +SM +SM +ZN +ZN +Aa +Iu +GP +ZN +ZN +SM +SM +SM +SM +ZN +Xu +Or +yK +QI +Sh +UF +UF +IN +Xu +ZG +YR +ZG +ZG +ZG +Vd +ZI +KG +KG +KG +KG +Zr +tq +dE +dE +zg +eb +zg +jV +zg +zg +zg +zg +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(69,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +bT +hF +hF +hq +aY +ik +ka +el +eJ +gW +vf +vf +js +te +nh +Ng +Ng +Ng +dR +Ng +Ep +Ng +Ng +DJ +Ng +Ng +Ep +Ng +ea +Ng +Ng +Ng +Xu +Zs +QI +Nn +Sh +UF +UF +Vz +Xu +Ud +YT +ZI +YA +ZI +Vd +ZI +ix +Zr +of +XH +XH +tq +dE +zg +YG +rC +LI +ii +Gl +nH +PE +yE +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(70,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +ad +Um +Um +Um +Um +Um +Um +Um +Um +Um +as +Um +bT +dj +hF +hy +hS +ow +kn +lH +eQ +ov +qq +iI +tL +kO +nv +LG +LG +LG +tP +LG +LG +LG +As +DK +LG +LG +LG +LG +tP +LG +LG +bk +wL +LZ +ME +Ns +MU +Qp +EN +Jm +SO +Oe +YU +pn +uk +pn +Qs +pn +Ij +OC +EZ +GD +bs +TS +dE +CY +Jz +nb +NS +iT +OI +BJ +PE +yE +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Xj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(71,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +bT +hF +hF +hC +hc +it +kp +lu +nq +oy +wD +rZ +vf +qB +nh +Ng +Ng +Ng +Yk +Ng +Ev +Ng +AF +DP +Ng +Ng +Ev +Ng +uI +Ng +Ng +Ng +Xu +Ot +wW +UF +Sh +UF +UZ +Jt +Xu +Yg +YT +ZI +lh +ZI +Vd +ZI +Fx +Zr +IM +XH +XH +tq +dE +zg +YG +rC +aQ +EX +nH +sP +PE +yE +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(72,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +ds +ga +hT +hT +iu +kq +lH +eU +oz +qK +iU +uX +la +Nm +Nm +LO +LO +LO +LO +Nm +Nm +AJ +Iu +xp +Nm +Nm +LO +LO +LO +LO +Nm +Xu +Mg +MF +Rb +Sh +UF +UZ +SH +Xu +Qi +Zc +Qi +Qi +Qi +Vd +ZI +Tt +Tt +Tt +Tt +Zr +tq +dE +dE +zg +Uj +zg +aK +zg +zg +zg +zg +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(73,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +ds +ge +jm +bd +oA +ky +lH +nO +oz +mf +qN +uX +tr +Nm +pH +kR +kR +kR +kR +wS +Nm +tz +DQ +Nm +Nm +Kh +kR +kR +kR +kR +Ek +Xu +Ml +Ml +Ji +Sw +QN +Rp +WG +Xu +Uv +Zf +UL +YM +Qi +wA +Ga +Nc +Gc +BA +yQ +Zr +Mu +dE +dE +dE +dE +dE +KQ +dE +dE +dE +dE +dE +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(74,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +hF +RU +VU +VU +iJ +VU +VU +vR +oz +qN +qN +uX +qB +Nm +wI +Kf +Kf +Kf +Kf +kR +Kf +Kf +Iy +Kf +Kf +IS +Kc +Kc +LQ +LQ +qG +Dz +Dz +Dz +Dz +xi +Dz +Dz +Dz +Dz +Yp +Zi +yc +YM +Qi +Vd +ZI +Tt +Dx +JR +zs +Zr +cU +GV +GV +bC +Ly +Ly +xO +Ly +Ly +Ku +fC +fC +fC +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(75,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +RU +Mh +Tp +cb +dC +VU +nl +vf +hs +dO +vf +qB +Nm +qA +Ff +Ff +Ff +Ff +Ff +Ff +Ff +Ej +xr +xr +Kn +Ff +Ff +Ff +Ff +Lk +Dz +OA +ML +NG +PD +Ve +Ve +WO +Dz +Vi +Nd +yc +YM +Qi +VG +Qt +Yt +Yt +Yt +Yt +Zr +HJ +XH +XH +po +iZ +iZ +wX +iZ +iZ +iZ +EI +DZ +tj +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(76,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +WN +RU +Tp +bi +ci +Tp +VU +CH +CH +CH +CH +CH +wK +Nm +qG +Kf +Kc +LQ +LQ +kR +Kf +Kf +IS +Kf +Kf +kR +Kf +Kf +eV +Kc +wI +Dz +OF +ZX +ZX +SA +WQ +WQ +WQ +Xx +Vn +Fw +yc +YM +Qi +uf +Ga +cl +ic +Au +Lz +Zr +oq +iZ +iZ +BM +XH +XH +XH +Nq +cw +fC +fC +Kv +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(77,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +lo +lo +lo +ae +lo +RU +av +bv +hw +ed +VU +eW +hi +qW +jg +vr +lD +Nm +xZ +kR +kR +kR +wu +kR +yS +kR +IS +kR +yS +kR +wu +kR +kR +kR +LX +Dz +OH +ZX +ZX +SG +ZX +ZX +Xb +Dz +VK +kU +Rw +YM +Qi +Vd +ZI +Yt +BS +cp +vI +Zr +WS +ko +Gp +Gu +yO +aX +yO +yO +TJ +fC +cV +tj +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(78,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +lo +lo +cM +dD +HB +hO +by +mR +Tp +VU +oc +oB +Bt +Bt +Bt +mg +CH +CH +CH +CH +CH +CH +Gq +Gq +Gq +EC +Gq +Gq +uq +hY +hY +hY +hY +hY +yn +OJ +ZX +ZX +SG +ZX +ZX +Xg +yn +Pr +Pr +Qi +Qi +Qi +QF +Uw +Uw +Uw +Uw +Uw +XX +XX +XX +XX +iq +XX +XX +XX +XX +zm +zm +zm +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(79,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +lo +lo +lo +RU +Tp +Tp +Tp +Tp +VU +fg +hn +rq +mF +jB +mq +nx +qR +sR +CQ +CQ +wz +Gq +yT +Bj +EH +Bj +yT +uq +WN +WN +WN +WN +WN +yn +Mm +MS +NW +Ba +QR +QR +SV +yn +WN +xx +RZ +fc +eS +UH +lw +Uw +dd +dS +AH +XX +Yb +Dk +sQ +uz +KM +CU +CU +pl +li +kY +VM +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(80,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +RU +RU +iR +iR +RU +RU +oc +oH +Bt +Bt +oB +wN +yZ +yZ +yZ +tH +Bq +Cy +FR +yY +Bo +EL +HA +IQ +uq +WN +WN +Um +Um +Um +yn +yn +Qq +Qq +yn +Qq +Qq +yn +yn +WN +QY +ZK +gt +wM +NV +wa +Uw +tx +Hj +Xz +XX +Yb +sq +na +AM +ud +FT +nP +gG +zm +kY +sF +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(81,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +TU +TU +Fz +rw +sf +jL +mL +xy +yd +za +zL +Bt +CA +Gq +HD +HW +EP +HW +Jk +uq +WN +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +WN +WN +QY +ZL +fe +Wh +Vq +ES +Uw +PJ +Rl +No +XX +OX +Ka +zr +NJ +NM +JV +Rq +Ph +li +kY +sF +GX +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(82,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +TU +TU +TU +TU +TU +TU +TU +TU +TU +TU +TU +TU +uq +uq +HX +Fe +uq +uq +uq +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +WN +WN +xx +ZO +QW +QW +dP +Ra +Uw +Py +ir +Gm +XX +VB +XA +tC +gH +zp +QQ +Ox +HU +zm +kY +sF +sF +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(83,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +hK +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +VN +PN +MG +MG +MG +MG +Wb +QY +ZT +QW +hG +eZ +nJ +KJ +nJ +ei +ES +XX +Fu +YX +XK +XK +XK +qg +ls +NN +zm +kY +sF +sF +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(84,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +FA +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +VN +VN +VN +MI +Wf +QY +ZZ +aH +UI +qt +Gt +Uw +PA +xk +wV +XX +XX +Gb +XX +XX +VE +ZJ +Vs +xT +li +kY +Wc +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(85,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +VN +MO +Ys +xx +om +LA +QW +pL +fz +Uw +UY +om +Iv +XX +wt +zq +AZ +XX +VE +Yf +Vs +BW +zm +kY +kY +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(86,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XO +Ys +xx +xx +xx +ie +xx +xx +xx +xx +xx +xx +zm +zm +Jg +zm +zm +zm +su +zm +zm +zm +zm +zm +zm +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(87,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XP +Yy +Yy +Yy +Yy +Yy +Yy +Yy +Yy +Yy +Yy +zD +zM +ZM +rF +rf +rf +rf +rf +rf +rf +rf +rf +rf +Wb +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(88,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Yw +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +WZ +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +ne +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(89,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XP +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +JI +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Wb +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(90,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Yw +XE +XE +XE +XE +XE +XE +XE +XE +XE +WZ +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +XE +ne +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(91,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +XP +CX +CX +CX +CX +CX +CX +CX +CX +SE +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Zh +Wb +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(92,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +Yw +ih +uy +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(93,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(94,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(95,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(96,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(97,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(98,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(99,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(100,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(101,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(102,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(103,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(104,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(105,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(106,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(107,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(108,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(109,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(110,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(111,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(112,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +KK +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(113,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(114,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(115,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(116,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(117,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(118,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(119,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(120,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(121,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(122,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(123,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(124,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(125,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(126,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(127,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(128,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(129,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(130,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(131,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(132,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(133,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(134,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(135,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(136,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(137,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(138,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(139,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} +(140,1,1) = {" +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +Um +"} diff --git a/maps/offmap_vr/om_ships/itglight.dmm b/maps/offmap_vr/om_ships/itglight.dmm index 4707ee1c88..0d118df065 100644 --- a/maps/offmap_vr/om_ships/itglight.dmm +++ b/maps/offmap_vr/om_ships/itglight.dmm @@ -56,7 +56,7 @@ "af" = ( /obj/structure/table/wooden_reinforced, /obj/item/weapon/paper/dockingcodes, -/obj/item/weapon/card/id/itg/event/captain, +/obj/item/weapon/card/id/event/accessset/itg/crew/captain, /obj/machinery/computer/ship/navigation/telescreen{ pixel_y = -32 }, @@ -88,7 +88,7 @@ /obj/item/clothing/suit/chef/classic, /obj/item/clothing/head/chefhat, /obj/item/clothing/suit/storage/solgov/service/army/service, -/obj/item/weapon/card/id/itg/event/service, +/obj/item/weapon/card/id/event/accessset/itg/crew/service, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/itglight/metingroom) "ah" = ( @@ -115,7 +115,7 @@ /obj/item/clothing/suit/storage/hooded/wintercoat/engineering, /obj/item/taperoll/engineering, /obj/item/clothing/suit/storage/solgov/service/army/engineering, -/obj/item/weapon/card/id/itg/event/engineer, +/obj/item/weapon/card/id/event/accessset/itg/crew/engineer, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/itglight/metingroom) "ai" = ( @@ -141,7 +141,7 @@ }, /obj/item/clothing/suit/storage/hooded/wintercoat/medical, /obj/item/clothing/suit/storage/solgov/service/army/medical, -/obj/item/weapon/card/id/itg/event/medical, +/obj/item/weapon/card/id/event/accessset/itg/crew/medical, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/itglight/metingroom) "aj" = ( @@ -168,7 +168,7 @@ /obj/item/clothing/suit/storage/hooded/wintercoat/security, /obj/item/clothing/suit/storage/trench, /obj/item/clothing/suit/storage/solgov/service/army/security, -/obj/item/weapon/card/id/itg/event/security, +/obj/item/clothing/accessory/poncho/thermal/security, /obj/item/clothing/accessory/holster/hip, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/itglight/metingroom) @@ -3654,21 +3654,21 @@ }, /obj/item/clothing/suit/space/void/captain, /obj/item/clothing/head/helmet/space/void/captain, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event/passengerliason, -/obj/item/weapon/card/id/itg/event/pilot, -/obj/item/weapon/card/id/itg/event/research, -/obj/item/weapon/card/id/itg/event/research, -/obj/item/weapon/card/id/itg/event/security, -/obj/item/weapon/card/id/itg/event/service, -/obj/item/weapon/card/id/itg/event/engineer, -/obj/item/weapon/card/id/itg/event/engineer, -/obj/item/weapon/card/id/itg/event/medical, -/obj/item/weapon/card/id/itg/event/medical, +/obj/item/weapon/card/id/event/accessset/itg/crew, +/obj/item/weapon/card/id/event/accessset/itg/crew, +/obj/item/weapon/card/id/event/accessset/itg/crew, +/obj/item/weapon/card/id/event/accessset/itg/crew, +/obj/item/weapon/card/id/event/accessset/itg/crew, +/obj/item/weapon/card/id/event/accessset/itg/crew/passengerliason, +/obj/item/weapon/card/id/event/accessset/itg/crew/pilot, +/obj/item/weapon/card/id/event/accessset/itg/crew/research, +/obj/item/weapon/card/id/event/accessset/itg/crew/research, +/obj/item/clothing/accessory/poncho/thermal/security, +/obj/item/weapon/card/id/event/accessset/itg/crew/service, +/obj/item/weapon/card/id/event/accessset/itg/crew/engineer, +/obj/item/weapon/card/id/event/accessset/itg/crew/engineer, +/obj/item/weapon/card/id/event/accessset/itg/crew/medical, +/obj/item/weapon/card/id/event/accessset/itg/crew/medical, /obj/item/clothing/suit/storage/hooded/wintercoat/cargo{ name = "dauntless winter coat" }, From 94e6811a6c0b276d988c579c1e74e2871b14c7f7 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:52:01 +1000 Subject: [PATCH 09/18] Fixes random ponchos instead of IDs on ITG --- maps/offmap_vr/om_ships/itglight.dmm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maps/offmap_vr/om_ships/itglight.dmm b/maps/offmap_vr/om_ships/itglight.dmm index 0d118df065..4444727be2 100644 --- a/maps/offmap_vr/om_ships/itglight.dmm +++ b/maps/offmap_vr/om_ships/itglight.dmm @@ -168,7 +168,7 @@ /obj/item/clothing/suit/storage/hooded/wintercoat/security, /obj/item/clothing/suit/storage/trench, /obj/item/clothing/suit/storage/solgov/service/army/security, -/obj/item/clothing/accessory/poncho/thermal/security, +/obj/item/weapon/card/id/event/accessset/itg/crew/security, /obj/item/clothing/accessory/holster/hip, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/itglight/metingroom) @@ -3663,7 +3663,7 @@ /obj/item/weapon/card/id/event/accessset/itg/crew/pilot, /obj/item/weapon/card/id/event/accessset/itg/crew/research, /obj/item/weapon/card/id/event/accessset/itg/crew/research, -/obj/item/clothing/accessory/poncho/thermal/security, +/obj/item/weapon/card/id/event/accessset/itg/crew/security, /obj/item/weapon/card/id/event/accessset/itg/crew/service, /obj/item/weapon/card/id/event/accessset/itg/crew/engineer, /obj/item/weapon/card/id/event/accessset/itg/crew/engineer, From f41f72c3cf47076578115f24efb1a8aebb410756 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Mar 2021 15:53:17 +1000 Subject: [PATCH 10/18] Removes random backup file --- maps/offmap_vr/om_ships/backup/itglight.dmm | 28457 ------------------ 1 file changed, 28457 deletions(-) delete mode 100644 maps/offmap_vr/om_ships/backup/itglight.dmm diff --git a/maps/offmap_vr/om_ships/backup/itglight.dmm b/maps/offmap_vr/om_ships/backup/itglight.dmm deleted file mode 100644 index 4707ee1c88..0000000000 --- a/maps/offmap_vr/om_ships/backup/itglight.dmm +++ /dev/null @@ -1,28457 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Captain's Quarters"; - req_one_access = list(778) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/captain) -"ab" = ( -/obj/structure/bed/chair/bay/chair/padded/red/bignest{ - name = "large dog bed" - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/mob/living/simple_mob/vore/woof/cass, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"ac" = ( -/obj/machinery/smartfridge, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"ad" = ( -/obj/effect/shuttle_landmark{ - landmark_tag = "itglight_fore"; - name = "ITG Dauntless - Fore" - }, -/turf/space, -/area/space) -"ae" = ( -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/pointdefense{ - id_tag = "dauntless_pd" - }, -/turf/simulated/floor/airless, -/area/itglight/readyroom) -"af" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/paper/dockingcodes, -/obj/item/weapon/card/id/itg/event/captain, -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_y = -32 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"ag" = ( -/obj/structure/closet/walllocker_double{ - dir = 8; - name = "Cook's Cabinet"; - pixel_x = -27 - }, -/obj/item/clothing/under/tactical, -/obj/item/clothing/shoes/boots/workboots, -/obj/item/clothing/accessory/armband/hydro, -/obj/item/clothing/under/utility, -/obj/item/clothing/under/utility/blue, -/obj/item/clothing/under/utility/grey, -/obj/item/clothing/shoes/boots/winter, -/obj/item/clothing/shoes/boots/duty, -/obj/item/device/communicator, -/obj/item/weapon/storage/backpack/messenger/hyd, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/hydro, -/obj/item/clothing/suit/chef, -/obj/item/clothing/suit/chef/classic, -/obj/item/clothing/head/chefhat, -/obj/item/clothing/suit/storage/solgov/service/army/service, -/obj/item/weapon/card/id/itg/event/service, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"ah" = ( -/obj/structure/closet/walllocker_double{ - dir = 8; - name = "Engineer's Cabinet"; - pixel_x = -27 - }, -/obj/item/clothing/under/tactical, -/obj/item/clothing/shoes/boots/workboots, -/obj/item/clothing/accessory/armband/engine, -/obj/item/clothing/under/utility, -/obj/item/clothing/under/utility/blue, -/obj/item/clothing/under/utility/grey, -/obj/item/clothing/shoes/boots/winter, -/obj/item/clothing/shoes/boots/duty, -/obj/item/device/communicator, -/obj/item/weapon/storage/backpack/messenger/engi, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/engineering, -/obj/item/taperoll/engineering, -/obj/item/clothing/suit/storage/solgov/service/army/engineering, -/obj/item/weapon/card/id/itg/event/engineer, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"ai" = ( -/obj/structure/closet/walllocker_double{ - dir = 8; - name = "Medic's Cabinet"; - pixel_x = -27 - }, -/obj/item/clothing/under/tactical, -/obj/item/clothing/shoes/boots/workboots, -/obj/item/clothing/accessory/armband/med/cross, -/obj/item/clothing/under/utility, -/obj/item/clothing/under/utility/blue, -/obj/item/clothing/under/utility/grey, -/obj/item/clothing/shoes/boots/winter, -/obj/item/clothing/shoes/boots/duty, -/obj/item/device/communicator, -/obj/item/weapon/storage/backpack/messenger/med, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/medical, -/obj/item/clothing/suit/storage/solgov/service/army/medical, -/obj/item/weapon/card/id/itg/event/medical, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"aj" = ( -/obj/structure/closet/walllocker_double{ - dir = 8; - name = "Security's Cabinet"; - pixel_x = -27 - }, -/obj/item/clothing/under/tactical, -/obj/item/clothing/shoes/boots/workboots, -/obj/item/clothing/accessory/armband, -/obj/item/clothing/under/utility, -/obj/item/clothing/under/utility/blue, -/obj/item/clothing/under/utility/grey, -/obj/item/clothing/shoes/boots/winter, -/obj/item/clothing/shoes/boots/duty, -/obj/item/device/communicator, -/obj/item/weapon/storage/backpack/messenger/sec, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/clothing/suit/storage/hooded/wintercoat/security, -/obj/item/clothing/suit/storage/trench, -/obj/item/clothing/suit/storage/solgov/service/army/security, -/obj/item/weapon/card/id/itg/event/security, -/obj/item/clothing/accessory/holster/hip, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"ak" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/browndouble, -/obj/structure/curtain{ - color = "#2e1604" - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"aq" = ( -/obj/structure/closet/autolok_wall{ - pixel_x = -24 - }, -/obj/item/device/radio, -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 4 - }, -/obj/item/device/flash, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"as" = ( -/obj/effect/overmap/visitable/ship/itglight, -/turf/space, -/area/space) -"av" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"aw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/captain) -"ay" = ( -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"aH" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"aK" = ( -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglightshuttle_docker_hatch"; - name = "Shuttle Hatch" - }, -/obj/effect/map_helper/airlock/door/simple, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/itglightshuttle) -"aN" = ( -/turf/simulated/floor/wood, -/area/itglight/captain) -"aQ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"aS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - dir = 8; - on = 0; - pixel_x = 26; - pixel_y = -6 - }, -/turf/simulated/floor/wood, -/area/itglight/captain) -"aU" = ( -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"aV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"aX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"aY" = ( -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"bd" = ( -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"bi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"bk" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/button/remote/airlock{ - id = "dauntlesspassengeraccessbolts"; - name = "Door Bolts"; - pixel_x = 32; - pixel_y = -32; - req_access = list(777); - specialfunctions = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"bn" = ( -/obj/machinery/chem_master/condimaster, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"bp" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/captain) -"bq" = ( -/obj/machinery/power/pointdefense{ - id_tag = "dauntless_pd" - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/itglight/captain) -"bs" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"bv" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"by" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"bA" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"bC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"bE" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/wood, -/area/itglight/captain) -"bF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/itglight/captain) -"bJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"bT" = ( -/turf/simulated/floor/airless, -/area/itglight/cockpit) -"cb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 4; - on = 0; - pixel_x = -25; - pixel_y = 26 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"cf" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 3 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"ci" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"cl" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - id_tag = "dauntlesspq4"; - name = "Room 4" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/crew4) -"cp" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/browndouble, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew4) -"cv" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"cw" = ( -/obj/machinery/telecomms/allinone, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"cx" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 3 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"cA" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"cM" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/readyroom) -"cR" = ( -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 8 - }, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - pixel_y = -25 - }, -/obj/structure/cable/pink, -/turf/simulated/floor/wood, -/area/itglight/captain) -"cU" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/handrail, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"cV" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/itglight/shuttlebay) -"cW" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/itglight/captain) -"cY" = ( -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/itglight/captain) -"dd" = ( -/obj/machinery/computer/operating{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"dj" = ( -/obj/machinery/shipsensors{ - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/floor/airless, -/area/itglight/cockpit) -"dq" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/table/steel_reinforced, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = -23 - }, -/obj/item/weapon/paper_bin, -/obj/item/weapon/pen, -/obj/item/weapon/pen/blade/blue{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/weapon/pen/blade/red{ - pixel_x = -4; - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"ds" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/cockpit) -"dv" = ( -/obj/machinery/door/airlock{ - name = "Unit 1" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"dB" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"dC" = ( -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"dD" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/itglight/readyroom) -"dE" = ( -/turf/simulated/floor/reinforced, -/area/itglight/shuttlebay) -"dO" = ( -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 25 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"dP" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"dR" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"dS" = ( -/obj/machinery/oxygen_pump/anesthetic{ - pixel_x = -28 - }, -/obj/machinery/optable, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"ea" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"eb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/shuttle/itglightshuttle) -"ec" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/storage/mre/random, -/obj/random/plushie, -/obj/random/contraband/nofail, -/obj/random/drinksoft, -/obj/item/device/radio, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew1) -"ed" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - pixel_y = -25 - }, -/obj/structure/cable/pink, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"ei" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"el" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/glass_mining{ - name = "Bridge"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/cockpit) -"em" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/captain) -"eo" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/random/multiple/corp_crate, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"eq" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"eu" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"ew" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"eA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"eE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/handrail, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"eF" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"eI" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/book/manual/chef_recipes, -/obj/item/weapon/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"eJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"eQ" = ( -/obj/structure/sign/itg{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"eS" = ( -/obj/machinery/vending/medical{ - req_access = null - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"eU" = ( -/obj/structure/handrail, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"eV" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"eW" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/item/weapon/rig/eva, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"eZ" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"fa" = ( -/obj/machinery/computer/ship/engines, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"fb" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/recharger, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"fc" = ( -/obj/machinery/chem_master, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -25 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"fe" = ( -/obj/structure/table/reinforced, -/obj/machinery/chemical_dispenser/ert/specialops, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"fg" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table/rack/shelf/steel, -/obj/random/multiple/voidsuit, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"fr" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/random/multiple/large_corp_crate, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"fz" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/walllocker_double{ - dir = 1; - pixel_y = -26 - }, -/obj/item/clothing/under/rank/medical/scrubs, -/obj/item/clothing/under/rank/medical/scrubs, -/obj/item/weapon/storage/belt/medical, -/obj/item/weapon/storage/belt/medical, -/obj/item/clothing/suit/storage/toggle/labcoat, -/obj/item/clothing/suit/storage/toggle/labcoat, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"fC" = ( -/turf/simulated/wall/rshull, -/area/itglight/shuttlebay) -"fE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"fP" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"fX" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/reagent_dispensers/fueltank/high, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"fY" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"ga" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"gc" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/reagentgrinder, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"ge" = ( -/obj/machinery/computer/ship/sensors, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"gh" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"gk" = ( -/obj/structure/cable/heavyduty{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"go" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - on = 0; - pixel_x = 26; - pixel_y = 27 - }, -/obj/machinery/button/remote/airlock{ - id = "dauntlesspq2"; - name = "Door Bolts"; - pixel_x = 24; - pixel_y = 36; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew2) -"gt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/bed/chair/bay/chair/padded/blue{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"gu" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/table/wooden_reinforced, -/obj/item/device/flashlight/lamp/green, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"gA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"gG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"gH" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/binary/pump/on{ - dir = 1; - name = "Scrubber to Waste" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"gK" = ( -/turf/simulated/wall/rshull, -/area/itglight/portcargo) -"gL" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"gO" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"gS" = ( -/obj/structure/bed/chair/sofa/brown/right, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 25 - }, -/turf/simulated/floor/wood, -/area/itglight/captain) -"gW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"gX" = ( -/obj/structure/bed/chair/sofa/brown/left, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/alarms_hidden{ - dir = 8; - pixel_x = 26 - }, -/turf/simulated/floor/wood, -/area/itglight/captain) -"hc" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "itglight_dock_1"; - name = "port exterior access button"; - pixel_x = -6; - pixel_y = 65 - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "itglight_dock_2"; - name = "starboard exterior access button"; - pixel_x = 4; - pixel_y = 65 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"hi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"hk" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/weapon/paper/Dauntless, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"hm" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor, -/area/itglight/portengi) -"hn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"hq" = ( -/obj/machinery/computer/ship/navigation{ - pixel_y = 4 - }, -/obj/machinery/button/remote/blast_door{ - id = "dauntless_blastdoors"; - name = "blast shields"; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"hr" = ( -/obj/structure/sign/itg{ - dir = 8; - pixel_x = 32 - }, -/turf/space, -/area/space) -"hs" = ( -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 8 - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 8; - pixel_x = 26 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"hw" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"hy" = ( -/obj/machinery/computer/ship/helm{ - pixel_y = 4; - req_one_access = list() - }, -/obj/structure/sign/itg{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"hC" = ( -/obj/machinery/computer/shuttle_control/explore/itglightshuttle{ - pixel_y = 4 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"hF" = ( -/turf/simulated/wall/rshull, -/area/itglight/cockpit) -"hG" = ( -/obj/machinery/bodyscanner, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"hK" = ( -/obj/structure/sign/itg{ - dir = 4; - pixel_x = -32 - }, -/turf/space, -/area/space) -"hO" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"hS" = ( -/obj/structure/bed/chair/bay/chair/padded/blue{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"hT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"hU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"hY" = ( -/turf/simulated/wall/rshull, -/area/itglight/starboardcargo) -"ic" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - on = 0; - pixel_x = 26; - pixel_y = 27 - }, -/obj/machinery/button/remote/airlock{ - id = "dauntlesspq4"; - name = "Door Bolts"; - pixel_x = 24; - pixel_y = 36; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew4) -"ie" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/medbay) -"ih" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"ii" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/button/remote/airlock{ - dir = 4; - id = "itglight_shuttle_port"; - name = "Shuttle Hatch Bolts"; - pixel_x = -24; - pixel_y = 23; - specialfunctions = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"ik" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/catwalk_plated, -/turf/simulated/floor, -/area/itglight/cockpit) -"im" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"ip" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/storage/mre/random, -/obj/random/plushie, -/obj/random/contraband/nofail, -/obj/random/drinksoft, -/obj/item/device/radio, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew2) -"iq" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/door/airlock/mining{ - name = "Starboard Engineering"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboardengi) -"ir" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"it" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/catwalk_plated, -/turf/simulated/floor, -/area/itglight/cockpit) -"iu" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"ix" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"iC" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"iI" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"iJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Ready Room"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/readyroom) -"iR" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/readyroom) -"iT" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"iU" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/metingroom) -"iZ" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"jg" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/box/flashbangs, -/obj/item/weapon/storage/box/metalfoam, -/obj/item/device/flash, -/obj/item/device/flash, -/obj/item/device/flash, -/obj/item/device/flash, -/obj/item/weapon/gun/energy/taser, -/obj/item/weapon/gun/energy/taser, -/obj/item/weapon/gun/energy/taser, -/obj/item/weapon/gun/energy/taser, -/obj/item/weapon/gun/energy/taser, -/obj/item/device/assembly/prox_sensor, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -25 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"jj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"jm" = ( -/obj/structure/closet/autolok_wall{ - pixel_x = 24 - }, -/obj/item/device/radio, -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 8 - }, -/obj/item/device/flash, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"jo" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"js" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"jB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - icon_state = "map-supply" - }, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/item/weapon/tank/jetpack/oxygen, -/obj/structure/table/rack/steel, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"jE" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/alarm/alarms_hidden{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/photocopier/faxmachine/itglight, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"jF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"jG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -25 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"jL" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"jQ" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"jV" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass_external{ - icon_state = "door_locked"; - id_tag = "itglight_shuttle_port"; - locked = 1; - name = "Shuttle Hatch"; - req_one_access = list() - }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/itglightshuttle) -"ka" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"kn" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"ko" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 25 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"kp" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"kq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/bed/chair/bay/shuttle{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"ky" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - nightshift_setting = 3; - pixel_y = -25 - }, -/obj/structure/cable/pink, -/obj/item/device/radio, -/obj/structure/closet/autolok_wall{ - pixel_x = 32 - }, -/obj/item/device/flash, -/obj/structure/bed/chair/bay/shuttle{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"kH" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/kitchen) -"kJ" = ( -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"kN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/handrail{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"kO" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - icon_state = "map-supply" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"kR" = ( -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"kU" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"kY" = ( -/turf/simulated/floor/airless, -/area/itglight/starboardengi) -"la" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/handrail{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"lh" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"li" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel, -/turf/simulated/wall/rshull, -/area/itglight/starboardengi) -"lo" = ( -/turf/simulated/floor/airless, -/area/itglight/readyroom) -"ls" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"lu" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/glass_mining{ - name = "Bridge"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/cockpit) -"lv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portengi) -"lw" = ( -/obj/machinery/vending/blood, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"lD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 2 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 4; - on = 0; - pixel_x = -25; - pixel_y = 26 - }, -/obj/machinery/recharger/wallcharger{ - pixel_y = -26 - }, -/obj/machinery/recharger/wallcharger{ - pixel_y = -34 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"lH" = ( -/turf/simulated/wall/shull, -/area/itglight/cockpit) -"lK" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/binary/pump/on{ - name = "Air to Distro" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"lO" = ( -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/small/sugar, -/obj/item/weapon/reagent_containers/food/condiment/small/sugar, -/obj/item/weapon/reagent_containers/food/condiment/small/sugar, -/obj/item/weapon/reagent_containers/food/condiment/small/sugar, -/obj/item/weapon/reagent_containers/food/condiment/spacespice, -/obj/item/weapon/reagent_containers/food/condiment/spacespice, -/obj/item/weapon/reagent_containers/food/condiment/spacespice, -/obj/item/weapon/reagent_containers/food/condiment/spacespice, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/reagent_containers/food/condiment/flour, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/minihoe, -/obj/item/weapon/material/knife/machete/hatchet, -/obj/random/drinkbottle, -/obj/random/drinkbottle, -/obj/random/drinkbottle, -/obj/structure/closet, -/obj/item/robot_parts/l_arm, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/device/analyzer/plant_analyzer, -/obj/item/device/analyzer/plant_analyzer, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_x = -3 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"lR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 6 - }, -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor, -/area/itglight/portengi) -"lV" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/effect/map_helper/airlock/sensor/chamber_sensor, -/obj/machinery/airlock_sensor{ - frequency = 1380; - id_tag = "itglight_port_sensor"; - pixel_y = -25 - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1380; - id_tag = "itglight_port_pump" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"mf" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/storage/box/sinpockets, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/metingroom) -"mg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/handrail{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"mo" = ( -/obj/machinery/power/pointdefense{ - id_tag = "dauntless_pd" - }, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/itglight/shuttlebay) -"mq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 2 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"ms" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"mu" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"mF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"mL" = ( -/obj/machinery/alarm/alarms_hidden{ - dir = 8; - pixel_x = 26 - }, -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"mR" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"mZ" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 8; - nightshift_setting = 3; - pixel_x = -25 - }, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"na" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"nb" = ( -/obj/structure/bed/chair/bay/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"ne" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"nf" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"nh" = ( -/turf/simulated/wall/shull, -/area/itglight/forehall) -"nl" = ( -/obj/structure/closet/walllocker_double{ - pixel_y = 27 - }, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"nq" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"nu" = ( -/obj/machinery/atmospherics/portables_connector/fuel{ - dir = 1 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"nv" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/mining{ - name = "Crew Access"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/forehall) -"nx" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/briefcase/inflatable, -/obj/item/weapon/storage/briefcase/inflatable, -/obj/item/weapon/storage/briefcase/inflatable, -/obj/item/weapon/storage/briefcase/inflatable, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"nH" = ( -/obj/structure/bed/chair/bay/chair{ - dir = 1 - }, -/turf/simulated/shuttle/floor/black, -/area/shuttle/itglightshuttle) -"nJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"nO" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"nP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 9 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"nR" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/embedded_controller/radio/airlock/docking_port{ - dir = 1; - frequency = 1380; - id_tag = "itglight_port"; - pixel_y = 23; - tag_airpump = "itglight_port_pump"; - tag_chamber_sensor = "itglight_port_sensor"; - tag_exterior_door = "itglight_port_outer"; - tag_interior_door = "itglight_port_inner" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1380; - id_tag = "itglight_port_pump" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"nW" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"oc" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/multiple/voidsuit, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"od" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"of" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"om" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"on" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"oq" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"ov" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/catwalk_plated, -/turf/simulated/floor, -/area/itglight/metingroom) -"ow" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/itglight/cockpit) -"oy" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9; - icon_state = "intact-scrubbers" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"oz" = ( -/obj/structure/bed/chair/bay/chair/padded/brown, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"oA" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/itglight/cockpit) -"oB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"oE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"oH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"oI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"oK" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"oN" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"oR" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"oT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"oU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"pi" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/effect/floor_decal/industrial/outline, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"pl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 6 - }, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 8; - nightshift_setting = 3; - pixel_x = -25 - }, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/obj/fiftyspawner/phoron, -/obj/fiftyspawner/phoron, -/obj/fiftyspawner/phoron, -/obj/fiftyspawner/phoron, -/obj/fiftyspawner/phoron, -/obj/fiftyspawner/phoron, -/obj/structure/closet/crate, -/turf/simulated/floor, -/area/itglight/starboardengi) -"pm" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"pn" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"po" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"py" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9; - icon_state = "intact-scrubbers" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"pE" = ( -/obj/machinery/microwave, -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"pG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"pH" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"pL" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"pU" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - icon_state = "map-supply" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"pW" = ( -/obj/machinery/light_switch{ - dir = 8; - on = 0; - pixel_x = 26; - pixel_y = -6 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"qg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"qh" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/mech_recharger, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"qo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"qq" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"qt" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"qA" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"qB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"qG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"qK" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/metingroom) -"qN" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/metingroom) -"qR" = ( -/obj/structure/table/rack/shelf/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel/hull, -/obj/fiftyspawner/steel/hull, -/obj/fiftyspawner/rglass, -/obj/fiftyspawner/rglass, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"qU" = ( -/obj/item/weapon/stool/baystool/padded, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"qW" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/obj/item/device/radio/headset{ - adhoc_fallback = 1; - desc = "An updated, modular intercom that fits over the head. Takes encryption keys, also works as a shortwave radio."; - name = "dauntless headset" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"qZ" = ( -/turf/simulated/wall/rshull, -/area/itglight/restrooms) -"rf" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"rg" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"rh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"rn" = ( -/obj/machinery/appliance/cooker/grill, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"rq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"rw" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/space/void/engineering/alt, -/obj/item/clothing/head/helmet/space/void/engineering/alt, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"rC" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"rF" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardengi) -"rJ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"rM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"rZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"sf" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/space/void, -/obj/item/clothing/head/helmet/space/void, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"sq" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"su" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"sx" = ( -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"sy" = ( -/turf/simulated/floor/airless, -/area/itglight/captain) -"sF" = ( -/turf/space, -/area/itglight/starboardengi) -"sP" = ( -/obj/structure/bed/chair/bay/chair{ - dir = 1 - }, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/shuttle/floor/black, -/area/shuttle/itglightshuttle) -"sQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light_switch{ - dir = 4; - on = 0; - pixel_x = -24 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"sR" = ( -/obj/machinery/vending/tool{ - req_access = list(777) - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"sX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portengi) -"ta" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"te" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/closet/crate/bin{ - anchored = 1; - density = 0; - name = "trash bin"; - pixel_y = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"tg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"tj" = ( -/turf/simulated/floor/airless, -/area/itglight/shuttlebay) -"tl" = ( -/obj/structure/sign/itg{ - dir = 8; - pixel_x = 32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"to" = ( -/obj/machinery/power/solar_control, -/obj/structure/cable/heavyduty{ - icon_state = "0-2" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"tq" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"tr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"tx" = ( -/obj/structure/sink{ - pixel_y = 21 - }, -/obj/structure/closet/walllocker_double{ - pixel_x = -16; - pixel_y = 30 - }, -/obj/item/weapon/storage/box/masks, -/obj/item/weapon/storage/box/gloves, -/obj/item/weapon/reagent_containers/blood/OMinus, -/obj/item/weapon/reagent_containers/blood/OMinus, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"tz" = ( -/obj/machinery/button/remote/airlock{ - id = "dauntlessstarboardcargobolts"; - name = "Door Bolts"; - req_access = list(777); - specialfunctions = 4 - }, -/turf/simulated/wall/shull, -/area/itglight/starboardcargo) -"tC" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor, -/area/itglight/starboardengi) -"tD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"tE" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/effect/floor_decal/industrial/warning/corner, -/obj/structure/handrail, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"tH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"tL" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/catwalk_plated, -/turf/simulated/floor, -/area/itglight/metingroom) -"tP" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/catwalk_plated, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor, -/area/itglight/forehall) -"ud" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"uf" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"uk" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"ul" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"um" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"un" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor, -/area/itglight/portengi) -"up" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/random/multiple/large_corp_crate, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"uq" = ( -/turf/simulated/wall/rshull, -/area/itglight/starboarddocking) -"uv" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"uy" = ( -/obj/structure/cable, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"uz" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"uF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor, -/area/itglight/portengi) -"uI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"uX" = ( -/obj/structure/bed/chair/bay/chair/padded/brown{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"vf" = ( -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"vi" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"vl" = ( -/obj/machinery/atmospherics/unary/engine/bigger{ - dir = 1 - }, -/turf/space, -/area/itglight/portengi) -"vr" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/device/lightreplacer, -/obj/item/device/lightreplacer, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"vy" = ( -/turf/simulated/wall/rshull, -/area/itglight/portengi) -"vI" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light/small, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew4) -"vO" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"vR" = ( -/obj/machinery/newscaster{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"vX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"wa" = ( -/obj/machinery/smartfridge/chemistry, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"wg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"wj" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"wk" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"wm" = ( -/obj/item/weapon/bedsheet/brown, -/obj/structure/curtain/black, -/obj/structure/bed/padded, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"wt" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/embedded_controller/radio/airlock/docking_port{ - dir = 1; - frequency = 1380; - id_tag = "itglight_starboard"; - pixel_y = 23; - tag_airpump = "itglight_starboard_pump"; - tag_chamber_sensor = "itglight_starboard_sensor"; - tag_exterior_door = "itglight_starboard_outer"; - tag_interior_door = "itglight_starboard_inner" - }, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1380; - id_tag = "itglight_starboard_pump" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"wu" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"ww" = ( -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 25 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"wy" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"wz" = ( -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"wA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 25 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"wD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"wG" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - id_tag = "dauntlesspq2"; - name = "Room 2" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/crew2) -"wI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"wK" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Equipment Access"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboardhighsec) -"wL" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/mining{ - id_tag = "dauntlesspassengeraccessbolts"; - name = "Cargo Access"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/common) -"wM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"wN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"wS" = ( -/obj/machinery/alarm/alarms_hidden{ - dir = 1; - pixel_y = -26 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"wV" = ( -/obj/machinery/transhuman/resleever, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"wW" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"wX" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"wY" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"xi" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Locker Room" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/lockers) -"xj" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "itglight_dock_1_pump" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/portdocking) -"xk" = ( -/obj/structure/bed/chair/bay/chair/padded/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9; - icon_state = "intact-scrubbers" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"xp" = ( -/obj/structure/handrail{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 25 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"xr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"xw" = ( -/obj/structure/closet/secure_closet/personal{ - req_access = list(778) - }, -/obj/item/device/radio, -/obj/random/drinksoft, -/obj/random/contraband/nofail, -/obj/random/plushie, -/obj/item/weapon/storage/mre/random, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/item/clothing/suit/space/void/captain, -/obj/item/clothing/head/helmet/space/void/captain, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event, -/obj/item/weapon/card/id/itg/event/passengerliason, -/obj/item/weapon/card/id/itg/event/pilot, -/obj/item/weapon/card/id/itg/event/research, -/obj/item/weapon/card/id/itg/event/research, -/obj/item/weapon/card/id/itg/event/security, -/obj/item/weapon/card/id/itg/event/service, -/obj/item/weapon/card/id/itg/event/engineer, -/obj/item/weapon/card/id/itg/event/engineer, -/obj/item/weapon/card/id/itg/event/medical, -/obj/item/weapon/card/id/itg/event/medical, -/obj/item/clothing/suit/storage/hooded/wintercoat/cargo{ - name = "dauntless winter coat" - }, -/obj/item/clothing/suit/pirate{ - desc = "The Captain's coat!"; - name = "captain's coat" - }, -/obj/item/clothing/suit/storage/solgov/service/army/command, -/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar, -/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar, -/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar, -/obj/item/weapon/gun/energy/taser, -/obj/item/clothing/accessory/holster/hip, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/captain) -"xx" = ( -/turf/simulated/wall/rshull, -/area/itglight/medbay) -"xy" = ( -/obj/structure/closet/firecloset/full, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"xE" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - pixel_y = 25 - }, -/obj/structure/cable/pink{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"xM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew2) -"xO" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"xT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 10 - }, -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor, -/area/itglight/starboardengi) -"xZ" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"yc" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"yd" = ( -/obj/machinery/vending/engivend{ - req_access = list(777) - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"yf" = ( -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"ym" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8; - icon_state = "map-supply" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"yn" = ( -/turf/simulated/wall/rshull, -/area/itglight/lockers) -"yw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"yy" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglight_port_inner" - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/effect/map_helper/airlock/door/int_door, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "itglight_port"; - name = "interior access button"; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/portengi) -"yD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"yE" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/simulated/shuttle/plating/airless, -/area/shuttle/itglightshuttle) -"yF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"yI" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light/small, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew2) -"yJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "High Security Cargo"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/porthighsec) -"yK" = ( -/obj/structure/table/wooden_reinforced, -/obj/machinery/computer/security/telescreen/entertainment{ - desc = "Looks like it's set to Free-Anur-Entertanment, I wonder what else is on?"; - icon_state = "frame"; - pixel_y = 62 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"yN" = ( -/obj/machinery/seed_extractor, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"yO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"yP" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"yQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew3) -"yS" = ( -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"yT" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "itglight_dock_2_pump" - }, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/starboarddocking) -"yY" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - pixel_y = 25 - }, -/obj/structure/cable/pink{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"yZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"za" = ( -/obj/machinery/vending/engineering{ - req_access = list(777) - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"zg" = ( -/turf/simulated/shuttle/wall/voidcraft, -/area/shuttle/itglightshuttle) -"zj" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"zm" = ( -/turf/simulated/wall/rshull, -/area/itglight/starboardengi) -"zn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"zp" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"zq" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4; - icon_state = "map" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"zr" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/heavyduty, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"zs" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light/small, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew3) -"zt" = ( -/obj/structure/sign/itg, -/turf/simulated/wall/rshull, -/area/itglight/portdocking) -"zv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"zB" = ( -/turf/space, -/area/itglight/portengi) -"zD" = ( -/obj/structure/sign/itg{ - dir = 4; - pixel_x = -32 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"zG" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "itglight_dock_1_pump" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/portdocking) -"zL" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - nightshift_setting = 3; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"zM" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardengi) -"zQ" = ( -/obj/machinery/atmospherics/binary/passive_gate/on, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"zR" = ( -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"zS" = ( -/obj/machinery/atmospherics/unary/engine/bigger{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/itglight/portengi) -"Aa" = ( -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"Ab" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Ae" = ( -/obj/structure/closet/crate/bin{ - anchored = 1; - density = 0; - name = "trash bin"; - pixel_x = -8; - pixel_y = 17; - plane = -34 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Ar" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"As" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"Au" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew4) -"AF" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"AG" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Passenger Common Sleeping" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/passengersleeping) -"AH" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/surgery, -/obj/item/device/healthanalyzer, -/obj/item/weapon/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner"; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/device/defib_kit/loaded, -/obj/item/device/robotanalyzer{ - pixel_y = -8 - }, -/obj/item/stack/nanopaste/advanced, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"AJ" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - pixel_y = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"AK" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"AM" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"AU" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"AZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 1; - frequency = 1380; - id_tag = "itglight_starboard_pump" - }, -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/effect/map_helper/airlock/sensor/chamber_sensor, -/obj/machinery/airlock_sensor{ - frequency = 1380; - id_tag = "itglight_starboard_sensor"; - pixel_y = -25 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Ba" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"Bj" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "itglight_dock_2_pump" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/starboarddocking) -"Bo" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"Bq" = ( -/obj/machinery/atmospherics/binary/passive_gate/on, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"Bt" = ( -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"BA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew3) -"BJ" = ( -/obj/structure/bed/chair/bay/chair{ - dir = 1 - }, -/obj/machinery/light, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/shuttle/floor/black, -/area/shuttle/itglightshuttle) -"BM" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"BP" = ( -/obj/machinery/meter{ - frequency = 1443; - id = "dist_aux_meter"; - name = "Distribution Loop" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"BR" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/space; - base_turf = /turf/space; - docking_controller = "itglight_dock_1"; - landmark_tag = "itglight_port_dock"; - name = "ITG Dauntless - Dock Port" - }, -/turf/space, -/area/space) -"BS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/storage/mre/random, -/obj/random/plushie, -/obj/random/contraband/nofail, -/obj/random/drinksoft, -/obj/item/device/radio, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew4) -"BU" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/browndouble, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew1) -"BW" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor, -/area/itglight/starboardengi) -"BX" = ( -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"Ca" = ( -/obj/machinery/door/firedoor/glass, -/obj/effect/map_helper/airlock/door/ext_door, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "itglight_dock_1_outer"; - locked = 1; - name = "Port External Airlock" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/portdocking) -"Cg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Cl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew2) -"Cp" = ( -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/porthighsec) -"Cq" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "itglight_dock_1"; - name = "exterior access button"; - pixel_x = -27; - pixel_y = -27 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"Ct" = ( -/obj/item/weapon/stool/baystool/padded, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 25 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Cy" = ( -/obj/machinery/meter{ - frequency = 1443; - id = "dist_aux_meter"; - name = "Distribution Loop" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"CA" = ( -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"CH" = ( -/turf/simulated/wall/shull, -/area/itglight/starboardhighsec) -"CI" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/heavyduty, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"CJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"CM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/wall/shull, -/area/itglight/portdocking) -"CO" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/embedded_controller/radio/airlock/docking_port{ - dir = 8; - frequency = 1380; - id_tag = "itglight_dock_1"; - pixel_x = 18; - pixel_y = -32; - tag_airpump = "itglight_dock_1_pump"; - tag_chamber_sensor = "itglight_dock_1_sensor"; - tag_exterior_door = "itglight_dock_1_outer"; - tag_interior_door = "itglight_dock_1_inner" - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"CQ" = ( -/obj/machinery/suit_cycler/vintage/tcrew, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"CU" = ( -/obj/machinery/atmospherics/pipe/tank/phoron/full{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"CX" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"CY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/shuttle/itglightshuttle) -"Db" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglight_dock_1_inner" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/map_helper/airlock/door/int_door, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "itglight_dock_1"; - name = "interior access button"; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/portdocking) -"Dc" = ( -/obj/machinery/atmospherics/pipe/tank/phoron/full{ - dir = 8 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Dg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/structure/catwalk, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Dk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/structure/handrail{ - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Do" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"Dp" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Dv" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Dx" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/storage/mre/random, -/obj/random/plushie, -/obj/random/contraband/nofail, -/obj/random/drinksoft, -/obj/item/device/radio, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew3) -"Dy" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/catwalk_plated, -/turf/simulated/floor, -/area/itglight/portcargo) -"Dz" = ( -/turf/simulated/wall/shull, -/area/itglight/lockers) -"DB" = ( -/turf/simulated/wall/shull, -/area/itglight/portdocking) -"DF" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/glass_mining{ - id_tag = "dauntlessportcargobolts"; - name = "Port Cargo Access"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/portcargo) -"DH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"DI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - pixel_y = -25 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"DJ" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/emblem/itgdauntless{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"DK" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/effect/floor_decal/emblem/itgdauntless, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"DP" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/emblem/itgdauntless{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"DQ" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/glass_mining{ - id_tag = "dauntlessstarboardcargobolts"; - name = "Starboard Cargo Access"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboardcargo) -"DZ" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/itglight/shuttlebay) -"Eg" = ( -/obj/machinery/alarm/alarms_hidden{ - dir = 1; - pixel_y = -26 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"Ej" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/effect/catwalk_plated, -/turf/simulated/floor, -/area/itglight/starboardcargo) -"Ek" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"En" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew1) -"Ep" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"Ev" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"EC" = ( -/obj/machinery/door/firedoor/glass, -/obj/effect/map_helper/airlock/door/int_door, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglight_dock_2_inner" - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "itglight_dock_2"; - name = "interior access button"; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboarddocking) -"EG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"EH" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/embedded_controller/radio/airlock/docking_port{ - dir = 4; - frequency = 1380; - id_tag = "itglight_dock_2"; - pixel_x = -18; - pixel_y = -32; - tag_airpump = "itglight_dock_2_pump"; - tag_chamber_sensor = "itglight_dock_2_sensor"; - tag_exterior_door = "itglight_dock_2_outer"; - tag_interior_door = "itglight_dock_2_inner" - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"EI" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/shuttlebay) -"EL" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/catwalk, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"EN" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"EP" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "itglight_dock_2"; - name = "exterior access button"; - pixel_x = 27; - pixel_y = -27 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"EQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9; - icon_state = "intact-scrubbers" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"ER" = ( -/obj/machinery/seed_storage/garden, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"ES" = ( -/obj/structure/handrail{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"EV" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portengi) -"EX" = ( -/obj/effect/shuttle_landmark/shuttle_initializer/itglightshuttle, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"EZ" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Fc" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/effect/floor_decal/industrial/outline, -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Fe" = ( -/obj/machinery/door/firedoor/glass, -/obj/effect/map_helper/airlock/door/ext_door, -/obj/machinery/door/airlock/external{ - frequency = 1380; - icon_state = "door_locked"; - id_tag = "itglight_dock_2_outer"; - locked = 1; - name = "Starboard External Airlock" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboarddocking) -"Ff" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Fh" = ( -/obj/machinery/power/smes/buildable/offmap_spawn, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Fu" = ( -/obj/machinery/power/solar_control, -/obj/structure/cable/heavyduty{ - icon_state = "0-2" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Fw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Fx" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Fz" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/item/clothing/suit/space/void/medical/alt, -/obj/item/clothing/head/helmet/space/void/medical/alt, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardhighsec) -"FA" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/space; - base_turf = /turf/space; - docking_controller = "itglight_dock_2"; - landmark_tag = "itglight_starboard_dock"; - name = "ITG Dauntless - Dock Starboard" - }, -/turf/space, -/area/space) -"FB" = ( -/obj/item/weapon/stool/baystool/padded, -/obj/structure/window/reinforced{ - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"FH" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"FI" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"FQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"FR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/wall/shull, -/area/itglight/starboarddocking) -"FT" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Ga" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Gb" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglight_starboard_inner" - }, -/obj/effect/map_helper/airlock/door/int_door, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1380; - master_tag = "itglight_starboard"; - name = "interior access button"; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboardengi) -"Gc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - on = 0; - pixel_x = 26; - pixel_y = 27 - }, -/obj/machinery/button/remote/airlock{ - id = "dauntlesspq3"; - name = "Door Bolts"; - pixel_x = 24; - pixel_y = 36; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew3) -"Gl" = ( -/obj/structure/bed/chair/bay/chair{ - dir = 1 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - dir = 4; - frequency = 1380; - id_tag = "itglightshuttle_docker"; - pixel_x = -19; - tag_door = "itglightshuttle_docker_hatch" - }, -/turf/simulated/shuttle/floor/black, -/area/shuttle/itglightshuttle) -"Gm" = ( -/obj/structure/table/glass, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/device/flashlight/pen{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Gp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Gq" = ( -/turf/simulated/wall/shull, -/area/itglight/starboarddocking) -"Gt" = ( -/obj/structure/closet/walllocker_double/medical{ - dir = 1; - pixel_y = -26 - }, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/item/weapon/storage/firstaid/adv, -/obj/item/weapon/storage/firstaid/adv, -/obj/item/weapon/storage/firstaid/clotting, -/obj/item/weapon/storage/firstaid/fire, -/obj/item/weapon/storage/firstaid/fire, -/obj/item/weapon/storage/firstaid/o2, -/obj/item/weapon/storage/firstaid/o2, -/obj/item/weapon/storage/firstaid/toxin, -/obj/item/weapon/storage/firstaid/toxin, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/obj/item/stack/medical/advanced/ointment, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Gu" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Gv" = ( -/turf/simulated/wall/rshull, -/area/itglight/passengersleeping) -"GA" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"GD" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/emblem/itgdauntless{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"GG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"GI" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1380; - id_tag = "itglight_dock_1_pump" - }, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/portdocking) -"GO" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - on = 0; - pixel_x = 26; - pixel_y = 61 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"GP" = ( -/obj/structure/handrail{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"GQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"GU" = ( -/obj/structure/cable/heavyduty{ - icon_state = "0-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"GV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"GX" = ( -/obj/machinery/atmospherics/unary/engine/biggest{ - dir = 1 - }, -/turf/space, -/area/itglight/starboardengi) -"Hi" = ( -/obj/machinery/button/remote/airlock{ - id = "dauntlessportcargobolts"; - name = "Door Bolts"; - req_access = list(777); - specialfunctions = 4 - }, -/turf/simulated/wall/shull, -/area/itglight/portcargo) -"Hj" = ( -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"Hy" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"HA" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"HB" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/readyroom) -"HD" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1380; - id_tag = "itglight_dock_2_pump" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/starboarddocking) -"HJ" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"HM" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/catwalk, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"HN" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 4; - frequency = 1380; - id_tag = "itglight_dock_1_pump" - }, -/obj/machinery/light/small, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/portdocking) -"HP" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"HQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"HR" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1380; - id_tag = "itglight_dock_1_pump" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/portdocking) -"HU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel, -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/machinery/light, -/turf/simulated/floor, -/area/itglight/starboardengi) -"HW" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1380; - id_tag = "itglight_dock_2_pump" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/starboarddocking) -"HX" = ( -/obj/structure/sign/itg, -/turf/simulated/wall/rshull, -/area/itglight/starboarddocking) -"Ia" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"Ij" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Iu" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"Iv" = ( -/obj/machinery/clonepod/transhuman, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Ix" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/machinery/airlock_sensor{ - frequency = 1380; - id_tag = "itglight_dock_1_sensor"; - pixel_y = -25 - }, -/obj/effect/map_helper/airlock/sensor/chamber_sensor, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portdocking) -"Iy" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"IA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel, -/turf/simulated/wall/rshull, -/area/itglight/portengi) -"IF" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"IH" = ( -/turf/simulated/wall/shull, -/area/itglight/crew1) -"IM" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"IN" = ( -/obj/structure/coatrack, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"IQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/machinery/airlock_sensor{ - frequency = 1380; - id_tag = "itglight_dock_2_sensor"; - pixel_y = -25 - }, -/obj/effect/map_helper/airlock/sensor/chamber_sensor, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboarddocking) -"IR" = ( -/obj/machinery/atmospherics/binary/pump/fuel, -/turf/simulated/floor, -/area/itglight/portengi) -"IS" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Jc" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - nightshift_setting = 3; - pixel_y = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"Jg" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglight_starboard_outer"; - name = "Starboard Solars External Airlock" - }, -/obj/effect/map_helper/airlock/door/ext_door, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "itglight_starboard"; - name = "exterior access button"; - pixel_y = -27; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/starboardengi) -"Ji" = ( -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Jk" = ( -/obj/effect/map_helper/airlock/atmos/chamber_pump, -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - dir = 8; - frequency = 1380; - id_tag = "itglight_dock_2_pump" - }, -/obj/machinery/light/small, -/obj/structure/handrail{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/itglight/starboarddocking) -"Jm" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Jt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/closet/crate/bin{ - anchored = 1; - density = 0; - name = "trash bin"; - pixel_x = 10; - pixel_y = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Jz" = ( -/obj/machinery/computer/shuttle_control/explore/itglightshuttle, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"JB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"JC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"JI" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"JJ" = ( -/obj/machinery/biogenerator, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"JL" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/shuttlebay) -"JM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"JN" = ( -/obj/machinery/light, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"JP" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"JR" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/browndouble, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew3) -"JT" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/random/multiple/corp_crate, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"JV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Ka" = ( -/obj/structure/cable/heavyduty{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Kc" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/random/multiple/large_corp_crate, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Kf" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Kh" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - nightshift_setting = 3; - pixel_y = 25 - }, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Kj" = ( -/obj/machinery/door/airlock{ - name = "Unit 2" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Kn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Kt" = ( -/obj/effect/shuttle_landmark{ - landmark_tag = "itglight_port"; - name = "ITG Dauntless - Port" - }, -/turf/space, -/area/space) -"Ku" = ( -/obj/machinery/light, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Kv" = ( -/obj/machinery/power/pointdefense{ - id_tag = "dauntless_pd" - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/itglight/shuttlebay) -"Kx" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/vending/dinnerware{ - dir = 8 - }, -/obj/structure/window/reinforced{ - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"KA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"KB" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - nightshift_setting = 3; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor, -/area/itglight/portengi) -"KG" = ( -/turf/simulated/wall/shull, -/area/itglight/crew2) -"KJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/medical{ - name = "Surgery and Resleeving"; - req_one_access = list() - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/medbay) -"KK" = ( -/obj/effect/shuttle_landmark{ - landmark_tag = "itglight_starboard"; - name = "ITG Dauntless - Starboard" - }, -/turf/space, -/area/space) -"KM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"KP" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"KQ" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/reinforced, -/area/itglight/shuttlebay) -"Lg" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Lh" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Lk" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"Lr" = ( -/turf/simulated/wall/rshull, -/area/itglight/captain) -"Ly" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Lz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew4) -"LA" = ( -/obj/machinery/vending/wallmed2{ - dir = 8; - pixel_x = 21 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"LF" = ( -/turf/simulated/wall/rshull, -/area/itglight/portdocking) -"LG" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"LI" = ( -/obj/machinery/light/small{ - dir = 8; - pixel_x = 0 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"LJ" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/window/reinforced{ - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"LO" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/itglight/starboardcargo) -"LQ" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/random/multiple/corp_crate, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"LU" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"LX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/starboardcargo) -"LY" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"LZ" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Mg" = ( -/obj/structure/table/wooden_reinforced, -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Mh" = ( -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"Mk" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/browndouble, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew2) -"Ml" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Mm" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/item/device/radio, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"Mo" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/passengersleeping) -"Mu" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Mv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"My" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"MA" = ( -/obj/structure/bed/chair/sofa/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"ME" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"MF" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/device/paicard, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"MG" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"MI" = ( -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"ML" = ( -/obj/structure/closet/wardrobe/black, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"MO" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"MS" = ( -/obj/structure/undies_wardrobe, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"MU" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"MY" = ( -/obj/structure/bed/chair/sofa/brown/right{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Na" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/reagent_dispensers/watertank/high, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/itglight/portcargo) -"Nc" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - id_tag = "dauntlesspq3"; - name = "Room 3" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/crew3) -"Nd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Ne" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Ng" = ( -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"Nm" = ( -/turf/simulated/wall/shull, -/area/itglight/starboardcargo) -"Nn" = ( -/obj/structure/table/wooden_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/random/coin, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"No" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/organ_printer/flesh, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"Np" = ( -/turf/simulated/wall/rshull, -/area/itglight/kitchen) -"Nq" = ( -/obj/machinery/ntnet_relay, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Ns" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"Nv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Nx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 10 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"NG" = ( -/obj/structure/closet/wardrobe/xenos, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"NJ" = ( -/obj/machinery/power/smes/buildable/offmap_spawn, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"NM" = ( -/obj/machinery/atmospherics/pipe/simple/visible/universal{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"NN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor, -/area/itglight/starboardengi) -"NQ" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"NR" = ( -/obj/structure/sink{ - pixel_y = 21 - }, -/obj/item/frame/mirror{ - pixel_y = 33 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"NS" = ( -/obj/effect/floor_decal/emblem/itgdauntless{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/shuttle/itglightshuttle) -"NV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"NW" = ( -/obj/structure/closet/wardrobe/suit, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"NY" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 4; - pixel_x = 25 - }, -/obj/structure/cable/pink, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Oc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable/pink{ - d2 = 2; - icon_state = "0-2" - }, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - pixel_y = 25 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Oe" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Oi" = ( -/obj/item/weapon/bedsheet/brown, -/obj/structure/curtain/black, -/obj/structure/bed/padded, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Oj" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Ol" = ( -/obj/structure/bed/chair/sofa/brown/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Om" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/kitchen) -"Or" = ( -/obj/structure/bed/chair/sofa/brown, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Ot" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Ov" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Ow" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Ox" = ( -/obj/machinery/atmospherics/binary/pump/fuel, -/turf/simulated/floor, -/area/itglight/starboardengi) -"OA" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/snack, -/obj/random/snack, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"OC" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/mining{ - id_tag = "dauntlessshuttlbaybolts"; - name = "Shuttle Bay"; - req_one_access = list(777) - }, -/obj/machinery/button/remote/airlock{ - id = "dauntlessshuttlbaybolts"; - name = "Door Bolts"; - pixel_x = 32; - req_access = list(777); - specialfunctions = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/shuttlebay) -"OF" = ( -/obj/structure/table/steel_reinforced, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/mre, -/obj/random/snack, -/obj/random/snack, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"OH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/fitness, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"OI" = ( -/obj/structure/bed/chair/bay/chair{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/shuttle/floor/black, -/area/shuttle/itglightshuttle) -"OJ" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"OT" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/kitchen) -"OX" = ( -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"OY" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass{ - name = "Kitchen" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/kitchen) -"Pg" = ( -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Ph" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 1 - }, -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Pr" = ( -/turf/simulated/wall/rshull, -/area/itglight/showers) -"Py" = ( -/obj/machinery/vending/loadout/uniform{ - density = 0; - pixel_y = 20 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"PA" = ( -/obj/machinery/computer/transhuman/resleeving, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"PB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"PD" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 4; - on = 0; - pixel_x = -25; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"PE" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater, -/turf/simulated/shuttle/plating/airless, -/area/shuttle/itglightshuttle) -"PJ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"PM" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"PN" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"PO" = ( -/obj/item/weapon/bedsheet/brown, -/obj/structure/curtain/black, -/obj/structure/bed/padded, -/obj/machinery/alarm/alarms_hidden{ - dir = 4; - pixel_x = -26 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"PQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"PS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"PX" = ( -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Qa" = ( -/obj/structure/handrail{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Qh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 1; - pixel_y = 25 - }, -/obj/structure/cable/pink{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/metingroom) -"Qi" = ( -/turf/simulated/wall/shull, -/area/itglight/showers) -"Qo" = ( -/obj/machinery/atmospherics/pipe/tank/phoron/full, -/turf/simulated/floor, -/area/itglight/portengi) -"Qp" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"Qq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/regular/open{ - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/lockers) -"Qs" = ( -/obj/effect/catwalk_plated, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/turf/simulated/floor, -/area/itglight/afthall) -"Qt" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"QF" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass{ - name = "Medical" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/medbay) -"QI" = ( -/obj/structure/table/wooden_reinforced, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"QN" = ( -/obj/structure/handrail{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"QO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"QQ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"QR" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/item/device/radio, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"QW" = ( -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"QY" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/blast/regular/open{ - dir = 4; - id = "dauntless_blastdoors"; - name = "blast door" - }, -/turf/simulated/floor, -/area/itglight/medbay) -"Ra" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/device/sleevemate, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Rb" = ( -/obj/structure/flora/pottedplant/orientaltree, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"Rd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Rj" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light_switch{ - dir = 8; - on = 0; - pixel_x = 24 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"Rl" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"Rn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Rp" = ( -/obj/structure/table/wooden_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Rq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Rt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Ru" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 8; - on = 0; - pixel_x = 26; - pixel_y = -25 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Rw" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Ry" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"RL" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"RU" = ( -/turf/simulated/wall/rshull, -/area/itglight/readyroom) -"RY" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor, -/area/itglight/portengi) -"RZ" = ( -/obj/machinery/chemical_dispenser/biochemistry/full, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Sh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"Sw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Sz" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"SA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"SB" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - id_tag = "dauntlesspq1"; - name = "Room 1" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/crew1) -"SE" = ( -/obj/structure/cable/heavyduty{ - icon_state = "0-8" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"SF" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "itglight_shuttlebay"; - pixel_y = 22 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"SG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"SH" = ( -/obj/structure/table/wooden_reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/recharger, -/obj/item/device/radio/intercom{ - pixel_y = -25 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"SL" = ( -/obj/item/weapon/bedsheet/brown, -/obj/structure/curtain/black, -/obj/structure/bed/padded, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"SM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/itglight/portcargo) -"SN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"SO" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/glass{ - name = "Passenger Access" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/common) -"SV" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/item/device/radio, -/obj/machinery/alarm/alarms_hidden{ - dir = 8; - pixel_x = 26 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"SY" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Tb" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/toilet{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Td" = ( -/obj/structure/cable/heavyduty{ - icon_state = "0-4" - }, -/obj/structure/cable/heavyduty{ - icon_state = "0-8" - }, -/obj/structure/cable/heavyduty, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Tm" = ( -/obj/item/weapon/bedsheet/brown, -/obj/structure/curtain/black, -/obj/structure/bed/padded, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"Tp" = ( -/turf/simulated/floor/carpet, -/area/itglight/readyroom) -"Tt" = ( -/turf/simulated/wall/shull, -/area/itglight/crew3) -"Tw" = ( -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Ty" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"Tz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"TC" = ( -/turf/simulated/floor/airless, -/area/itglight/portengi) -"TE" = ( -/obj/structure/sink{ - pixel_y = 21 - }, -/obj/item/frame/mirror{ - pixel_y = 33 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"TJ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"TS" = ( -/obj/effect/catwalk_plated, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/itglight/shuttlebay) -"TU" = ( -/turf/simulated/wall/rshull, -/area/itglight/starboardhighsec) -"Ub" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"Ud" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Uj" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/shuttle/itglightshuttle) -"Um" = ( -/turf/space, -/area/space) -"Ut" = ( -/turf/simulated/wall/shull, -/area/itglight/porthighsec) -"Uv" = ( -/obj/structure/table/standard, -/obj/random/soap, -/obj/random/soap, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Uw" = ( -/turf/simulated/wall/shull, -/area/itglight/medbay) -"UF" = ( -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"UH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 4; - on = 0; - pixel_x = -25; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"UI" = ( -/obj/machinery/body_scanconsole, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"UL" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"UO" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"UQ" = ( -/obj/machinery/atmospherics/unary/engine/biggest{ - dir = 1 - }, -/turf/space, -/area/itglight/portengi) -"UX" = ( -/obj/machinery/atmospherics/pipe/tank/air/full, -/turf/simulated/floor, -/area/itglight/portengi) -"UY" = ( -/obj/structure/table/glass, -/obj/item/device/sleevemate, -/obj/item/weapon/book/manual/resleeving, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/obj/item/weapon/storage/box/khcrystal, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"UZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/itglight/common) -"Vd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Ve" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/radio, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"Vi" = ( -/obj/structure/table/standard, -/obj/random/soap, -/obj/random/soap, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Vn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Vq" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 2 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Vs" = ( -/obj/machinery/atmospherics/portables_connector/fuel{ - dir = 1 - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Vz" = ( -/obj/machinery/newscaster{ - pixel_x = -12; - pixel_y = -26 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"VB" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/pointdefense_control{ - id_tag = "dauntless_pd" - }, -/turf/simulated/floor, -/area/itglight/starboardengi) -"VC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - on = 0; - pixel_x = 26; - pixel_y = 27 - }, -/obj/machinery/button/remote/airlock{ - id = "dauntlesspq1"; - name = "Door Bolts"; - pixel_x = 24; - pixel_y = 36; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew1) -"VE" = ( -/obj/machinery/atmospherics/pipe/tank/phoron/full, -/turf/simulated/floor, -/area/itglight/starboardengi) -"VG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/sign/itg{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"VK" = ( -/obj/structure/table/standard, -/obj/item/weapon/bikehorn/rubberducky, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"VM" = ( -/obj/machinery/atmospherics/unary/engine/bigger{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/itglight/starboardengi) -"VN" = ( -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"VU" = ( -/turf/simulated/wall/shull, -/area/itglight/readyroom) -"VV" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"VX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 8 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/portengi) -"Wb" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Wc" = ( -/obj/machinery/atmospherics/unary/engine/bigger{ - dir = 1 - }, -/turf/space, -/area/itglight/starboardengi) -"We" = ( -/obj/machinery/power/pointdefense{ - id_tag = "dauntless_pd" - }, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Wf" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Wh" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/reagent_containers/glass/beaker/large, -/obj/item/weapon/reagent_containers/dropper, -/obj/item/weapon/storage/box/beakers, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/item/stack/material/phoron, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/random/firstaid, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"Wq" = ( -/turf/simulated/wall/rshull, -/area/itglight/porthighsec) -"Wv" = ( -/obj/machinery/appliance/cooker/fryer, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"WB" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"WC" = ( -/obj/item/weapon/bedsheet/brown, -/obj/structure/curtain/black, -/obj/structure/bed/padded, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/itglight/passengersleeping) -"WD" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"WE" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"WG" = ( -/obj/structure/table/wooden_reinforced, -/obj/random/plushie, -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - pixel_y = -25 - }, -/obj/structure/cable/pink, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"WN" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"WO" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/item/device/radio, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"WP" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/glass_external{ - frequency = 1380; - id_tag = "itglight_port_outer"; - name = "Port Solars External Airlock" - }, -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/effect/map_helper/airlock/door/ext_door, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1380; - master_tag = "itglight_port"; - name = "exterior access button"; - pixel_y = -27; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/portengi) -"WQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"WS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"WU" = ( -/obj/machinery/vending/hydronutrients{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"WZ" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Xb" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"Xg" = ( -/obj/structure/handrail{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"Xh" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock{ - name = "Restroom" - }, -/turf/simulated/floor/tiled/eris/steel/techfloor_grid, -/area/itglight/passengersleeping) -"Xj" = ( -/obj/effect/shuttle_landmark{ - landmark_tag = "itglight_aft"; - name = "ITG Dauntless - Aft" - }, -/turf/space, -/area/space) -"Xl" = ( -/obj/machinery/power/apc/hyper{ - alarms_hidden = 1; - dir = 8; - pixel_x = -25 - }, -/obj/structure/cable/pink{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Xn" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Xq" = ( -/turf/simulated/wall/shull, -/area/itglight/passengersleeping) -"Xu" = ( -/turf/simulated/wall/shull, -/area/itglight/common) -"Xv" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"Xx" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock{ - name = "Showers" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/lockers) -"Xz" = ( -/obj/structure/medical_stand, -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/white/techfloor_grid, -/area/itglight/medbay) -"XA" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"XD" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"XE" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"XF" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"XH" = ( -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/shuttlebay) -"XK" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor, -/area/itglight/starboardengi) -"XM" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 8; - on = 0; - pixel_x = 26; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"XN" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light/small, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew1) -"XO" = ( -/obj/machinery/power/pointdefense{ - id_tag = "dauntless_pd" - }, -/obj/structure/cable/pink{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"XP" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"XQ" = ( -/turf/simulated/wall/shull, -/area/itglight/captain) -"XT" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"XX" = ( -/turf/simulated/wall/shull, -/area/itglight/starboardengi) -"Yb" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/effect/floor_decal/industrial/outline/red, -/obj/machinery/portable_atmospherics/canister/empty, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Yf" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Yg" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"Yh" = ( -/obj/structure/window/reinforced{ - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Yk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/itglight/forehall) -"Yp" = ( -/obj/structure/table/standard, -/obj/random/soap, -/obj/random/soap, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Yq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/catwalk, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor, -/area/itglight/portengi) -"Ys" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Yt" = ( -/turf/simulated/wall/shull, -/area/itglight/crew4) -"Yu" = ( -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Yw" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Yy" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Yz" = ( -/obj/structure/cable, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"YA" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"YC" = ( -/obj/machinery/appliance/cooker/oven, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"YD" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/fuel, -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/machinery/light, -/turf/simulated/floor, -/area/itglight/portengi) -"YG" = ( -/turf/simulated/shuttle/wall/voidcraft/hard_corner, -/area/shuttle/itglightshuttle) -"YL" = ( -/obj/structure/sink{ - pixel_y = 21; - plane = -34 - }, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"YM" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/shower{ - dir = 1; - icon_state = "shower" - }, -/turf/simulated/floor/tiled{ - icon_state = "techmaint" - }, -/area/itglight/showers) -"YO" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"YR" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Restroom" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/restrooms) -"YT" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"YU" = ( -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"YX" = ( -/obj/structure/cable/heavyduty{ - icon_state = "0-4" - }, -/obj/structure/cable/heavyduty{ - icon_state = "0-8" - }, -/obj/structure/cable/heavyduty, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"Za" = ( -/turf/simulated/wall/shull, -/area/itglight/portengi) -"Zc" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock{ - name = "Showers" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/showers) -"Zd" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/chemical_dispenser/bar_soft/full, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Zf" = ( -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Zh" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardsolars) -"Zi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5; - icon_state = "intact-supply" - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/showers) -"Zj" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/door/airlock/mining{ - name = "Port Engineering"; - req_one_access = list(777) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/itglight/portengi) -"Zm" = ( -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Zp" = ( -/obj/item/weapon/stool/baystool/padded, -/turf/simulated/floor/tiled/eris/cafe, -/area/itglight/kitchen) -"Zq" = ( -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/obj/machinery/power/solar, -/turf/simulated/floor/airless, -/area/itglight/portsolars) -"Zr" = ( -/turf/simulated/wall/shull, -/area/itglight/shuttlebay) -"Zs" = ( -/obj/structure/bed/chair/sofa/brown/left, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/common) -"Zw" = ( -/turf/simulated/wall/shull, -/area/itglight/kitchen) -"Zz" = ( -/obj/machinery/door/airlock{ - name = "Unit 3" - }, -/turf/simulated/floor/tiled/white, -/area/itglight/restrooms) -"ZG" = ( -/turf/simulated/wall/shull, -/area/itglight/restrooms) -"ZI" = ( -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"ZJ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel, -/obj/structure/catwalk, -/turf/simulated/floor, -/area/itglight/starboardengi) -"ZK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/closet/walllocker_double/medical{ - pixel_x = -32; - pixel_y = 27 - }, -/obj/item/weapon/storage/bag/chemistry, -/obj/item/clothing/under/rank/chemist, -/obj/item/clothing/suit/storage/toggle/labcoat/chemist, -/obj/item/weapon/storage/box/pillbottles, -/obj/item/weapon/storage/box/beakers, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"ZL" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"ZM" = ( -/obj/structure/cable/heavyduty{ - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/itglight/starboardengi) -"ZN" = ( -/turf/simulated/wall/shull, -/area/itglight/portcargo) -"ZO" = ( -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/obj/structure/closet/crate/bin{ - anchored = 1; - density = 0; - name = "trash bin"; - pixel_x = -10; - pixel_y = 11 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"ZQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/itglight/crew1) -"ZT" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) -"ZX" = ( -/turf/simulated/floor/tiled/monotile, -/area/itglight/lockers) -"ZY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 8 - }, -/obj/structure/cable/pink{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/alarm/alarms_hidden{ - pixel_y = 26 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/itglight/afthall) -"ZZ" = ( -/obj/machinery/sleep_console, -/obj/structure/cable/pink{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/itglight/medbay) - -(1,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(2,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(3,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(4,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(5,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(6,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(7,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(8,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(9,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(10,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(11,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(12,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(13,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(14,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(15,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(16,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(17,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(18,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(19,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(20,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(21,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(22,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(23,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(24,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(25,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(26,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(27,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(28,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(29,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(30,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(31,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(32,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(33,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Kt -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(34,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(35,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(36,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(37,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(38,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(39,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(40,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(41,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(42,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(43,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(44,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(45,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(46,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(47,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(48,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -Zq -FH -Yz -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(49,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XF -Cg -Cg -Cg -Cg -Cg -Cg -Cg -Cg -GU -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -uv -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(50,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Zq -IF -IF -IF -IF -IF -IF -IF -IF -IF -zj -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -Lg -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(51,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XF -Cg -Cg -Cg -Cg -Cg -Cg -Cg -Cg -Cg -Cg -Ry -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -mu -uv -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(52,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Zq -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -zj -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -IF -Lg -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(53,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XF -FI -FI -FI -FI -FI -FI -FI -FI -FI -FI -tl -lv -EV -sX -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -rJ -uv -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(54,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -We -zn -Np -Np -kH -kH -kH -Np -kH -kH -kH -Np -vy -vy -WP -vy -vy -vy -Hy -vy -vy -vy -vy -vy -vy -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(55,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Yu -SY -zn -Np -rn -YC -Wv -pE -ac -bn -gc -zv -lO -Za -nR -im -lV -Za -Qo -VX -nu -lR -IA -TC -zS -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(56,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -BR -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Yu -Yu -Yu -Lh -XT -Om -YL -GO -NQ -Dp -jj -jj -eI -SN -yN -Za -Za -yy -Za -Za -Qo -nf -nu -un -vy -TC -zB -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(57,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -hr -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Yu -Oj -WD -WD -WD -WD -uv -Np -YO -Pg -Pg -UO -GQ -GQ -GQ -jF -JJ -Za -to -Td -RY -RY -RY -JB -oN -uF -IA -TC -zB -UQ -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(58,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Wq -Wq -Wq -Wq -Wq -Wq -Wq -Wq -Wq -Wq -Wq -Wq -LF -LF -zt -Ca -LF -LF -LF -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -WN -Np -Zd -Pg -dB -cf -LJ -ER -Pg -Pg -WU -Za -pi -im -hm -lK -nW -Ab -IR -YD -vy -TC -zB -zB -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(59,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Wq -Wq -fr -fr -pm -fX -kJ -mZ -on -rg -wk -zR -Cp -DB -xj -zG -Cq -zG -HN -LF -WN -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -WN -WN -OT -Ae -Pg -Zp -qU -FB -AK -Pg -Pg -AK -Za -Fc -gk -CI -Fh -oR -Yq -Rn -HQ -vy -TC -zB -zB -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(60,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Lr -Lr -aw -aw -Lr -Lr -eo -zR -zR -zR -ta -vX -oT -oE -ym -tD -zQ -BP -CM -xE -HP -CJ -GA -Ix -LF -WN -WN -Um -Um -Um -Gv -Gv -Mo -Gv -Mo -Gv -Mo -Gv -Gv -WN -Np -Zm -Pg -Pg -QO -Yh -AK -Pg -Pg -AK -Za -UX -gA -RL -HM -FQ -py -Ty -Nx -IA -TC -vl -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(61,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -sy -sy -sy -Lr -ak -ay -hU -xw -XQ -eu -zR -qh -zR -tg -wg -wY -pW -yw -zR -zR -BX -DB -GI -HR -CO -HR -GI -LF -WN -WN -WN -WN -WN -Gv -wm -PX -SL -PX -PO -PX -Tm -Gv -WN -Np -Ct -cx -Zp -fE -Kx -cA -NY -eF -AK -Za -UX -Dg -Rj -pU -Ar -Dc -Dc -KB -vy -TC -TC -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(62,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -sy -sy -bp -cW -em -gL -gL -bA -cv -XQ -pm -zR -qh -zR -tg -wj -Ut -Ut -yJ -Ut -Ut -Ut -DB -DB -DB -Db -DB -DB -LF -gK -gK -gK -gK -gK -Gv -LY -PS -PS -Rd -PQ -PQ -Sz -Gv -qZ -Np -Zw -Zw -Zw -OY -Zw -Zw -Zw -Zw -Zw -Za -Za -Za -Za -Zj -Za -Za -Za -Za -vy -vy -vy -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(63,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -sy -sy -sy -bq -sy -Lr -gO -ay -gu -af -XQ -pm -zR -zR -ww -jo -wk -ZN -oI -rh -sx -sx -um -sx -yf -sx -Do -sx -yf -sx -um -sx -sx -sx -vi -Xq -SL -PX -SL -Rt -SL -PX -SL -Xq -Tw -Xl -Zz -oK -ZG -uf -Ga -SB -VC -En -ZQ -Zr -PM -jG -yO -iC -Gp -Ne -Gp -Gp -JM -fC -cV -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(64,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -WN -Lr -gS -aN -bE -cR -XQ -Ut -Ut -Ut -Ut -Ut -Ut -ZN -yF -yP -JP -JP -JP -sx -JP -JP -Do -JP -up -sx -JP -JP -JP -JP -yD -Xq -Oc -Mv -Mv -Ov -EG -EG -WB -Xh -Nv -Xn -ZG -ZG -ZG -Vd -ZI -IH -ec -BU -XN -Zr -LU -iZ -iZ -eq -iZ -iZ -vO -XH -XH -fC -fC -mo -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(65,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -Lr -gX -aS -bF -cY -XQ -ew -ag -ah -ai -aj -wy -ZN -oU -rM -DH -DH -DH -DH -DH -DH -Dy -GG -GG -JC -KA -KA -KA -KA -My -Xq -Oi -Dv -SL -Ru -SL -Dv -WC -Xq -Tz -Xv -Kj -Tb -ZG -VG -Qt -IH -IH -IH -IH -Zr -HJ -XH -XH -Ub -XH -XH -jQ -iZ -iZ -iZ -EI -JL -tj -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(66,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -hF -Lr -XQ -XQ -aa -XQ -XQ -Qh -ms -ul -ul -ul -DI -ZN -yD -AU -Na -JP -up -sx -up -JP -Ia -JP -JP -Do -JP -JT -JT -JP -yF -Xq -Xq -Xq -Xq -AG -Xq -Xq -Xq -Xq -NR -XD -ZG -ZG -ZG -uf -Ga -wG -go -Cl -xM -Zr -tE -PB -PB -EQ -VV -VV -fY -VV -VV -JN -fC -fC -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(67,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -ds -fa -aq -aU -od -jE -lH -eA -fP -ul -ul -ul -qo -ZN -pG -sx -sx -sx -sx -Eg -ZN -Hi -DF -ZN -ZN -Jc -sx -sx -sx -sx -KP -Xu -Ol -MA -MY -Ow -Qa -ab -WE -Xu -TE -XM -dv -Tb -ZG -ZY -ZI -KG -ip -Mk -yI -Zr -SF -dE -dE -dE -dE -dE -KQ -dE -dE -dE -dE -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(68,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -ds -fb -hk -aV -bJ -dq -lH -eE -gh -ul -ul -vf -kN -ZN -ZN -SM -SM -SM -SM -ZN -ZN -Aa -Iu -GP -ZN -ZN -SM -SM -SM -SM -ZN -Xu -Or -yK -QI -Sh -UF -UF -IN -Xu -ZG -YR -ZG -ZG -ZG -Vd -ZI -KG -KG -KG -KG -Zr -tq -dE -dE -zg -eb -zg -jV -zg -zg -zg -zg -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(69,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -bT -hF -hF -hq -aY -ik -ka -el -eJ -gW -vf -vf -js -te -nh -Ng -Ng -Ng -dR -Ng -Ep -Ng -Ng -DJ -Ng -Ng -Ep -Ng -ea -Ng -Ng -Ng -Xu -Zs -QI -Nn -Sh -UF -UF -Vz -Xu -Ud -YT -ZI -YA -ZI -Vd -ZI -ix -Zr -of -XH -XH -tq -dE -zg -YG -rC -LI -ii -Gl -nH -PE -yE -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(70,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -ad -Um -Um -Um -Um -Um -Um -Um -Um -Um -as -Um -bT -dj -hF -hy -hS -ow -kn -lH -eQ -ov -qq -iI -tL -kO -nv -LG -LG -LG -tP -LG -LG -LG -As -DK -LG -LG -LG -LG -tP -LG -LG -bk -wL -LZ -ME -Ns -MU -Qp -EN -Jm -SO -Oe -YU -pn -uk -pn -Qs -pn -Ij -OC -EZ -GD -bs -TS -dE -CY -Jz -nb -NS -iT -OI -BJ -PE -yE -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Xj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(71,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -bT -hF -hF -hC -hc -it -kp -lu -nq -oy -wD -rZ -vf -qB -nh -Ng -Ng -Ng -Yk -Ng -Ev -Ng -AF -DP -Ng -Ng -Ev -Ng -uI -Ng -Ng -Ng -Xu -Ot -wW -UF -Sh -UF -UZ -Jt -Xu -Yg -YT -ZI -lh -ZI -Vd -ZI -Fx -Zr -IM -XH -XH -tq -dE -zg -YG -rC -aQ -EX -nH -sP -PE -yE -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(72,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -ds -ga -hT -hT -iu -kq -lH -eU -oz -qK -iU -uX -la -Nm -Nm -LO -LO -LO -LO -Nm -Nm -AJ -Iu -xp -Nm -Nm -LO -LO -LO -LO -Nm -Xu -Mg -MF -Rb -Sh -UF -UZ -SH -Xu -Qi -Zc -Qi -Qi -Qi -Vd -ZI -Tt -Tt -Tt -Tt -Zr -tq -dE -dE -zg -Uj -zg -aK -zg -zg -zg -zg -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(73,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -ds -ge -jm -bd -oA -ky -lH -nO -oz -mf -qN -uX -tr -Nm -pH -kR -kR -kR -kR -wS -Nm -tz -DQ -Nm -Nm -Kh -kR -kR -kR -kR -Ek -Xu -Ml -Ml -Ji -Sw -QN -Rp -WG -Xu -Uv -Zf -UL -YM -Qi -wA -Ga -Nc -Gc -BA -yQ -Zr -Mu -dE -dE -dE -dE -dE -KQ -dE -dE -dE -dE -dE -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(74,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -hF -RU -VU -VU -iJ -VU -VU -vR -oz -qN -qN -uX -qB -Nm -wI -Kf -Kf -Kf -Kf -kR -Kf -Kf -Iy -Kf -Kf -IS -Kc -Kc -LQ -LQ -qG -Dz -Dz -Dz -Dz -xi -Dz -Dz -Dz -Dz -Yp -Zi -yc -YM -Qi -Vd -ZI -Tt -Dx -JR -zs -Zr -cU -GV -GV -bC -Ly -Ly -xO -Ly -Ly -Ku -fC -fC -fC -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(75,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -RU -Mh -Tp -cb -dC -VU -nl -vf -hs -dO -vf -qB -Nm -qA -Ff -Ff -Ff -Ff -Ff -Ff -Ff -Ej -xr -xr -Kn -Ff -Ff -Ff -Ff -Lk -Dz -OA -ML -NG -PD -Ve -Ve -WO -Dz -Vi -Nd -yc -YM -Qi -VG -Qt -Yt -Yt -Yt -Yt -Zr -HJ -XH -XH -po -iZ -iZ -wX -iZ -iZ -iZ -EI -DZ -tj -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(76,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -WN -RU -Tp -bi -ci -Tp -VU -CH -CH -CH -CH -CH -wK -Nm -qG -Kf -Kc -LQ -LQ -kR -Kf -Kf -IS -Kf -Kf -kR -Kf -Kf -eV -Kc -wI -Dz -OF -ZX -ZX -SA -WQ -WQ -WQ -Xx -Vn -Fw -yc -YM -Qi -uf -Ga -cl -ic -Au -Lz -Zr -oq -iZ -iZ -BM -XH -XH -XH -Nq -cw -fC -fC -Kv -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(77,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -lo -lo -lo -ae -lo -RU -av -bv -hw -ed -VU -eW -hi -qW -jg -vr -lD -Nm -xZ -kR -kR -kR -wu -kR -yS -kR -IS -kR -yS -kR -wu -kR -kR -kR -LX -Dz -OH -ZX -ZX -SG -ZX -ZX -Xb -Dz -VK -kU -Rw -YM -Qi -Vd -ZI -Yt -BS -cp -vI -Zr -WS -ko -Gp -Gu -yO -aX -yO -yO -TJ -fC -cV -tj -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(78,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -lo -lo -cM -dD -HB -hO -by -mR -Tp -VU -oc -oB -Bt -Bt -Bt -mg -CH -CH -CH -CH -CH -CH -Gq -Gq -Gq -EC -Gq -Gq -uq -hY -hY -hY -hY -hY -yn -OJ -ZX -ZX -SG -ZX -ZX -Xg -yn -Pr -Pr -Qi -Qi -Qi -QF -Uw -Uw -Uw -Uw -Uw -XX -XX -XX -XX -iq -XX -XX -XX -XX -zm -zm -zm -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(79,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -lo -lo -lo -RU -Tp -Tp -Tp -Tp -VU -fg -hn -rq -mF -jB -mq -nx -qR -sR -CQ -CQ -wz -Gq -yT -Bj -EH -Bj -yT -uq -WN -WN -WN -WN -WN -yn -Mm -MS -NW -Ba -QR -QR -SV -yn -WN -xx -RZ -fc -eS -UH -lw -Uw -dd -dS -AH -XX -Yb -Dk -sQ -uz -KM -CU -CU -pl -li -kY -VM -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(80,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -RU -RU -iR -iR -RU -RU -oc -oH -Bt -Bt -oB -wN -yZ -yZ -yZ -tH -Bq -Cy -FR -yY -Bo -EL -HA -IQ -uq -WN -WN -Um -Um -Um -yn -yn -Qq -Qq -yn -Qq -Qq -yn -yn -WN -QY -ZK -gt -wM -NV -wa -Uw -tx -Hj -Xz -XX -Yb -sq -na -AM -ud -FT -nP -gG -zm -kY -sF -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(81,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -TU -TU -Fz -rw -sf -jL -mL -xy -yd -za -zL -Bt -CA -Gq -HD -HW -EP -HW -Jk -uq -WN -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -WN -WN -QY -ZL -fe -Wh -Vq -ES -Uw -PJ -Rl -No -XX -OX -Ka -zr -NJ -NM -JV -Rq -Ph -li -kY -sF -GX -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(82,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -TU -TU -TU -TU -TU -TU -TU -TU -TU -TU -TU -TU -uq -uq -HX -Fe -uq -uq -uq -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -WN -WN -xx -ZO -QW -QW -dP -Ra -Uw -Py -ir -Gm -XX -VB -XA -tC -gH -zp -QQ -Ox -HU -zm -kY -sF -sF -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(83,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -hK -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -VN -PN -MG -MG -MG -MG -Wb -QY -ZT -QW -hG -eZ -nJ -KJ -nJ -ei -ES -XX -Fu -YX -XK -XK -XK -qg -ls -NN -zm -kY -sF -sF -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(84,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -FA -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -VN -VN -VN -MI -Wf -QY -ZZ -aH -UI -qt -Gt -Uw -PA -xk -wV -XX -XX -Gb -XX -XX -VE -ZJ -Vs -xT -li -kY -Wc -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(85,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -VN -MO -Ys -xx -om -LA -QW -pL -fz -Uw -UY -om -Iv -XX -wt -zq -AZ -XX -VE -Yf -Vs -BW -zm -kY -kY -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(86,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XO -Ys -xx -xx -xx -ie -xx -xx -xx -xx -xx -xx -zm -zm -Jg -zm -zm -zm -su -zm -zm -zm -zm -zm -zm -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(87,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XP -Yy -Yy -Yy -Yy -Yy -Yy -Yy -Yy -Yy -Yy -zD -zM -ZM -rF -rf -rf -rf -rf -rf -rf -rf -rf -rf -Wb -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(88,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Yw -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -WZ -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -ne -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(89,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XP -CX -CX -CX -CX -CX -CX -CX -CX -CX -CX -JI -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Wb -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(90,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Yw -XE -XE -XE -XE -XE -XE -XE -XE -XE -WZ -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -XE -ne -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(91,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -XP -CX -CX -CX -CX -CX -CX -CX -CX -SE -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Zh -Wb -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(92,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -Yw -ih -uy -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(93,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(94,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(95,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(96,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(97,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(98,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(99,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(100,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(101,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(102,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(103,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(104,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(105,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(106,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(107,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(108,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(109,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(110,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(111,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(112,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -KK -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(113,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(114,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(115,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(116,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(117,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(118,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(119,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(120,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(121,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(122,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(123,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(124,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(125,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(126,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(127,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(128,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(129,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(130,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(131,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(132,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(133,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(134,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(135,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(136,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(137,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(138,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(139,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} -(140,1,1) = {" -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -Um -"} From 79a54de823f3abfe1a2365e8bb2f3dbee64538d2 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Mar 2021 17:45:17 +1000 Subject: [PATCH 11/18] Fixes "" --- code/game/objects/items/weapons/id cards/cards.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/id cards/cards.dm b/code/game/objects/items/weapons/id cards/cards.dm index 649d9a3a34..653e102fe1 100644 --- a/code/game/objects/items/weapons/id cards/cards.dm +++ b/code/game/objects/items/weapons/id cards/cards.dm @@ -20,7 +20,7 @@ var/associated_account_number = 0 var/list/initial_sprite_stack = list("") - var/base_icon = "icons/obj/card_new.dmi" + var/base_icon = 'icons/obj/card_new.dmi' //VOREStation Edit: Polaris messed up, fix sent upstream var/list/sprite_stack var/list/files = list( ) From 28e200ce68cc74904a59556cf8006d9525274d15 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Wed, 24 Mar 2021 00:09:49 -0900 Subject: [PATCH 12/18] Patches new ID card code --- .../objects/items/weapons/id cards/cards.dm | 2 +- .../items/weapons/id cards/id_stacks.dm | 144 +++++++++++++++++- .../items/weapons/id cards/id_stacks_cit.dm | 92 ----------- .../weapons/id cards/id_stacks_deptname.dm | 92 ----------- 4 files changed, 143 insertions(+), 187 deletions(-) delete mode 100644 code/game/objects/items/weapons/id cards/id_stacks_cit.dm delete mode 100644 code/game/objects/items/weapons/id cards/id_stacks_deptname.dm diff --git a/code/game/objects/items/weapons/id cards/cards.dm b/code/game/objects/items/weapons/id cards/cards.dm index 649d9a3a34..eda50ce1c9 100644 --- a/code/game/objects/items/weapons/id cards/cards.dm +++ b/code/game/objects/items/weapons/id cards/cards.dm @@ -20,7 +20,7 @@ var/associated_account_number = 0 var/list/initial_sprite_stack = list("") - var/base_icon = "icons/obj/card_new.dmi" + var/base_icon = 'icons/obj/card_new.dmi' var/list/sprite_stack var/list/files = list( ) diff --git a/code/game/objects/items/weapons/id cards/id_stacks.dm b/code/game/objects/items/weapons/id cards/id_stacks.dm index 4567cfe038..8f49138273 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks.dm @@ -4,9 +4,10 @@ /obj/item/weapon/card icon = 'icons/obj/card_new.dmi' // These are redefined here so that changing sprites is as easy as clicking the checkbox. - base_icon = "icons/obj/card_new.dmi" + base_icon = 'icons/obj/card_new.dmi' // New sprite stacks can be defined here. You could theoretically change icon-states as well but right now this file compiles before station_ids.dm so those wouldn't be affected. +<<<<<<< HEAD /* id generic @@ -95,4 +96,143 @@ initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s") officer initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") - */ // VOREStation Removal - defined in id_stacks_vr.dm \ No newline at end of file + */ // VOREStation Removal - defined in id_stacks_vr.dm +======= + +/obj/item/weapon/card/id/generic + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-silhouette", "clip") + +// CENTCOM +/obj/item/weapon/card/id/centcom + initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "pips-gold") + +/obj/item/weapon/card/id/centcom/vip + initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-gold") + +/obj/item/weapon/card/id/centcom/ERT + initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "pips-red", "stripe-red") + +// GENERIC COMMAND +/obj/item/weapon/card/id/silver + initial_sprite_stack = list("base-stamp-silver", "top-mime", "stamp-n-generic") + +/obj/item/weapon/card/id/silver/secretary + initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n") + +/obj/item/weapon/card/id/silver/hop + initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "stripe-white") + +// MEDICAL +/obj/item/weapon/card/id/medical + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n") + +/obj/item/weapon/card/id/medical/chemist + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-orange") + +/obj/item/weapon/card/id/medical/geneticist + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-purple") + +/obj/item/weapon/card/id/medical/psych + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-purple") + +/obj/item/weapon/card/id/medical/emt + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-blue") + +/obj/item/weapon/card/id/medical/head + initial_sprite_stack = list("base-stamp-silver", "top-medblu", "stamp-n", "stripe-gold") + +/obj/item/weapon/card/id/medical/sar + initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n", "pips-medblu") + +// SECURITY +/obj/item/weapon/card/id/security + initial_sprite_stack = list("base-stamp", "top-red", "stamp-n") + +/obj/item/weapon/card/id/security/detective + initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "pips-brown") + +/obj/item/weapon/card/id/security/warden + initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "pips-white") + +/obj/item/weapon/card/id/security/head + initial_sprite_stack = list("base-stamp-silver", "top-red", "stamp-n", "stripe-gold") + +// ENGINEERING +/obj/item/weapon/card/id/engineering + initial_sprite_stack = list("base-stamp", "top-orange", "stamp-n") + +/obj/item/weapon/card/id/engineering/atmos + initial_sprite_stack = list("base-stamp", "top-orange", "pips-medblu", "stamp-n") + +/obj/item/weapon/card/id/engineering/head + initial_sprite_stack = list("base-stamp-silver", "top-orange", "stamp-n", "stripe-gold") + +// SCIENCE +/obj/item/weapon/card/id/science + initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n") + +/obj/item/weapon/card/id/science/roboticist + initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "pips-orange") + +/obj/item/weapon/card/id/science/explorer + initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n") + +/obj/item/weapon/card/id/science/head + initial_sprite_stack = list("base-stamp-silver", "top-purple", "stamp-n", "stripe-gold") + +/obj/item/weapon/card/id/science/head/pathfinder + initial_sprite_stack = list("base-stamp-silver", "top-blue", "dept-exploration", "stamp-n", "pips-gold") + +// CARGO +/obj/item/weapon/card/id/cargo + initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n") + +/obj/item/weapon/card/id/cargo/miner + initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n", "pips-purple") + +/obj/item/weapon/card/id/cargo/head + initial_sprite_stack = list("base-stamp-silver", "top-brown", "stamp-n", "pips-gold") + +// CIVLIAN +/obj/item/weapon/card/id/civilian + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") + +/obj/item/weapon/card/id/civilian/chaplain + initial_sprite_stack = list("base-stamp-silver", "top-dark", "stamp-cross", "pips-white") + +/obj/item/weapon/card/id/civilian/internal_affairs + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") + +/obj/item/weapon/card/id/civilian/botanist + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-brown") + +/obj/item/weapon/card/id/civilian/bartender + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-dark") + +/obj/item/weapon/card/id/civilian/chef + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-white") + +/obj/item/weapon/card/id/civilian/janitor + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-purple") + +/obj/item/weapon/card/id/civilian/journalist + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") + +/obj/item/weapon/card/id/civilian/clown + initial_sprite_stack = list("base-stamp", "top-rainbow", "stamp-n") + +/obj/item/weapon/card/id/civilian/mime + initial_sprite_stack = list("base-stamp", "top-white", "stamp-n", "stripe-black") + +/obj/item/weapon/card/id/civilian/pilot + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "pips-blue") + +/obj/item/weapon/card/id/civilian/head + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "stripe-white") + +/obj/item/weapon/card/id/syndicate + initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s") + +/obj/item/weapon/card/id/syndicate/officer + initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") +>>>>>>> 6d741f7... Merge pull request #8008 from Atermonera/id_card_icon_path diff --git a/code/game/objects/items/weapons/id cards/id_stacks_cit.dm b/code/game/objects/items/weapons/id cards/id_stacks_cit.dm deleted file mode 100644 index a35b1febf9..0000000000 --- a/code/game/objects/items/weapons/id cards/id_stacks_cit.dm +++ /dev/null @@ -1,92 +0,0 @@ -// This is a defines file for card sprite stacks. If a new card set comes in, this file can just be disabled and a new one made to match the new sprites. -// Generally, if the icon file is card_xxx.dmi, this filename should be sprite_stacks_xxx.dm -// Please make sure that only the relevant sprite_stacks_xxx.file is included, if more are made. - - - -/obj/item/weapon/card - icon = 'icons/obj/card_new.dmi' // These are redefined here so that changing sprites is as easy as clicking the checkbox. - base_icon = "icons/obj/card_new.dmi" - - // New sprite stacks can be defined here. You could theoretically change icon-states as well but right now this file compiles before station_ids.dm so those wouldn't be affected. - id - centcom - initial_sprite_stack = list("base-stamp", "top-blue", "dept-nanotrasen", "letter-n-command", "pips-gold") - vip - initial_sprite_stack = list("base-stamp-gold", "top-blue", "dept-vip-gold", "letter-n-command", "pips-gold") - ERT - initial_sprite_stack = list("base-stamp", "top-dark", "dept-nanotrasen", "letter-n-command") - silver - initial_sprite_stack = list("base-stamp-silver", "top-mime", "letter-n-generic") - secretary - initial_sprite_stack = list("base-stamp", "top-blue", "dept-secretary", "letter-n-command") - hop - initial_sprite_stack = list("base-stamp-silver", "top-blue", "dept-hop", "letter-n-command", "pips-gold") - medical - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "letter-n-medical") - chemist - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "letter-n-medical", "pips-engineering") - geneticist - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "letter-n-medical", "pips-science") - psych - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "letter-n-medical", "pips-science") - emt - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "letter-n-medical", "pips-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-medblu", "dept-medical", "letter-n-command", "pips-gold") - sar - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-exploration", "letter-n-command", "pips-command") - security - initial_sprite_stack = list("base-stamp", "top-red", "dept-security", "letter-n-security") - detective - initial_sprite_stack = list("base-stamp", "top-red", "dept-security", "letter-n-security", "pips-cargo") - warden - initial_sprite_stack = list("base-stamp", "top-red", "dept-security", "letter-n-security", "pips-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-red", "dept-security", "letter-n-command", "pips-gold") - engineering - initial_sprite_stack = list("base-stamp", "top-orange", "dept-engineering", "letter-n-engineering") - atmos - initial_sprite_stack = list("base-stamp", "top-orange", "dept-engineering", "pips-medical", "letter-n-engineering") - head - initial_sprite_stack = list("base-stamp-silver", "top-orange", "dept-engineering", "letter-n-command", "pips-gold") - science - initial_sprite_stack = list("base-stamp", "top-purple", "dept-science", "letter-n-science") - roboticist - initial_sprite_stack = list("base-stamp", "top-purple", "dept-science", "letter-n-science", "pips-engineering") - explorer - initial_sprite_stack = list("base-stamp", "top-blue", "dept-exploration", "letter-n-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-purple", "dept-science", "letter-n-command", "pips-gold") - pathfinder - initial_sprite_stack = list("base-stamp-silver", "top-blue", "dept-exploration", "letter-n-command", "pips-gold") - cargo - initial_sprite_stack = list("base-stamp", "top-brown", "dept-cargo", "letter-n-cargo") - miner - initial_sprite_stack = list("base-stamp", "top-brown", "dept-cargo", "letter-n-cargo", "pips-science") - head - initial_sprite_stack = list("base-stamp-silver", "top-brown", "dept-cargo", "letter-n-command", "pips-gold") - civilian - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "letter-n-civilian") - chaplain - initial_sprite_stack = list("base-stamp-silver", "top-dark", "letter-cross", "pips-white") - internal_affairs - initial_sprite_stack = list("base-stamp", "top-green", "dept-internal-affairs", "letter-n-command") - botanist - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "letter-n-civilian", "pips-cargo") - bartender - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "letter-n-civilian", "pips-dark") - chef - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "letter-n-civilian", "pips-white") - janitor - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "letter-n-civilian", "pips-science") - journalist - initial_sprite_stack = list("base-stamp", "top-green", "dept-press", "letter-n-civilian") - clown - initial_sprite_stack = list("base-stamp", "top-pink", "dept-clown", "letter-n-clown") - mime - initial_sprite_stack = list("base-stamp", "top-white", "letter-n-mime") - pilot - initial_sprite_stack = list("base-stamp", "top-generic", "dept-pilot", "letter-n-command", "pips-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-command", "letter-n-command", "pips-civilian") \ No newline at end of file diff --git a/code/game/objects/items/weapons/id cards/id_stacks_deptname.dm b/code/game/objects/items/weapons/id cards/id_stacks_deptname.dm deleted file mode 100644 index bce7340ecc..0000000000 --- a/code/game/objects/items/weapons/id cards/id_stacks_deptname.dm +++ /dev/null @@ -1,92 +0,0 @@ -// This is a defines file for card sprite stacks. If a new card set comes in, this file can just be disabled and a new one made to match the new sprites. -// Generally, if the icon file is card_xxx.dmi, this filename should be sprite_stacks_xxx.dm -// Please make sure that only the relevant sprite_stacks_xxx.file is included, if more are made. - - - -/obj/item/weapon/card - icon = 'icons/obj/card_new.dmi' // These are redefined here so that changing sprites is as easy as clicking the checkbox. - base_icon = "icons/obj/card_new.dmi" - - // New sprite stacks can be defined here. You could theoretically change icon-states as well but right now this file compiles before station_ids.dm so those wouldn't be affected. - id - centcom - initial_sprite_stack = list("base-stamp", "top-blue", "dept-nanotrasen", "stamp-n", "pips-gold") - vip - initial_sprite_stack = list("base-stamp-gold", "dept-vip", "top-blue", "stamp-n", "pips-gold") - ERT - initial_sprite_stack = list("base-stamp", "top-dark", "dept-ert", "stamp-n") - silver - initial_sprite_stack = list("base-stamp-silver", "top-mime", "stamp-n-generic") - secretary - initial_sprite_stack = list("base-stamp", "top-blue", "dept-secretary", "stamp-n") - hop - initial_sprite_stack = list("base-stamp-silver", "top-blue", "dept-hop", "stamp-n", "pips-gold") - medical - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "stamp-n") - chemist - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "stamp-n", "pips-engineering") - geneticist - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "stamp-n", "pips-science") - psych - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "stamp-n", "pips-science") - emt - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-medical", "stamp-n", "pips-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-medblu", "dept-medical", "stamp-n", "pips-gold") - sar - initial_sprite_stack = list("base-stamp", "top-medblu", "dept-exploration", "stamp-n", "pips-command") - security - initial_sprite_stack = list("base-stamp", "top-red", "dept-security", "stamp-n") - detective - initial_sprite_stack = list("base-stamp", "top-red", "dept-security", "stamp-n", "pips-cargo") - warden - initial_sprite_stack = list("base-stamp", "top-red", "dept-security", "stamp-n", "pips-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-red", "dept-security", "stamp-n", "pips-gold") - engineering - initial_sprite_stack = list("base-stamp", "top-orange", "dept-engineering", "stamp-n") - atmos - initial_sprite_stack = list("base-stamp", "top-orange", "dept-engineering", "pips-medical", "stamp-n") - head - initial_sprite_stack = list("base-stamp-silver", "top-orange", "dept-engineering", "stamp-n", "pips-gold") - science - initial_sprite_stack = list("base-stamp", "top-purple", "dept-science", "stamp-n") - roboticist - initial_sprite_stack = list("base-stamp", "top-purple", "dept-science", "stamp-n", "pips-engineering") - explorer - initial_sprite_stack = list("base-stamp", "top-blue", "dept-exploration", "stamp-n") - head - initial_sprite_stack = list("base-stamp-silver", "top-purple", "dept-science", "stamp-n", "pips-gold") - pathfinder - initial_sprite_stack = list("base-stamp-silver", "top-blue", "dept-exploration", "stamp-n", "pips-gold") - cargo - initial_sprite_stack = list("base-stamp", "top-brown", "dept-cargo", "stamp-n") - miner - initial_sprite_stack = list("base-stamp", "top-brown", "dept-cargo", "stamp-n", "pips-science") - head - initial_sprite_stack = list("base-stamp-silver", "top-brown", "dept-cargo", "stamp-n", "pips-gold") - civilian - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "stamp-n") - chaplain - initial_sprite_stack = list("base-stamp-silver", "top-dark", "letter-cross", "pips-white") - internal_affairs - initial_sprite_stack = list("base-stamp", "top-green", "dept-internal-affairs", "stamp-n") - botanist - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "stamp-n", "pips-cargo") - bartender - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "stamp-n", "pips-dark") - chef - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "stamp-n", "pips-white") - janitor - initial_sprite_stack = list("base-stamp", "top-green", "dept-civilian", "stamp-n", "pips-science") - journalist - initial_sprite_stack = list("base-stamp", "top-green", "dept-press", "stamp-n") - clown - initial_sprite_stack = list("base-stamp", "top-pink", "dept-clown", "stamp-n") - mime - initial_sprite_stack = list("base-stamp", "top-white", "stamp-n-mime") - pilot - initial_sprite_stack = list("base-stamp", "top-generic", "dept-pilot", "stamp-n", "pips-command") - head - initial_sprite_stack = list("base-stamp-silver", "top-command", "stamp-n", "pips-civilian") \ No newline at end of file From fc1d4da50b54e41c457a2b29d07deb8f3ad3f611 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Mar 2021 19:16:23 +1000 Subject: [PATCH 13/18] More fixes for god of fixes --- .../objects/items/weapons/id cards/id_stacks.dm | 2 +- .../items/weapons/id cards/id_stacks_vr.dm | 2 ++ .../items/weapons/id cards/station_ids_vr.dm | 4 ++-- code/modules/vore/eating/digest_act_vr.dm | 10 +++++++--- icons/obj/card_new_vr.dmi | Bin 0 -> 8934 bytes 5 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 icons/obj/card_new_vr.dmi diff --git a/code/game/objects/items/weapons/id cards/id_stacks.dm b/code/game/objects/items/weapons/id cards/id_stacks.dm index 4567cfe038..48337d8f70 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks.dm @@ -4,7 +4,7 @@ /obj/item/weapon/card icon = 'icons/obj/card_new.dmi' // These are redefined here so that changing sprites is as easy as clicking the checkbox. - base_icon = "icons/obj/card_new.dmi" + base_icon = 'icons/obj/card_new.dmi' //VOREStation Edit: Polaris messed up, fix sent upstream // New sprite stacks can be defined here. You could theoretically change icon-states as well but right now this file compiles before station_ids.dm so those wouldn't be affected. /* diff --git a/code/game/objects/items/weapons/id cards/id_stacks_vr.dm b/code/game/objects/items/weapons/id cards/id_stacks_vr.dm index 7140ad9526..c9c7f4209a 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks_vr.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks_vr.dm @@ -1,4 +1,6 @@ /obj/item/weapon/card + icon = 'icons/obj/card_new_vr.dmi' + base_icon = 'icons/obj/card_new_vr.dmi' id initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n") diff --git a/code/game/objects/items/weapons/id cards/station_ids_vr.dm b/code/game/objects/items/weapons/id cards/station_ids_vr.dm index 122a9bd410..3a8f2cae57 100644 --- a/code/game/objects/items/weapons/id cards/station_ids_vr.dm +++ b/code/game/objects/items/weapons/id cards/station_ids_vr.dm @@ -1,7 +1,7 @@ /obj/item/weapon/card/id/event var/configured = 0 var/accessset = 0 - sprite_stack = list("") + initial_sprite_stack = list() var/list/title_strings = list() var/preset_rank = FALSE @@ -9,7 +9,7 @@ if(configured == 1) return ..() - if(preset_rank) + if(!preset_rank) var/title if(user.client.prefs.player_alt_titles[user.job]) title = user.client.prefs.player_alt_titles[user.job] diff --git a/code/modules/vore/eating/digest_act_vr.dm b/code/modules/vore/eating/digest_act_vr.dm index ab589d9671..b2958d0ddf 100644 --- a/code/modules/vore/eating/digest_act_vr.dm +++ b/code/modules/vore/eating/digest_act_vr.dm @@ -82,9 +82,13 @@ var/lost_access = list() /obj/item/weapon/card/id/digest_act(atom/movable/item_storage = null) - desc = "A partially digested card that has seen better days. The damage appears to be only cosmetic, but the access codes need to be reprogrammed at the HoP office." - icon = 'icons/obj/card_vr.dmi' - icon_state = "[initial(icon_state)]_digested" + desc = "A partially digested card that has seen better days. The damage appears to be only cosmetic, but the access codes need to be reprogrammed at the HoP office or ID restoration terminal." + if(!sprite_stack || !istype(sprite_stack) || !(sprite_stack.len)) + icon = 'icons/obj/card_vr.dmi' + icon_state = "[initial(icon_state)]_digested" + else + sprite_stack += "digested" + update_icon() if(!(LAZYLEN(lost_access)) && LAZYLEN(access)) lost_access = access //Do not forget what access we lose access = list() // Then lose it diff --git a/icons/obj/card_new_vr.dmi b/icons/obj/card_new_vr.dmi new file mode 100644 index 0000000000000000000000000000000000000000..20e3c85583261d2da28b854afdb0f4c491c81694 GIT binary patch literal 8934 zcma)h2UJtr)-_lzcC6G3xeAJkh>8l*qE{)QDk31oh@c2a0@6zo5CQ2D1f)hfh%_mo zCRk`vA}tX@5~YP6YC=f+5BJ^omv6lCXN=9^?0w2UYpuQ3oO4IsHqqO^M{19dkkEdJ z{w*^hA>oHxZP#x=PndnKk&w`~rT}v*uUn5j9iBV8dpW~lLPCBSNht&v`NF;kLeE`^ zh5KLlcAk>f`?RVVE&4IWM#*YXCPXallTSt0J1A`TQmTE2>E-pyTt7B@Q(F_?EPMW$ zv5REf7nUhTRMZlpy}$hzne^q$*Gnciq_auy7Z1N6O-=dAtG`DmM?_ThbPWvQN*#Odx<9(3Mr>c@oP~0o(`&o4BiEbL(ocVR;iiUO41a-M@V`!dcH#U8 zQ>bV}_vS~pb46rX$-^+w*wfe)(S$|JETymgZow{kNPUWxR`qGy6MH;ujkw!$olFiF zw-^;911lki_1=U_Cexo>+qh*>vWaKb>BDZA`>U> z@9J*yxa@POVzIJUB?))m^JA#j#)*(wgV#vwpm6=?|HR{iZD1~ zcq4eZF;?>>&nf(PofI}am{WcIhuid@C^s42?cW?7!X6pmDvnQBsSF0k?tPP4`Uf^x zBKt|IoYkY1V%~$I_y@PL4=<1;cj!jk%qWV<#mDuAZ zExRUD+k*E^c>MY;rYtO7Yj#S6=*5$pls4sziy`hGraD|ec;p+mM)`6uJzUEe- z@wWw{`;KVRWg$XBph?KB8|Ho)3l!Ar!Szh~GN~fx@z1fW9ouW;)V+?l|M^nxQH+Fz z^OXmWRfbbv?464@-YGHPx5G>)uCz2?ExMuPZH|T~7D+tV!c}vfAndPv9@U$5ci?hIBQ7~*1 zLiG+{iT%%Ci@pUtGl4*lEv<-)i#zTwbitaJ(3nV|8{fT~7;`aA!xuI-aJSHeml7%> zs{NMOyRAk4QkzC@Nr~Y=p(*y#PN9q|)5+JhF{;2tHDW{xrN?cTkeWlsE(xLA(&Bzj z-54;<+RE40cX}mA8@?y(MGf~+rG)x6xT~v*qQ!@bWIT+b?lxL?@d9dKcJ~yu(dNS> zoKkDYDn%$<0AmR09^-BIyHG5O@6CAB2m#yLXVsWZl!s zgH3REpEVzl)qHw|CMm4ZN-QZXbh2W5=(U(st_LtS%IqiGWkRmC5?$NlWWIa@&B$HQ zZE=c6Ra%*6-`0ONtNCQ7+(UR@$$H0dXSv2eEgC!__ENqEi%lW-^z=;P27Cy6t=r2p zU%EWcbTj!JDw>55r=(qR{l+U|0*Aw$C=YtVb563fLJH^3f(76%s#N+?`2fU=@_Gx)_ci*5>Yk`+=2GdX1tKN zCU-$vLO6aNaAjr9wp&z0!%ie%+Z;4EBn{gfw3B5=lZD81r@=Ht$@ zDuKU9^OJ_BKI}40uliy17TaOHae3=fqNHNa%BZy~8y$n)bvIb=ZCP2F`6^Tkd15F? z#z2+t%P}oTLj|#%qvK`mMp=s#*Nfnhw^?4RzA}Nu1^!}Cn6Qxj=@!5&5_UOA#c6)* zLn+2v_mzPFtnLU~sMo6*xDX*ANrn_AiT-O_|Lfk-@Su?;xv*5Cb~w+bRrLgzvJn=RUOGwR zcYo~Q8kZZO)8VPJe6-ifiJd33_Z5DO2IBNn>SSN-K6 zGBPsWNCeqJH90G^CNqD0a)HcT+3pZ4PvK4%tK)HQclTIILDX*tmGqXwZN9_=$U#I{ z>qG4I#LLqTGoUlwm!WS1Z}v+%fuNV{b+)F`4O;(~;h;JKwQ$5kN_^Yx> zo)pb@!mEKDAxaKhs&tUEl$4ODNCDk6H8p+DMh^}R9UH+e42>)N$sx)_P1`UVc?vf< zwK6n>dNn5RB2iXS=%5RbStS;(!bYvciCDLpIsAvcb7TuvN+?QoVu4&cM@4wsBgpC) z9;u;1`(L~1zx4*M4!k*8(hW4D+q7C|PqFl^_73M(s$!7_#HumStG7p`2k`W%A~<>P zUe$DQG1%1`2=dj^tcP3e#b&Kik7IYgQQMAnx2`8urvQ@z_X94zu+?rLtZJ9S&Q}5L z$RKv10Pg!X9Y?VT?()8hcT!KMsQ}ON0oQcTBVAH=&yt@Yy}rH$$y~gFm}7IwE9>&vAr+`m%} z5HHp#y|_P?odtJ6Ge2>-pFHTtZ`}_zt}IX*EivqFr^A><

VU<%sCcslRiPzC!?W zHg^;l!maiX1bC7XL)csXo~*AK@t!}~ld7h?JhPcKH1d)0tA)Gee(@>lJKCD}?2+|Y zU=o{Emg}Ws(jjc+bED5-jr6X5WfOf8&tq%=6C_}Gb5y#vt*Qc{k*vgZSeId6Ur$sv z3Tj}d9%%qFLdaG|7`Wt-vv~ky!JAA`(54{g-^wx=qTK`_dJ;RIK74pR#r8R5Y=F;4 zt}~gxO>O@#M*O$KKYzFHU7Bm8lTN5U^GBy5<7K?|J=@)dZQf6%tIpO}B!KAkr5-k$@f<5mL19nVhZ1gr+!y=%#f!ceoc`Hp_ zt_Wdb=C3t3kieSmU)Ait=#WKx_q9|kH00e}cPiXdn)_frr)=-PwZp$12tHJNeqq0m zJFJtw+NM#Sn;U9v7PhyaDkMZtF1}mnvbi=hiL|s#0TzMTXpX1&PKoO}4ULUM6iO!Z ziB&?^WO&SCV*kKEVz=q;sTef`D@gk6aPqIIxD}tx5?H-Y} zX(Ip9;@7Sw#Mqv9!pTX>NvhbiReyWib7{(3(!nvtS*1MPqH4H0ZCJNpF&88yb5&P5 z=1$4QG`H?&&9H*^Pp#J*hCh&cTuG7+Wt^6`bG1_VG3|o>*voBi8&sMQtj?*m=2f>{ z-+Wk!y)h$K?qxA># z9hHM!WZRpSYV+?rYvNdT@w`{Ut43?9S7kt)!DRKQrH;EE!anDpvrf0qkXAmg!V)#e zcCXM)LflI^%toS4WilazQ}_p~shUaR-AxJ1T5uRkvFYNf^@fe5wBlsF4}k0Z zTW|cQf#8IKUiefVB(ZyAdHf_q!8GfQyo^@BpfBYeL(6}~ksbJP_`}S?LhL#ZfG}V0 zmrDU9HGzC#WL5gfpiLLJu3Y&N>KpnVaYa;f`L-h;NNCplaUM^Ozfp+bm%_TOyP#xA zyU+&!(5d03gS4*53%22p#mj10t2+0~%R$E5<1I(WW~LVwO1qvAWIGZSOxw?nEy;med@lk%GqId#6x}WmY0ViNmagM|Ql%HWN4JjC?z|bi_>}tk zko$L47L!T5)>@19y=DFpmz$k^WB>mBF3!$(3=IwIm6J?z9#vYw0t*)>hn|0=knhX| zvG^o)@ceRw%1Oa!2WU54@U)YK5Wi)1R;dYA^`u8?kXq#wFJJsKAk1ro>TEVzPc!! z=_X*fuA0s<Y3sa1`TaANii^w8rD!Mw?PF`HPNm{XxzDb;UP_G-vt7%UpDAPr?wp|wfPNcS z`Yi58nx37Nf^}4IVS-NcRe<88yYR~#l=IUB>9}6=)%LZ#KyLfm{5@L2Kxl0%8Qa-u z(DgQ}d3L5)8GCa747nEttl}H~RGjhl?b`#^U-WxkaBnb|ZRW|xLb!*7g(~Ht{UM&C z6lwgi5iqp0Zv2{(%?4psW9`+f0<_4@4OE0&3A@SBd!G(NPQ6?tAIm_^IVtx$#3Kx~ zw4i3^QwEx{WGA0r!yvr}I1D@#9zH=^p$580f*&9d@Dlz?*O1Rf#jG+u=qdi&43kB@ zTdv@#FPsHNA(Kp@)r*UZ-zQ0HK?Y$#pRAFUg+c7r1=eH5?9t&nBQB$qt^_NI3;HZNT~9!h2YWqZw3#&rBNuQOr{T{ABW%^ z#^?@Vpr)9zu{w|bdzML0&a17xT2oV#^pDZ=IIlQuX0cMkM*p?Y5p=aT*~g7i z+x(ZlLKxy!V+7T!8X6iy!^8JsBF4GN{&ddn=A9Q^iRTuEtDL?!{h56sZz1zk7`HDI zYH6w9@Ecyyb-XS1CXk07v5%y5{2ut|ds83-CfUz4A*B5EycKC_>4@skf;(N@O;`de z*r_M&N)dzm>JP}4n1VEKtgpXzHY#W(qNqfgTb3;X3aS`=Q1!&P9yGLd@CF{cZx&y- zs$Y-jicRbSG!`XQ6K#dn0VIE*gE2R!hy?_dE=1u%mUwj>lx+G`7)XzV*V}(m4*7yj z8V^szF9tbuzuq>ll(&_#^7op_YD-0(pDN^W3lnH0 zlBH~YLm?7+W6qB*B6+!~gT8udhNA{+eROe+kkARZ#?8&`No&+GK>jGTDU6j?4dFh+fr!>Np?-D^+=H?X)Rw3qM{~Uaq>nzJAn6NFR;erP0cw6FT1Pg_jsW z(Sy1V#K`lyWCSN5>X$A0>3JoD zb8yN@H|Hd0N{+H&zu1hP^E0~s7d=OzBJ1-hD%hC0zT|89{A>cm5@lyrQi3w*hZTEA zS5F%CI4AMVa}J80X&IP0cU5uG&jek)2*RHLvSrEoRGEU@-YvW{5`XqD9fJP+nkyTi ze{$MjfU71&BNZV58#5^7t*eK~Wa(7e1-Vq{kEQ`tV4dAYLF##x(gvV9zlpFfA>@QX zHmkcc5uFz{-kw7CSaC}W;!K_@=9&upXEf~^e>QGb33yH}lzV9cOWHYOM!?D`NryG8 zA@V$A6An$Otu{zRUB0gu_j_bF#;opA<=jtz&PB0&y&bMra%(a_(RuG|4sLzLktwDA zk6{|}5Srl235ZmGIq@(3C_gpEIaSTWO7f7A)uGVZB=bBLuVkU!s7ZGK%FYc#PmEdK9$(_ zF$`pY&f+`kqQloBKK)bEvb+TEuAdOukIq{b%wV0!SiVKOFD4m=AKf^XEl0J1n~o;E9dJz?^B?iX<~6_o~_FS>hXBIfQA0KR1+)Lw$yC}W)3LL{5M&RzB?MSinN%iL}VC#8jkh>%9 zI1W|P<~HI{8ZN6RXTV6oQ=K^t>{lFz!gxPk8aw%!)3pH7M{84_XO~^Y8lq#)@CI=n zmw95^4O^m)~*5@hA^JR;mnYxefF!o?Z=# zy10$UpCjB@BzlLjgynX%|2U+MEx0X1~0-^OoQt zAqEihO)%P}@!FgE5kUNcQoJZoL5()=R|FbYjK#0ip5hZCr+!pAKx6+PX-xA(%O@yUEut^A;J#(JXsm4E$_tJTo1t?HQ7{;X;|##4P*v?MkbC8R4bl?u2+n7Z8ObMORZ>)eAs=Q7C-BG~{T)T^GQc z<(=7IV7yq3QBMQh=Rtxr8rbtqEDr3;q7N5hXzKCKSL4M;S8L7Uw#CHRCe;uMVC7ugO+4?$Q_y8*&aT zgjnH%>WP?Z9+Xk>j{{7Th%UtSOrP(UT~eW7gABxn2{rQo+x}kB0O9C>WzVUdk%6LD z7lP8ci^4!w^d!4sXGUDhWz78)C_{3Pk+s193X5IUI%wy2awgyM00d11-wliaEPbQB zf6BBN5J0#mZ7E+*hHfe^YMQ}l&&Ma8gWqozSH+Qv^*K@sM&I}N;y(*3ugC|1K+Mkr z^x-*Bs_RF6M;85W%x%<+M~&#Qn$$Rp)r2JOJMjuNWu*NWHPl#xR!|h!l8(gTZ2dxw zKm&PY@mVCp^54&vatut+UL4gjSue$$kkX5nJJS+%(l2qPJU5pimPytWNk{vSx@N21vl&b z_W%ijrE%+W&Z}dK_6}&pZiU8}Y=nz$i}R#j^V_gYuKift^?_dOnP)qi z0LKDmo&?N29EgWep=CXs(V_gdkp8u$2gSSWD};`qbQZp~Dy0h;ngpks9};5x?z+z!-24M`qCf}#-hGIZ3%yiEArLBR`m!6lO@ zq{c9x$5|gZl5evgBKF|S@M;Ab`))`bHHbeX)pEbyw$~5E&Kzu%x^PrP^m?lA(Rtlp z#b2?RqJI$sJa|{O2tq=a2khD>H9QXLZBHbSwTy zFEwfvAU#IsP+hnPy?H0Iov9xk?>%CRWcj@koZP#y#EX~*M2tFclA3S<`b0&;MOQJ$ zQzz4)kVCM{%KmeNQsc{b^ob1SGUlUW(tUqg&ezYNi-cB`Wa_Z{}lu~aO zNxdV|dn8-#XL$H;HPzKc+1d8DZO~C$`=mK=jWfAgf-yt-v;$@&Ct5jErAP^4gLNYT zTcQXuq|@=zW`7DU&*;=v{~WP&puu}Ch%7V~xn8*jXafC!F7jKCVx4Z$jfFfw(rJh^ zbd1vi1c+u|?5*0wF{}XC%YF51`!4YkA;bLW@1@PncId&;QCnCb2Y}&_XL9Vb$Lz7< zzOo7Ol&yq7CgUgDIwL0oS%R5DL%fwu_0v1`3k%BDZ$@o~gIDi-*w*Ak$T}|muCdN< zuQ56-BB&F<{`$f`;+F7iG^2ZrRdg2I;aDNNGg}-us?DV#pZ_|n=FTQ zr%B5iET%Y@ms#H#!h~+8Hy+~P{{TpjAo^b^&foZ8QNx4GAQSMZEujvgV{)tP&xbGm E7Yp+k00000 literal 0 HcmV?d00001 From 01b456027513d8528df8568d3774cd0212bee244 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 24 Mar 2021 11:49:19 +0200 Subject: [PATCH 14/18] Fixes a thing that somehow never got mirrored here Fixes a couple ancient comments that the mirrorbot somehow missed completely. --- code/modules/mob/inventory.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/inventory.dm b/code/modules/mob/inventory.dm index 376a1fafa7..35df5ef8a1 100644 --- a/code/modules/mob/inventory.dm +++ b/code/modules/mob/inventory.dm @@ -244,11 +244,10 @@ var/list/slot_equipment_priority = list( \ if(hasvar(src,"wear_id")) if(src:wear_id) items += src:wear_id if(hasvar(src,"wear_mask")) if(src:wear_mask) items += src:wear_mask if(hasvar(src,"wear_suit")) if(src:wear_suit) items += src:wear_suit -// if(hasvar(src,"w_radio")) if(src:w_radio) items += src:w_radio commenting this out since headsets go on your ears now PLEASE DON'T BE MAD KEELIN if(hasvar(src,"w_uniform")) if(src:w_uniform) items += src:w_uniform - //if(hasvar(src,"l_hand")) if(src:l_hand) items += src:l_hand - //if(hasvar(src,"r_hand")) if(src:r_hand) items += src:r_hand + if(hasvar(src,"l_hand")) if(src:l_hand) items += src:l_hand + if(hasvar(src,"r_hand")) if(src:r_hand) items += src:r_hand return items From 2604385dcd1c057528b38861590a825a5aea280f Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Wed, 24 Mar 2021 12:26:29 -0400 Subject: [PATCH 15/18] Update id_stacks.dm --- .../items/weapons/id cards/id_stacks.dm | 92 ------------------- 1 file changed, 92 deletions(-) diff --git a/code/game/objects/items/weapons/id cards/id_stacks.dm b/code/game/objects/items/weapons/id cards/id_stacks.dm index 8f49138273..8d18d7b699 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks.dm @@ -7,97 +7,6 @@ base_icon = 'icons/obj/card_new.dmi' // New sprite stacks can be defined here. You could theoretically change icon-states as well but right now this file compiles before station_ids.dm so those wouldn't be affected. -<<<<<<< HEAD - /* - id - generic - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-silhouette", "clip") - centcom - initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "pips-gold") - vip - initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-gold") - ERT - initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "pips-red", "stripe-red") - silver - initial_sprite_stack = list("base-stamp-silver", "top-mime", "stamp-n-generic") - secretary - initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n") - hop - initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "stripe-white") - medical - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n") - chemist - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-orange") - geneticist - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-purple") - psych - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-purple") - emt - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "pips-blue") - head - initial_sprite_stack = list("base-stamp-silver", "top-medblu", "stamp-n", "stripe-gold") - sar - initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n", "pips-medblu") - security - initial_sprite_stack = list("base-stamp", "top-red", "stamp-n") - detective - initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "pips-brown") - warden - initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "pips-white") - head - initial_sprite_stack = list("base-stamp-silver", "top-red", "stamp-n", "stripe-gold") - engineering - initial_sprite_stack = list("base-stamp", "top-orange", "stamp-n") - atmos - initial_sprite_stack = list("base-stamp", "top-orange", "pips-medblu", "stamp-n") - head - initial_sprite_stack = list("base-stamp-silver", "top-orange", "stamp-n", "stripe-gold") - science - initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n") - roboticist - initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "pips-orange") - explorer - initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n") - head - initial_sprite_stack = list("base-stamp-silver", "top-purple", "stamp-n", "stripe-gold") - pathfinder - initial_sprite_stack = list("base-stamp-silver", "top-darkgreen", "stamp-n", "pips-purple") //not a true head, no gold stripe for you - cargo - initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n") - miner - initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n", "pips-purple") - head - initial_sprite_stack = list("base-stamp-silver", "top-brown", "stamp-n", "pips-gold") - civilian - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") - chaplain - initial_sprite_stack = list("base-stamp-silver", "top-dark", "stamp-cross", "pips-white") - internal_affairs - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") - botanist - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-brown") - bartender - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-dark") - chef - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-white") - janitor - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "pips-purple") - journalist - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") - clown - initial_sprite_stack = list("base-stamp", "top-rainbow", "stamp-n") - mime - initial_sprite_stack = list("base-stamp", "top-white", "stamp-n", "stripe-black") - pilot - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "pips-blue") - head - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "stripe-white") - syndicate - initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s") - officer - initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") - */ // VOREStation Removal - defined in id_stacks_vr.dm -======= /obj/item/weapon/card/id/generic initial_sprite_stack = list("base-stamp", "top-generic", "stamp-silhouette", "clip") @@ -235,4 +144,3 @@ /obj/item/weapon/card/id/syndicate/officer initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") ->>>>>>> 6d741f7... Merge pull request #8008 from Atermonera/id_card_icon_path From 4fe91b120162b11ec9231575e6f9ba3d68040363 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Thu, 25 Mar 2021 03:06:36 +1000 Subject: [PATCH 16/18] un-conflict --- code/game/objects/items/weapons/id cards/id_stacks.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/id cards/id_stacks.dm b/code/game/objects/items/weapons/id cards/id_stacks.dm index 48337d8f70..2e86a54942 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks.dm @@ -4,7 +4,7 @@ /obj/item/weapon/card icon = 'icons/obj/card_new.dmi' // These are redefined here so that changing sprites is as easy as clicking the checkbox. - base_icon = 'icons/obj/card_new.dmi' //VOREStation Edit: Polaris messed up, fix sent upstream + base_icon = "icons/obj/card_new.dmi" // New sprite stacks can be defined here. You could theoretically change icon-states as well but right now this file compiles before station_ids.dm so those wouldn't be affected. /* @@ -95,4 +95,4 @@ initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s") officer initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") - */ // VOREStation Removal - defined in id_stacks_vr.dm \ No newline at end of file + */ // VOREStation Removal - defined in id_stacks_vr.dm From 07744c3931874dad4033a55b8a105704be9da3a1 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Thu, 25 Mar 2021 03:07:06 +1000 Subject: [PATCH 17/18] un-conflict --- code/game/objects/items/weapons/id cards/cards.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/id cards/cards.dm b/code/game/objects/items/weapons/id cards/cards.dm index 653e102fe1..c8458cc892 100644 --- a/code/game/objects/items/weapons/id cards/cards.dm +++ b/code/game/objects/items/weapons/id cards/cards.dm @@ -20,7 +20,7 @@ var/associated_account_number = 0 var/list/initial_sprite_stack = list("") - var/base_icon = 'icons/obj/card_new.dmi' //VOREStation Edit: Polaris messed up, fix sent upstream + var/base_icon = "icons/obj/card_new.dmi" var/list/sprite_stack var/list/files = list( ) @@ -136,4 +136,4 @@ uses += T.amount/2 //Gives 5 uses per 10 TC uses = CEILING(uses, 1) //Ensures no decimal uses nonsense, rounds up to be nice to_chat(usr, "You add \the [O] to \the [src]. Increasing the uses of \the [src] to [uses].") - qdel(O) \ No newline at end of file + qdel(O) From f3db65f4f69de97aaeb16d69a0781efa638c1383 Mon Sep 17 00:00:00 2001 From: Heroman Date: Thu, 25 Mar 2021 04:38:07 +1000 Subject: [PATCH 18/18] coding standards, citadel, use these --- .../items/weapons/id cards/id_stacks_vr.dm | 347 +++++++++++------- 1 file changed, 212 insertions(+), 135 deletions(-) diff --git a/code/game/objects/items/weapons/id cards/id_stacks_vr.dm b/code/game/objects/items/weapons/id cards/id_stacks_vr.dm index c9c7f4209a..7627d66cf3 100644 --- a/code/game/objects/items/weapons/id cards/id_stacks_vr.dm +++ b/code/game/objects/items/weapons/id cards/id_stacks_vr.dm @@ -2,138 +2,215 @@ icon = 'icons/obj/card_new_vr.dmi' base_icon = 'icons/obj/card_new_vr.dmi' - id - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n") - generic - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-silhouette", "clip") - centcom - initial_sprite_stack = list("base-stamp-silver", "top-darkgreen", "stamp-n", "pips-gold", "stripe-gold") - vip - initial_sprite_stack = list("base-stamp-gold", "top-darkgreen", "stamp-n", "pips-gold", "stripe-gold") - ERT - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-red", "stripe-red") - medic - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-medblu", "stripe-medblu") - commander - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-gold", "stripe-gold") - engineer - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-orange", "stripe-orange") - janitor - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-purple", "stripe-purple") - silver - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n") - secretary - initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n") - hop - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-gold") - gold - initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n") - captain - initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-gold") - spare - initial_sprite_stack = list("base-stamp-gold", "top-gold", "stamp-n") - medical - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n") - chemist - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-orange") - geneticist - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-purple") - psych - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-brown") - virologist - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-green") - emt - initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-blue") - head - initial_sprite_stack = list("base-stamp-silver", "top-medblu", "stamp-n", "pips-gold") - /* - sar - initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n", "pips-medblu") - */ - security - initial_sprite_stack = list("base-stamp", "top-red", "stamp-n") - detective - initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "stripe-brown") - warden - initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "stripe-white") - head - initial_sprite_stack = list("base-stamp-silver", "top-red", "stamp-n", "pips-gold") - engineering - initial_sprite_stack = list("base-stamp", "top-orange", "stamp-n") - atmos - initial_sprite_stack = list("base-stamp", "top-orange", "stripe-medblu", "stamp-n") - head - initial_sprite_stack = list("base-stamp-silver", "top-orange", "stamp-n", "pips-gold") - science - initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n") - roboticist - initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "stripe-brown") - xenobiologist - initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "stripe-orange") - xenobotanist - initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "stripe-green") - /* - explorer - initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n") - */ - head - initial_sprite_stack = list("base-stamp-silver", "top-purple", "stamp-n", "pips-gold") - /* - pathfinder - initial_sprite_stack = list("base-stamp-silver", "top-darkgreen", "stamp-n", "pips-purple") //not a true head, no gold stripe for you - */ - cargo - initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n") - miner - initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n", "stripe-purple") - head - initial_sprite_stack = list("base-stamp-silver", "top-brown", "stamp-n", "pips-white") - civilian - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n") - chaplain - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-cross", "stripe-white") - internal_affairs - initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "stripe-black") - service - botanist - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-darkgreen") - bartender - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-black") - chef - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-white") - janitor - initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-purple") - journalist - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-red") - clown - initial_sprite_stack = list("base-stamp", "top-rainbow", "stamp-n") - mime - initial_sprite_stack = list("base-stamp", "top-white", "stamp-n", "stripe-black") - entertainer - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-brown") - pilot - initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-pink") - head - initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-gold") - exploration - initial_sprite_stack = list("base-stamp", "top-pink", "stamp-n") - fm - initial_sprite_stack = list("base-stamp", "top-pink", "stamp-n", "stripe-medblu") - head - initial_sprite_stack = list("base-stamp-silver", "top-pink", "stamp-n", "pips-white") - talon - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette") - doctor - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-medblu", "stripe-medblu") - engineer - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-orange", "stripe-orange") - officer - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-red", "stripe-red") - pilot - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-purple", "stripe-purple") - captain - initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-gold", "stripe-gold") - syndicate - initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s") - officer - initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") \ No newline at end of file +//IDs + +/obj/item/weapon/card/id + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n") + +/obj/item/weapon/card/id/generic + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-silhouette", "clip") + +//Central + +/obj/item/weapon/card/id/centcom + initial_sprite_stack = list("base-stamp-silver", "top-darkgreen", "stamp-n", "pips-gold", "stripe-gold") + +/obj/item/weapon/card/id/centcom/vip + initial_sprite_stack = list("base-stamp-gold", "top-darkgreen", "stamp-n", "pips-gold", "stripe-gold") + +//ERT + +/obj/item/weapon/card/id/centcom/ERT + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-red", "stripe-red") + +/obj/item/weapon/card/id/centcom/ERT/medic + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-medblu", "stripe-medblu") + +/obj/item/weapon/card/id/centcom/ERT/commander + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-gold", "stripe-gold") + +/obj/item/weapon/card/id/centcom/ERT/engineer + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-orange", "stripe-orange") + +/obj/item/weapon/card/id/centcom/ERT/janitor + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-purple", "stripe-purple") + +//Silver + +/obj/item/weapon/card/id/silver + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n") + +/obj/item/weapon/card/id/silver/secretary + initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n") + +/obj/item/weapon/card/id/silver/hop + initial_sprite_stack = list("base-stamp-silver", "top-blue", "stamp-n", "pips-gold") + +//Gold + +/obj/item/weapon/card/id/gold + initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n") + +/obj/item/weapon/card/id/gold/captain + initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-gold") + +/obj/item/weapon/card/id/gold/captain/spare + initial_sprite_stack = list("base-stamp-gold", "top-gold", "stamp-n") + +//Medical + +/obj/item/weapon/card/id/medical + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n") + +/obj/item/weapon/card/id/medical/chemist + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-orange") + +/obj/item/weapon/card/id/medical/geneticist + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-purple") + +/obj/item/weapon/card/id/medical/psych + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-brown") + +/obj/item/weapon/card/id/medical/virologist + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-green") + +/obj/item/weapon/card/id/medical/emt + initial_sprite_stack = list("base-stamp", "top-medblu", "stamp-n", "stripe-blue") + +/obj/item/weapon/card/id/medical/head + initial_sprite_stack = list("base-stamp-silver", "top-medblu", "stamp-n", "pips-gold") + +//Security + +/obj/item/weapon/card/id/security + initial_sprite_stack = list("base-stamp", "top-red", "stamp-n") + +/obj/item/weapon/card/id/security/detective + initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "stripe-brown") + +/obj/item/weapon/card/id/security/warden + initial_sprite_stack = list("base-stamp", "top-red", "stamp-n", "stripe-white") + +/obj/item/weapon/card/id/security/head + initial_sprite_stack = list("base-stamp-silver", "top-red", "stamp-n", "pips-gold") + +//Engineering + +/obj/item/weapon/card/id/engineering + initial_sprite_stack = list("base-stamp", "top-orange", "stamp-n") + +/obj/item/weapon/card/id/engineering/atmos + initial_sprite_stack = list("base-stamp", "top-orange", "stripe-medblu", "stamp-n") + +/obj/item/weapon/card/id/engineering/head + initial_sprite_stack = list("base-stamp-silver", "top-orange", "stamp-n", "pips-gold") + +//Science + +/obj/item/weapon/card/id/science + initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n") + +/obj/item/weapon/card/id/science/roboticist + initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "stripe-brown") + +/obj/item/weapon/card/id/science/xenobiologist + initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "stripe-orange") + +/obj/item/weapon/card/id/science/xenobotanist + initial_sprite_stack = list("base-stamp", "top-purple", "stamp-n", "stripe-green") + +/obj/item/weapon/card/id/science/head + initial_sprite_stack = list("base-stamp-silver", "top-purple", "stamp-n", "pips-gold") + +//Cargo + +/obj/item/weapon/card/id/cargo + initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n") + +/obj/item/weapon/card/id/cargo/miner + initial_sprite_stack = list("base-stamp", "top-brown", "stamp-n", "stripe-purple") + +/obj/item/weapon/card/id/cargo/head + initial_sprite_stack = list("base-stamp-silver", "top-brown", "stamp-n", "pips-white") + +//Civilian + +/obj/item/weapon/card/id/civilian + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n") + +/obj/item/weapon/card/id/civilian/chaplain + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-cross", "stripe-white") + +/obj/item/weapon/card/id/civilian/journalist + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-red") + +/obj/item/weapon/card/id/civilian/pilot + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-pink") + +/obj/item/weapon/card/id/civilian/entertainer + initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-brown") + +/obj/item/weapon/card/id/civilian/clown + initial_sprite_stack = list("base-stamp", "top-rainbow", "stamp-n") + +/obj/item/weapon/card/id/civilian/mime + initial_sprite_stack = list("base-stamp", "top-white", "stamp-n", "stripe-black") + +/obj/item/weapon/card/id/civilian/internal_affairs + initial_sprite_stack = list("base-stamp", "top-blue", "stamp-n", "stripe-black") + +//Service + +/obj/item/weapon/card/id/civilian/service + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n") + +/obj/item/weapon/card/id/civilian/service/botanist + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-darkgreen") + +/obj/item/weapon/card/id/civilian/service/bartender + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-black") + +/obj/item/weapon/card/id/civilian/service/chef + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-white") + +/obj/item/weapon/card/id/civilian/service/janitor + initial_sprite_stack = list("base-stamp", "top-green", "stamp-n", "stripe-purple") + +//Exploration + +/obj/item/weapon/card/id/exploration + initial_sprite_stack = list("base-stamp", "top-pink", "stamp-n") + +/obj/item/weapon/card/id/exploration/fm + initial_sprite_stack = list("base-stamp", "top-pink", "stamp-n", "stripe-medblu") + +/obj/item/weapon/card/id/exploration/head + initial_sprite_stack = list("base-stamp-silver", "top-pink", "stamp-n", "pips-white") + +//Talon + +/obj/item/weapon/card/id/talon + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette") + +/obj/item/weapon/card/id/talon/doctor + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-medblu", "stripe-medblu") + +/obj/item/weapon/card/id/talon/engineer + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-orange", "stripe-orange") + +/obj/item/weapon/card/id/talon/officer + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-red", "stripe-red") + +/obj/item/weapon/card/id/talon/pilot + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-purple", "stripe-purple") + +/obj/item/weapon/card/id/talon/captain + initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-gold", "stripe-gold") + +//Antags + +/obj/item/weapon/card/id/syndicate + initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s") + +/obj/item/weapon/card/id/syndicate/officer + initial_sprite_stack = list("base-stamp-dark", "top-syndicate", "stamp-s", "pips-gold", "stripe-gold") \ No newline at end of file