From 561039bb539c9dd32d7eb5cdee0cba781b80d7fc Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 25 Aug 2024 03:36:18 -0500 Subject: [PATCH 01/12] did the stuff --- code/__DEFINES/job.dm | 1 + code/datums/skills/civilian.dm | 44 + .../effects/landmarks/survivor_spawner.dm | 32 +- .../lv_624/corporate_dome_insert_lv624.dm | 131 +- code/modules/gear_presets/survivors/misc.dm | 1 + .../LV624/standalone/corporatedome.dmm | 1659 ++--------------- 6 files changed, 378 insertions(+), 1490 deletions(-) diff --git a/code/__DEFINES/job.dm b/code/__DEFINES/job.dm index 0173a55e2d17..762545f5df7e 100644 --- a/code/__DEFINES/job.dm +++ b/code/__DEFINES/job.dm @@ -216,6 +216,7 @@ GLOBAL_LIST_INIT(job_command_roles, JOB_COMMAND_ROLES_LIST) //-------- WY Goons --------// #define JOB_WY_GOON "WY Corporate Security" #define JOB_WY_GOON_TECH "WY Corporate Security Technician" +#define JOB_WY_GOON_MEDIC "WY Corporate Security Medic" #define JOB_WY_GOON_LEAD "WY Corporate Security Lead" #define JOB_WY_GOON_RESEARCHER "WY Research Consultant" diff --git a/code/datums/skills/civilian.dm b/code/datums/skills/civilian.dm index ff9cadf02913..dee31efad505 100644 --- a/code/datums/skills/civilian.dm +++ b/code/datums/skills/civilian.dm @@ -83,6 +83,50 @@ CIVILIAN SKILL_VEHICLE = SKILL_VEHICLE_SMALL, ) +/datum/skills/civilian/survivor/goon/engineer + name = "Survivor Goon Engineer" + additional_skills = list( + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_POLICE = SKILL_POLICE_SKILLED, + SKILL_FIREMAN = SKILL_FIREMAN_SKILLED, + SKILL_MEDICAL = SKILL_MEDICAL_TRAINED, + SKILL_ENDURANCE = SKILL_ENDURANCE_SURVIVOR, + SKILL_FIREARMS = SKILL_FIREARMS_EXPERT, + SKILL_VEHICLE = SKILL_VEHICLE_SMALL, + SKILL_ENGINEER = SKILL_ENGINEER_TRAINED, + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI, + SKILL_POWERLOADER = SKILL_POWERLOADER_MASTER, + ) + +/datum/skills/civilian/survivor/goon/medic + name = "Survivor Goon Medic" + additional_skills = list( + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_POLICE = SKILL_POLICE_SKILLED, + SKILL_FIREMAN = SKILL_FIREMAN_SKILLED, + SKILL_MEDICAL = SKILL_MEDICAL_MEDIC, + SKILL_SURGERY = SKILL_SURGERY_NOVICE, + SKILL_ENDURANCE = SKILL_ENDURANCE_SURVIVOR, + SKILL_FIREARMS = SKILL_FIREARMS_EXPERT, + SKILL_VEHICLE = SKILL_VEHICLE_SMALL, + ) + +/datum/skills/civilian/survivor/goon/leader + name = "Survivor Goon Leader" + skills = list( + SKILL_CQC = SKILL_CQC_TRAINED, + SKILL_POLICE = SKILL_POLICE_SKILLED, + SKILL_FIREMAN = SKILL_FIREMAN_SKILLED, + SKILL_MEDICAL = SKILL_MEDICAL_TRAINED, + SKILL_ENDURANCE = SKILL_ENDURANCE_SURVIVOR, + SKILL_FIREARMS = SKILL_FIREARMS_EXPERT, + SKILL_VEHICLE = SKILL_VEHICLE_SMALL, + SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI, + SKILL_ENGINEER = SKILL_ENGINEER_TRAINED, + SKILL_LEADERSHIP = SKILL_LEAD_TRAINED, + ) + + /datum/skills/civilian/survivor/pmc name = "Survivor PMC" additional_skills = list( diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 4a6e5272ed05..7bf3bcc407f7 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -102,7 +102,37 @@ intro_text = list("

You are a Corporate Security Officer!

",\ "You are aware of the xenomorph threat.",\ "Your primary objective is to survive the outbreak.") - story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from both Engineering and the Marshals Offices to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from the Marshals Offices to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + + spawn_priority = SPAWN_PRIORITY_LOW + +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic + equipment = /datum/equipment_preset/survivor/goon/medic + synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth + intro_text = list("

You are a Corporate Security Officer!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to survive the outbreak.") + story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Medical to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + + spawn_priority = SPAWN_PRIORITY_VERY_HIGH + +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech + equipment = /datum/equipment_preset/survivor/goon/engi + synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth + intro_text = list("

You are a Corporate Security Officer!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to survive the outbreak.") + story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Engineering to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + + spawn_priority = SPAWN_PRIORITY_MEDIUM + +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead + equipment = /datum/equipment_preset/survivor/goon/leader + synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth + intro_text = list("

You are a Corporate Security Officer!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to survive the outbreak.") + story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring a security team to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." spawn_priority = SPAWN_PRIORITY_HIGH diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index 395d51f6e77d..c33bf4e2b690 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -8,7 +8,7 @@ skills = /datum/skills/civilian/survivor/manager assignment = "LV-624 Corporate Liaison" idtype = /obj/item/card/id/silver/clearance_badge/cl - faction_group = list(FACTION_WY, FACTION_SURVIVOR) + faction_group = FACTION_LIST_SURVIVOR_WY access = list( ACCESS_WY_GENERAL, ACCESS_WY_COLONIAL, @@ -49,3 +49,132 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_R_STORE) + +// /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech + +/datum/equipment_preset/survivor/goon/engi + name = "Survivor - Corporate Security Goon Engineer" + flags = EQUIPMENT_PRESET_START_OF_ROUND + assignment = JOB_WY_GOON_TECH + paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) + faction_group = FACTION_LIST_SURVIVOR_WY + idtype = /obj/item/card/id/silver/cl + skills = /datum/skills/civilian/survivor/goon/engineer + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_BRIG, ACCESS_WY_COLONIAL, ACCESS_CIVILIAN_ENGINEERING) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/goon/engi/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/ert, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE) + + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m41a/corporate/no_lock, WEAR_J_STORE) + + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) + +// /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic + +/datum/equipment_preset/survivor/goon/medic + name = "Survivor - Corporate Security Goon Medic" + flags = EQUIPMENT_PRESET_START_OF_ROUND + assignment = JOB_WY_GOON_MEDIC + paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) + faction_group = FACTION_LIST_SURVIVOR_WY + idtype = /obj/item/card/id/silver/cl + skills = /datum/skills/civilian/survivor/goon/medic + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_BRIG, ACCESS_WY_COLONIAL, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor/goon/medic/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/healthanalyzer, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/mod88_near_empty, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE) + + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m41a/corporate/no_lock, WEAR_J_STORE) + + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) + + // /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead + +/datum/equipment_preset/survivor/goon/leader + name = "Survivor - Corporate Security Goon Leader" + flags = EQUIPMENT_PRESET_START_OF_ROUND + assignment = JOB_WY_GOON_LEAD + paygrades = list(PAY_SHORT_CSPO = JOB_PLAYTIME_TIER_0) + faction_group = FACTION_LIST_SURVIVOR_WY + idtype = /obj/item/card/id/silver/cl + skills = /datum/skills/civilian/survivor/goon/leader + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) + access = list( + ACCESS_WY_GENERAL, + ACCESS_WY_COLONIAL, + ACCESS_WY_MEDICAL, + ACCESS_WY_SECURITY, + ACCESS_WY_RESEARCH, + ACCESS_WY_ARMORY, + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/goon/leader/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/lead, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/lead, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) + + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/nsg23(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/nsg23(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/nsg23(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/mod88_near_empty, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE) + + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/nsg23/no_lock/stripped, WEAR_J_STORE) + + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) + diff --git a/code/modules/gear_presets/survivors/misc.dm b/code/modules/gear_presets/survivors/misc.dm index 1a24ca5d58b9..b200083d62d5 100644 --- a/code/modules/gear_presets/survivors/misc.dm +++ b/code/modules/gear_presets/survivors/misc.dm @@ -177,6 +177,7 @@ Everything below isn't used or out of place. flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) + faction_group = FACTION_LIST_SURVIVOR_WY idtype = /obj/item/card/id/silver/cl skills = /datum/skills/civilian/survivor/goon languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) diff --git a/maps/map_files/LV624/standalone/corporatedome.dmm b/maps/map_files/LV624/standalone/corporatedome.dmm index 1f654499ea88..1f3e501af6a0 100644 --- a/maps/map_files/LV624/standalone/corporatedome.dmm +++ b/maps/map_files/LV624/standalone/corporatedome.dmm @@ -1,1491 +1,174 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aQ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Corporation Dome"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"bm" = ( -/obj/structure/surface/rack, -/obj/item/spacecash/c1000/counterfeit, -/obj/item/spacecash/c1000/counterfeit, -/obj/item/spacecash/c1000/counterfeit, -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/corporate_dome) -"bA" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"bD" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"bE" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/item/shard, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"cm" = ( -/obj/structure/largecrate/random/case/small, -/obj/structure/barricade/sandbags{ - dir = 4 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"cn" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/largecrate/random/case/double, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"cA" = ( -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"cB" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"cR" = ( -/obj/structure/flora/jungle/vines/light_2, -/obj/structure/flora/jungle/vines/heavy, -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"da" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_y = 20 - }, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/landing_zones/lz2) -"dq" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/item/folder/white{ - pixel_y = 8 - }, -/obj/item/folder/yellow{ - pixel_y = 4 - }, -/obj/item/folder/red, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) -"dH" = ( -/obj/structure/machinery/blackbox_recorder, -/obj/item/prop/almayer/flight_recorder/colony{ - pixel_x = -6; - pixel_y = 10 - }, -/turf/open/floor/greengrid, -/area/lv624/lazarus/corporate_dome) -"dI" = ( -/obj/effect/decal/cleanable/blood{ - icon_state = "gib6" - }, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"dO" = ( -/obj/item/weapon/pole/fancy_cane, -/obj/item/shard, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) -"dY" = ( -/turf/open/floor/plating/asteroidwarning, -/area/lv624/lazarus/landing_zones/lz2) -"ev" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"eF" = ( -/obj/structure/barricade/deployable{ - damage_state = 1; - health = 245; - icon_state = "folding_1" - }, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"fm" = ( -/obj/effect/vehicle_spawner/van/decrepit, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"fq" = ( -/obj/effect/acid_hole, -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"ft" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"fF" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "casing_9_1" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"fH" = ( -/turf/open/floor/whiteblue/east, -/area/lv624/lazarus/corporate_dome) -"gx" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"gz" = ( -/obj/item/shard, -/turf/open/gm/grass/grass1, -/area/lv624/ground/jungle/west_central_jungle) -"gX" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Garage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"ha" = ( -/turf/open/floor/whiteyellow/southwest, -/area/lv624/lazarus/corporate_dome) -"hc" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/showcase{ - desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Display synthetic" - }, -/obj/item/clothing/under/marine/veteran/pmc/corporate{ - pixel_y = -2 - }, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) -"he" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"hf" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"is" = ( -/obj/item/stack/sheet/wood, -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) -"iF" = ( -/obj/structure/closet/crate/secure/weyland, -/obj/item/reagent_container/food/snacks/packaged_hdogs, -/obj/item/reagent_container/food/snacks/packaged_hdogs, -/obj/item/reagent_container/food/snacks/packaged_burrito, -/obj/item/reagent_container/food/snacks/packaged_burrito, -/obj/item/reagent_container/food/snacks/packaged_burger, -/obj/item/reagent_container/food/snacks/packaged_burger, -/turf/open/floor/whitebluecorner/west, -/area/lv624/lazarus/corporate_dome) -"iT" = ( -/obj/structure/filingcabinet, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/whiteyellow/southwest, -/area/lv624/lazarus/corporate_dome) -"jH" = ( -/obj/structure/bookcase/manuals/medical, -/obj/item/book/manual/security_space_law, -/obj/item/book/manual/medical_diagnostics_manual, -/obj/item/book/manual/research_and_development, -/turf/open/floor/whiteyellow/east, -/area/lv624/lazarus/corporate_dome) -"jJ" = ( -/obj/item/shard, -/turf/open/floor/whiteyellow/west, -/area/lv624/lazarus/corporate_dome) -"kl" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whiteblue/east, -/area/lv624/lazarus/corporate_dome) -"kU" = ( -/obj/structure/machinery/door_control{ - id = "garage_lv"; - name = "Garage Shutters"; - pixel_y = -28 - }, -/obj/effect/landmark/corpsespawner/colonist, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/asteroidwarning, -/area/lv624/lazarus/landing_zones/lz2) -"ln" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"lG" = ( -/obj/item/storage/firstaid/adv/empty, -/obj/structure/transmitter/colony_net{ - phone_category = "Lazarus Landing"; - phone_color = "blue"; - phone_id = "Corporate Office"; - pixel_y = 24 - }, -/turf/open/floor/whiteyellow/northeast, -/area/lv624/lazarus/corporate_dome) -"lX" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/shard, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/corporate_dome) -"mg" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"mi" = ( -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/corporate_dome) -"mp" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/item/stack/rods, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"ms" = ( -/turf/open/floor/whiteblue, -/area/lv624/lazarus/corporate_dome) -"mw" = ( -/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon, -/obj/item/ammo_casing/bullet, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"mK" = ( -/obj/effect/spawner/gibspawner/human, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"ny" = ( -/obj/effect/landmark/corpsespawner/prisoner, -/obj/effect/decal/cleanable/blood, -/obj/item/clothing/glasses/sunglasses/blindfold, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"oj" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Corporation Office"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"oq" = ( -/obj/structure/window_frame/colony/reinforced, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"pg" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/showcase{ - desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Display synthetic" - }, -/obj/item/clothing/under/liaison_suit/blazer, -/obj/item/clothing/head/manager{ - pixel_y = 13 - }, -/turf/open/floor/whiteblue, -/area/lv624/lazarus/corporate_dome) -"pR" = ( -/obj/structure/filingcabinet, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/whiteyellow/southeast, -/area/lv624/lazarus/corporate_dome) -"qn" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/bodybag, -/obj/effect/landmark/corpsespawner/clf, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"qH" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 1; - name = "\improper Workshop Storage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"qI" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin/wy{ - pixel_y = 8 - }, -/obj/item/tool/pen/clicky, -/obj/item/device/flashlight/lamp{ - pixel_x = -7; - pixel_y = 15 - }, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) -"qJ" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Storage Room" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"qM" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/obj/structure/machinery/door_control{ - id = "garage_lv"; - name = "Garage Shutters"; - pixel_x = -28 - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"sc" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl, -/turf/open/floor/whitebluecorner/north, -/area/lv624/lazarus/corporate_dome) -"sm" = ( -/obj/structure/machinery/vending/cigarette, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"sH" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/stack/rods, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/corporate_dome) -"sX" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating/platingdmg2, -/area/lv624/lazarus/corporate_dome) -"vf" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Corporate Liaison"; - locked = 1 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"vC" = ( -/obj/structure/prop/server_equipment/yutani_server/off, -/turf/open/floor/greengrid, -/area/lv624/lazarus/corporate_dome) -"vW" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/whiteyellow, -/area/lv624/lazarus/corporate_dome) -"wy" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "\improper Workshop Storage"; - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) -"wW" = ( -/obj/structure/closet/bodybag, -/obj/effect/landmark/corpsespawner/security/marshal, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"xk" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/filingcabinet{ - density = 0; - pixel_x = -8; - pixel_y = 16 - }, -/obj/effect/landmark/objective_landmark/science, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) -"xG" = ( -/obj/structure/machinery/photocopier, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"yc" = ( -/turf/open/floor/plating/asteroidwarning/north, -/area/lv624/lazarus/landing_zones/lz2) -"yJ" = ( -/turf/open/floor/plating/platingdmg2, -/area/lv624/lazarus/corporate_dome) -"zm" = ( -/obj/structure/safe{ - spawnkey = 0 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/whiteyellow/northeast, -/area/lv624/lazarus/corporate_dome) -"zs" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/shard, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"zw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/folder/black{ - name = "Weyland-Yutani Classified folder"; - desc = "A black folder which has the Weyland-Yutani symbol inside it, along with CLASSIFIED in giant red letters." - }, -/obj/effect/landmark/objective_landmark/close, -/obj/item/reagent_container/food/drinks/coffeecup/wy{ - pixel_x = -9; - pixel_y = 7 - }, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) -"zx" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"zz" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/tool/pen/red/clicky, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"Aj" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/prop/invuln/pipe_water{ - dir = 8; - pixel_y = -12; - pixel_x = 6 - }, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"AG" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"AT" = ( -/obj/item/shard, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Bh" = ( -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"BL" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 8; - id = "garage_lv"; - name = "\improper Garage" - }, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"BZ" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_6_1" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Ct" = ( -/obj/structure/window_frame/colony/reinforced, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/corporate_dome) -"CF" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - locked = 1; - name = "\improper Corporate Liaison" - }, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Df" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/whiteyellowcorner/west, -/area/lv624/lazarus/corporate_dome) -"Dn" = ( -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/structure/closet/crate/secure/weyland, -/obj/item/weapon/gun/smg/mp5, -/obj/item/weapon/gun/smg/mp5, -/turf/open/floor/whitebluecorner/east, -/area/lv624/lazarus/corporate_dome) -"Dp" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/bed/roller, -/obj/effect/landmark/corpsespawner/wysec, -/obj/item/prop/colony/usedbandage{ - dir = 9; - pixel_x = 5; - pixel_y = 15 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"DU" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) -"Ez" = ( -/obj/structure/machinery/light_construct{ - dir = 4 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/whiteyellow/southeast, -/area/lv624/lazarus/corporate_dome) -"EM" = ( -/obj/structure/flora/jungle/vines/light_3, -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"Fh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigarettes/emeraldgreen, -/obj/item/storage/fancy/cigarettes/wypacket{ - pixel_x = 5; - pixel_y = 6 - }, -/turf/open/floor/whitebluecorner, -/area/lv624/lazarus/corporate_dome) -"Fk" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/asteroidwarning/north, -/area/lv624/lazarus/landing_zones/lz2) -"Fl" = ( -/turf/open/floor/whitebluecorner/north, -/area/lv624/lazarus/corporate_dome) -"Fu" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/adv{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/storage/firstaid/adv, -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor/greengrid, -/area/lv624/lazarus/corporate_dome) -"FP" = ( -/obj/item/shard, -/obj/item/stack/sheet/wood, -/turf/open/floor/whiteyellow/southeast, -/area/lv624/lazarus/corporate_dome) -"FZ" = ( -/obj/structure/machinery/faxmachine/corporate/liaison, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"Gi" = ( -/obj/structure/prop/server_equipment/yutani_server/broken, -/turf/open/floor/greengrid, -/area/lv624/lazarus/corporate_dome) -"Go" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_10_1" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Gt" = ( -/obj/structure/machinery/light_construct/small{ - dir = 8 - }, -/turf/open/floor/plating/platingdmg1, -/area/lv624/lazarus/corporate_dome) -"GM" = ( -/turf/open/floor/whiteyellowcorner/north, -/area/lv624/lazarus/corporate_dome) -"GV" = ( -/turf/open/floor/whiteblue/west, -/area/lv624/lazarus/corporate_dome) -"Hn" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_9_1" - }, -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Ho" = ( -/obj/structure/largecrate/random/barrel/green, -/turf/open/floor/whiteyellowcorner, -/area/lv624/lazarus/corporate_dome) -"Hv" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/fancy/cigar, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/whiteyellow/northwest, -/area/lv624/lazarus/corporate_dome) -"HK" = ( -/obj/structure/machinery/power/apc/power/north, -/obj/effect/spawner/random/powercell, -/obj/item/tool/crowbar/red{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/tool/screwdriver, -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"Ii" = ( -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"IM" = ( -/obj/item/shard, -/obj/effect/decal/cleanable/blood/oil, -/obj/item/stack/rods{ - amount = 15 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Jg" = ( -/obj/structure/machinery/light, -/turf/open/floor/greengrid, -/area/lv624/lazarus/corporate_dome) -"Jq" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - locked = 1; - name = "\improper Corporation Dome"; - req_access_txt = "100" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"JL" = ( -/obj/effect/decal/cleanable/blood, -/obj/item/prop/colony/usedbandage{ - dir = 10 - }, -/turf/open/floor/whiteyellow, -/area/lv624/lazarus/corporate_dome) -"Kv" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/gm/dirt, -/area/lv624/ground/colony/west_tcomms_road) -"KC" = ( -/turf/open/floor/whiteyellowcorner/east, -/area/lv624/lazarus/corporate_dome) -"KG" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Le" = ( -/obj/effect/acid_hole{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"Lh" = ( -/obj/item/stack/cable_coil, -/obj/effect/decal/cleanable/blood/oil/streak, -/obj/item/shard, -/obj/structure/machinery/vending/cola, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Li" = ( -/obj/structure/window_frame/colony/reinforced, -/obj/item/shard, -/obj/item/stack/rods, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"Ln" = ( -/obj/structure/barricade/plasteel/metal{ - health = 250 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"LZ" = ( -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/corporate_dome) -"Me" = ( -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/landing_zones/lz2) -"Ml" = ( -/obj/structure/machinery/atm{ - name = "Weyland-Yutani Automatic Teller Machine"; - pixel_y = 30 - }, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"OH" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ - pixel_x = 29 - }, -/obj/structure/closet/crate/secure/weyland, -/obj/item/stack/sheet/metal/med_small_stack, -/obj/item/stack/sheet/plasteel/med_small_stack, -/obj/item/stack/sandbags/small_stack, -/obj/item/device/motiondetector/hacked/pmc, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"Pa" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"Pr" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "casing_9_1" - }, -/turf/open/floor/whiteyellowcorner/east, -/area/lv624/lazarus/corporate_dome) -"Qi" = ( -/obj/structure/flora/jungle/vines/light_1, -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"Rn" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/showcase{ - desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Display synthetic" - }, -/obj/item/clothing/head/helmet/marine/veteran/pmc{ - pixel_y = 11; - pixel_x = -1 - }, -/obj/item/clothing/under/marine/veteran/pmc{ - pixel_y = -2 - }, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"RD" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "casing_1_1" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"RF" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/structure/surface/table/reinforced/prison, -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"RN" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/prop/server_equipment/laptop/on, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"Sb" = ( -/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"SO" = ( -/obj/structure/flora/jungle/vines/heavy, -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"SV" = ( -/turf/open/floor/greengrid, -/area/lv624/lazarus/corporate_dome) -"Tc" = ( -/obj/item/paper_bin/wy{ - pixel_y = 8 - }, -/obj/item/frame/table/wood/fancy, -/turf/open/floor/whiteyellow/northeast, -/area/lv624/lazarus/corporate_dome) -"TF" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/largecrate/supply/medicine, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"Uo" = ( -/obj/item/shard, -/turf/open/floor/plating/asteroidfloor/north, -/area/lv624/lazarus/corporate_dome) -"Uz" = ( -/obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"UF" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/whiteblue/southeast, -/area/lv624/lazarus/corporate_dome) -"Vj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/ashtray/glass, -/obj/item/trash/cigbutt/cigarbutt{ - pixel_y = 12 - }, -/obj/item/trash/cigbutt, -/turf/open/floor/whitebluecorner/east, -/area/lv624/lazarus/corporate_dome) -"Wx" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/whiteyellowcorner, -/area/lv624/lazarus/corporate_dome) -"Xc" = ( -/obj/structure/barricade/metal{ - dir = 4; - health = 200 - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"Xf" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor/plating/platingdmg3, -/area/lv624/lazarus/corporate_dome) -"Xp" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/showcase{ - desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; - icon = 'icons/mob/humans/species/r_synthetic.dmi'; - icon_state = "Synthetic_Template"; - name = "Display synthetic" - }, -/obj/item/clothing/under/colonist{ - pixel_y = -2 - }, -/turf/open/floor/whiteblue/southwest, -/area/lv624/lazarus/corporate_dome) -"Xt" = ( -/turf/template_noop, -/area/template_noop) -"Xz" = ( -/obj/item/ammo_casing/bullet{ - icon_state = "cartridge_3_1" - }, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"XC" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/largecrate/random/barrel/white, -/turf/open/floor/whiteyellowcorner/west, -/area/lv624/lazarus/corporate_dome) -"XG" = ( -/turf/closed/wall/r_wall, -/area/lv624/lazarus/corporate_dome) -"Ye" = ( -/obj/structure/largecrate/supply/supplies/water, -/turf/open/floor/whiteblue/northeast, -/area/lv624/lazarus/corporate_dome) -"Yg" = ( -/obj/item/moneybag, -/obj/structure/surface/rack, -/obj/item/coin/diamond, -/turf/open/floor/whiteblue/northwest, -/area/lv624/lazarus/corporate_dome) -"Yv" = ( -/obj/item/frame/table/reinforced, -/turf/open/floor/plating, -/area/lv624/lazarus/corporate_dome) -"YN" = ( -/turf/open/gm/dirt, -/area/lv624/lazarus/landing_zones/lz2) -"ZG" = ( -/obj/effect/decal/cleanable/blood, -/obj/effect/landmark/corpsespawner/scientist, -/obj/item/restraint/handcuffs, -/turf/open/floor/dark, -/area/lv624/lazarus/corporate_dome) -"ZO" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/item/stack/sheet/wood, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) -"ZT" = ( -/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl, -/turf/open/floor/white, -/area/lv624/lazarus/corporate_dome) +"aa" = (/obj/effect/decal/cleanable/blood/gibs/xeno,/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"ab" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"ac" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"aQ" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{name = "\improper Corporation Dome"; req_access_txt = "100"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"bm" = (/obj/structure/surface/rack,/obj/item/spacecash/c1000/counterfeit,/obj/item/spacecash/c1000/counterfeit,/obj/item/spacecash/c1000/counterfeit,/turf/open/floor/whiteblue/west,/area/lv624/lazarus/corporate_dome) +"bA" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"bD" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) +"bE" = (/obj/effect/decal/cleanable/blood/drip,/obj/item/shard,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"cm" = (/obj/structure/largecrate/random/case/small,/obj/structure/barricade/sandbags{dir = 4},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"cn" = (/obj/structure/machinery/light{dir = 8},/obj/structure/largecrate/random/case/double,/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) +"cA" = (/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"cB" = (/obj/structure/machinery/light/small{dir = 4},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"cR" = (/obj/structure/flora/jungle/vines/light_2,/obj/structure/flora/jungle/vines/heavy,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"da" = (/obj/effect/decal/cleanable/blood/drip{pixel_y = 20},/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/landing_zones/lz2) +"dq" = (/obj/structure/surface/table/woodentable/fancy,/obj/item/folder/white{pixel_y = 8},/obj/item/folder/yellow{pixel_y = 4},/obj/item/folder/red,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) +"dH" = (/obj/structure/machinery/blackbox_recorder,/obj/item/prop/almayer/flight_recorder/colony{pixel_x = -6; pixel_y = 10},/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) +"dI" = (/obj/effect/decal/cleanable/blood{icon_state = "gib6"},/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) +"dO" = (/obj/item/weapon/pole/fancy_cane,/obj/item/shard,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) +"dY" = (/turf/open/floor/plating/asteroidwarning,/area/lv624/lazarus/landing_zones/lz2) +"ev" = (/obj/structure/surface/table/reinforced/prison,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"eF" = (/obj/structure/barricade/deployable{icon_state = "folding_1"; health = 245; damage_state = 1},/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) +"fm" = (/obj/effect/vehicle_spawner/van/decrepit,/obj/effect/decal/cleanable/blood/oil,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"fq" = (/obj/effect/acid_hole,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"ft" = (/obj/effect/decal/cleanable/blood/oil,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"fF" = (/obj/item/ammo_casing/bullet{icon_state = "casing_9_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"fH" = (/turf/open/floor/whiteblue/east,/area/lv624/lazarus/corporate_dome) +"gx" = (/obj/structure/window/framed/colony/reinforced,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"gz" = (/obj/item/shard,/turf/open/gm/grass/grass1,/area/lv624/ground/jungle/west_central_jungle) +"gX" = (/obj/structure/machinery/door/airlock/almayer/engineering/colony{name = "\improper Garage"; req_one_access = null; req_access_txt = "100"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"ha" = (/turf/open/floor/whiteyellow/southwest,/area/lv624/lazarus/corporate_dome) +"hc" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/machinery/light{dir = 4},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/under/marine/veteran/pmc/corporate{pixel_y = -2},/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) +"he" = (/obj/structure/machinery/light/small{dir = 8},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"hf" = (/obj/structure/machinery/vending/snack,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"is" = (/obj/item/stack/sheet/wood,/obj/effect/decal/cleanable/blood/gibs/xeno,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) +"iF" = (/obj/structure/closet/crate/secure/weyland,/obj/item/reagent_container/food/snacks/packaged_hdogs,/obj/item/reagent_container/food/snacks/packaged_hdogs,/obj/item/reagent_container/food/snacks/packaged_burrito,/obj/item/reagent_container/food/snacks/packaged_burrito,/obj/item/reagent_container/food/snacks/packaged_burger,/obj/item/reagent_container/food/snacks/packaged_burger,/turf/open/floor/whitebluecorner/west,/area/lv624/lazarus/corporate_dome) +"iT" = (/obj/structure/filingcabinet,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/southwest,/area/lv624/lazarus/corporate_dome) +"jH" = (/obj/structure/bookcase/manuals/medical,/obj/item/book/manual/security_space_law,/obj/item/book/manual/medical_diagnostics_manual,/obj/item/book/manual/research_and_development,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) +"jJ" = (/obj/item/shard,/turf/open/floor/whiteyellow/west,/area/lv624/lazarus/corporate_dome) +"kl" = (/obj/structure/machinery/light{dir = 4},/turf/open/floor/whiteblue/east,/area/lv624/lazarus/corporate_dome) +"kU" = (/obj/structure/machinery/door_control{name = "Garage Shutters"; pixel_y = -28; id = "garage_lv"},/obj/effect/landmark/corpsespawner/colonist,/obj/effect/decal/cleanable/blood,/turf/open/floor/plating/asteroidwarning,/area/lv624/lazarus/landing_zones/lz2) +"ln" = (/obj/structure/machinery/light{dir = 8},/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) +"lG" = (/obj/item/storage/firstaid/adv/empty,/obj/structure/transmitter/colony_net{pixel_y = 24; phone_category = "Lazarus Landing"; phone_color = "blue"; phone_id = "Corporate Office"},/turf/open/floor/whiteyellow/northeast,/area/lv624/lazarus/corporate_dome) +"lX" = (/obj/structure/window_frame/colony/reinforced,/obj/item/shard,/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) +"mg" = (/obj/effect/decal/cleanable/blood,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"mi" = (/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) +"mp" = (/obj/effect/decal/cleanable/blood/oil,/obj/item/stack/rods,/obj/structure/machinery/vending/coffee,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"ms" = (/turf/open/floor/whiteblue,/area/lv624/lazarus/corporate_dome) +"mw" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon,/obj/item/ammo_casing/bullet,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"mK" = (/obj/effect/spawner/gibspawner/human,/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) +"ny" = (/obj/effect/landmark/corpsespawner/prisoner,/obj/effect/decal/cleanable/blood,/obj/item/clothing/glasses/sunglasses/blindfold,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"oj" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{name = "\improper Corporation Office"; dir = 1; req_access_txt = "100"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"oq" = (/obj/structure/window_frame/colony/reinforced,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"pg" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/machinery/light{dir = 4},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/under/liaison_suit/blazer,/obj/item/clothing/head/manager{pixel_y = 13},/turf/open/floor/whiteblue,/area/lv624/lazarus/corporate_dome) +"pR" = (/obj/structure/filingcabinet,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/southeast,/area/lv624/lazarus/corporate_dome) +"qn" = (/obj/structure/machinery/light/small{dir = 4},/obj/structure/closet/bodybag,/obj/effect/landmark/corpsespawner/clf,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"qH" = (/obj/structure/machinery/door/airlock/almayer/engineering/colony{name = "\improper Workshop Storage"; dir = 1; req_one_access = null; req_access_txt = "100"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"qI" = (/obj/structure/surface/table/reinforced/prison,/obj/item/paper_bin/wy{pixel_y = 8},/obj/item/tool/pen/clicky,/obj/item/device/flashlight/lamp{pixel_x = -7; pixel_y = 15},/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) +"qJ" = (/obj/structure/machinery/door/airlock/almayer/generic{name = "\improper Storage Room"; dir = 1},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"qM" = (/obj/effect/decal/cleanable/blood/oil/streak,/obj/structure/machinery/door_control{name = "Garage Shutters"; pixel_x = -28; id = "garage_lv"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"sc" = (/obj/effect/decal/cleanable/blood,/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl,/turf/open/floor/whitebluecorner/north,/area/lv624/lazarus/corporate_dome) +"sm" = (/obj/structure/machinery/vending/cigarette,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"sH" = (/obj/structure/window_frame/colony/reinforced,/obj/item/stack/rods,/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) +"sX" = (/obj/structure/window/framed/colony/reinforced,/turf/open/floor/plating/platingdmg2,/area/lv624/lazarus/corporate_dome) +"vf" = (/obj/structure/machinery/door/airlock/almayer/generic{name = "\improper Corporate Liaison"; dir = 1; locked = 1},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"vC" = (/obj/structure/prop/server_equipment/yutani_server/off,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) +"vW" = (/obj/structure/barricade/wooden,/turf/open/floor/whiteyellow,/area/lv624/lazarus/corporate_dome) +"wy" = (/obj/structure/machinery/door/airlock/almayer/engineering/colony{name = "\improper Workshop Storage"; req_one_access = null; req_access_txt = "100"},/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/corporate_dome) +"wW" = (/obj/structure/closet/bodybag,/obj/effect/landmark/corpsespawner/security/marshal,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"xk" = (/obj/structure/machinery/light{dir = 4},/obj/structure/filingcabinet{density = 0; pixel_x = -8; pixel_y = 16},/obj/effect/landmark/objective_landmark/science,/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) +"xG" = (/obj/structure/machinery/photocopier,/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"yc" = (/turf/open/floor/plating/asteroidwarning/north,/area/lv624/lazarus/landing_zones/lz2) +"yJ" = (/turf/open/floor/plating/platingdmg2,/area/lv624/lazarus/corporate_dome) +"zm" = (/obj/structure/safe{spawnkey = 0},/obj/structure/machinery/light{dir = 1},/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/northeast,/area/lv624/lazarus/corporate_dome) +"zs" = (/obj/structure/window_frame/colony/reinforced,/obj/item/shard,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"zw" = (/obj/structure/surface/table/reinforced/prison,/obj/item/folder/black{name = "Weyland-Yutani Classified folder"; desc = "A black folder which has the Weyland-Yutani symbol inside it, along with CLASSIFIED in giant red letters."},/obj/effect/landmark/objective_landmark/close,/obj/item/reagent_container/food/drinks/coffeecup/wy{pixel_x = -9; pixel_y = 7},/turf/open/floor/whiteblue/southeast,/area/lv624/lazarus/corporate_dome) +"zz" = (/obj/structure/window_frame/colony/reinforced,/obj/item/tool/pen/red/clicky,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"Aj" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/prop/invuln/pipe_water{dir = 8; pixel_x = 6; pixel_y = -12},/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"AG" = (/obj/structure/barricade/wooden,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"AT" = (/obj/item/shard,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Bh" = (/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"BL" = (/obj/structure/machinery/door/poddoor/almayer{name = "\improper Garage"; dir = 8; id = "garage_lv"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"BZ" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_6_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Ct" = (/obj/structure/window_frame/colony/reinforced,/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) +"CF" = (/obj/structure/machinery/door/airlock/almayer/generic{name = "\improper Corporate Liaison"; locked = 1},/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Df" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/whiteyellowcorner/west,/area/lv624/lazarus/corporate_dome) +"Dn" = (/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/structure/closet/crate/secure/weyland,/obj/item/weapon/gun/smg/mp5,/obj/item/weapon/gun/smg/mp5,/turf/open/floor/whitebluecorner/east,/area/lv624/lazarus/corporate_dome) +"Dp" = (/obj/effect/decal/cleanable/blood,/obj/structure/bed/roller,/obj/effect/landmark/corpsespawner/wysec,/obj/item/prop/colony/usedbandage{dir = 9; pixel_x = 5; pixel_y = 15},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"DU" = (/obj/structure/surface/table/reinforced/prison,/obj/item/storage/toolbox/mechanical{pixel_y = 6},/obj/item/storage/toolbox/electrical,/turf/open/floor/whiteblue/southeast,/area/lv624/lazarus/corporate_dome) +"Ez" = (/obj/structure/machinery/light_construct{dir = 4},/obj/item/stack/cable_coil,/turf/open/floor/whiteyellow/southeast,/area/lv624/lazarus/corporate_dome) +"EM" = (/obj/structure/flora/jungle/vines/light_3,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"Fh" = (/obj/structure/surface/table/reinforced/prison,/obj/item/storage/fancy/cigarettes/emeraldgreen,/obj/item/storage/fancy/cigarettes/wypacket{pixel_x = 5; pixel_y = 6},/turf/open/floor/whitebluecorner,/area/lv624/lazarus/corporate_dome) +"Fk" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/plating/asteroidwarning/north,/area/lv624/lazarus/landing_zones/lz2) +"Fl" = (/turf/open/floor/whitebluecorner/north,/area/lv624/lazarus/corporate_dome) +"Fu" = (/obj/structure/surface/table/reinforced/prison,/obj/item/storage/firstaid/adv{pixel_x = 6; pixel_y = 6},/obj/item/storage/firstaid/adv,/obj/effect/landmark/objective_landmark/medium,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) +"FP" = (/obj/item/shard,/obj/item/stack/sheet/wood,/turf/open/floor/whiteyellow/southeast,/area/lv624/lazarus/corporate_dome) +"FZ" = (/obj/structure/machinery/faxmachine/corporate/liaison,/obj/structure/surface/table/reinforced/prison,/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) +"Gi" = (/obj/structure/prop/server_equipment/yutani_server/broken,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) +"Go" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_10_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Gt" = (/obj/structure/machinery/light_construct/small{dir = 8},/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) +"GM" = (/turf/open/floor/whiteyellowcorner/north,/area/lv624/lazarus/corporate_dome) +"GV" = (/turf/open/floor/whiteblue/west,/area/lv624/lazarus/corporate_dome) +"Hn" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_9_1"},/obj/effect/decal/cleanable/blood/gibs/xeno,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Ho" = (/obj/structure/largecrate/random/barrel/green,/turf/open/floor/whiteyellowcorner,/area/lv624/lazarus/corporate_dome) +"Hv" = (/obj/effect/decal/cleanable/blood/drip,/obj/structure/surface/table/reinforced/prison,/obj/item/storage/fancy/cigar,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/northwest,/area/lv624/lazarus/corporate_dome) +"HK" = (/obj/structure/machinery/power/apc/power/north,/obj/effect/spawner/random/powercell,/obj/item/tool/crowbar/red{pixel_x = 8; pixel_y = 8},/obj/item/tool/screwdriver,/obj/effect/decal/cleanable/blood/oil,/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) +"Ii" = (/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) +"IM" = (/obj/item/shard,/obj/effect/decal/cleanable/blood/oil,/obj/item/stack/rods{amount = 15},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Jg" = (/obj/structure/machinery/light,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) +"Jq" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{name = "\improper Corporation Dome"; locked = 1; req_access_txt = "100"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"JL" = (/obj/effect/decal/cleanable/blood,/obj/item/prop/colony/usedbandage{dir = 10},/turf/open/floor/whiteyellow,/area/lv624/lazarus/corporate_dome) +"Kv" = (/obj/effect/decal/cleanable/blood,/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) +"KC" = (/turf/open/floor/whiteyellowcorner/east,/area/lv624/lazarus/corporate_dome) +"KG" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Le" = (/obj/effect/acid_hole{dir = 4},/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"Lh" = (/obj/item/stack/cable_coil,/obj/effect/decal/cleanable/blood/oil/streak,/obj/item/shard,/obj/structure/machinery/vending/cola,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Li" = (/obj/structure/window_frame/colony/reinforced,/obj/item/shard,/obj/item/stack/rods,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"Ln" = (/obj/structure/barricade/plasteel/metal{health = 250},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"LZ" = (/turf/open/floor/plating/platingdmg3,/area/lv624/lazarus/corporate_dome) +"Me" = (/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/landing_zones/lz2) +"Ml" = (/obj/structure/machinery/atm{name = "Weyland-Yutani Automatic Teller Machine"; pixel_y = 30},/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) +"OH" = (/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{pixel_x = 29},/obj/structure/closet/crate/secure/weyland,/obj/item/stack/sheet/metal/med_small_stack,/obj/item/stack/sheet/plasteel/med_small_stack,/obj/item/stack/sandbags/small_stack,/obj/item/device/motiondetector/hacked/pmc,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"Pa" = (/obj/structure/closet/toolcloset,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"Pr" = (/obj/item/ammo_casing/bullet{icon_state = "casing_9_1"},/turf/open/floor/whiteyellowcorner/east,/area/lv624/lazarus/corporate_dome) +"Qi" = (/obj/structure/flora/jungle/vines/light_1,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"Rn" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/machinery/light{dir = 8},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/head/helmet/marine/veteran/pmc{pixel_x = -1; pixel_y = 11},/obj/item/clothing/under/marine/veteran/pmc{pixel_y = -2},/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) +"RD" = (/obj/item/ammo_casing/bullet{icon_state = "casing_1_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"RF" = (/obj/effect/decal/cleanable/blood/drip,/obj/structure/surface/table/reinforced/prison,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"RN" = (/obj/structure/machinery/light{dir = 1},/obj/structure/surface/table/reinforced/prison,/obj/structure/prop/server_equipment/laptop/on,/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) +"Sb" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"SO" = (/obj/structure/flora/jungle/vines/heavy,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"SV" = (/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) +"Tc" = (/obj/item/paper_bin/wy{pixel_y = 8},/obj/item/frame/table/wood/fancy,/turf/open/floor/whiteyellow/northeast,/area/lv624/lazarus/corporate_dome) +"TF" = (/obj/structure/machinery/light{dir = 8},/obj/structure/largecrate/supply/medicine,/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) +"Uo" = (/obj/item/shard,/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/corporate_dome) +"Uz" = (/obj/effect/decal/cleanable/blood/oil/streak,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"UF" = (/obj/structure/machinery/light{dir = 4},/turf/open/floor/whiteblue/southeast,/area/lv624/lazarus/corporate_dome) +"Vj" = (/obj/structure/surface/table/reinforced/prison,/obj/item/ashtray/glass,/obj/item/trash/cigbutt/cigarbutt{pixel_y = 12},/obj/item/trash/cigbutt,/turf/open/floor/whitebluecorner/east,/area/lv624/lazarus/corporate_dome) +"Wx" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/whiteyellowcorner,/area/lv624/lazarus/corporate_dome) +"Xc" = (/obj/structure/barricade/metal{dir = 4; health = 200},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"Xf" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating/platingdmg3,/area/lv624/lazarus/corporate_dome) +"Xp" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/machinery/light{dir = 8},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/under/colonist{pixel_y = -2},/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) +"Xt" = (/turf/template_noop,/area/template_noop) +"Xz" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_3_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +"XC" = (/obj/structure/machinery/light{dir = 8},/obj/structure/largecrate/random/barrel/white,/turf/open/floor/whiteyellowcorner/west,/area/lv624/lazarus/corporate_dome) +"XG" = (/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) +"Ye" = (/obj/structure/largecrate/supply/supplies/water,/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) +"Yg" = (/obj/item/moneybag,/obj/structure/surface/rack,/obj/item/coin/diamond,/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) +"Yv" = (/obj/item/frame/table/reinforced,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) +"YN" = (/turf/open/gm/dirt,/area/lv624/lazarus/landing_zones/lz2) +"ZG" = (/obj/effect/decal/cleanable/blood,/obj/effect/landmark/corpsespawner/scientist,/obj/item/restraint/handcuffs,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) +"ZO" = (/obj/effect/decal/cleanable/blood/drip,/obj/item/stack/sheet/wood,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) (1,1,1) = {" -Xt -Xt -Xt -Fk -Me -dY -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -"} -(2,1,1) = {" -Xt -Xt -Xt -yc -da -dY -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -"} -(3,1,1) = {" -Xt -Xt -Xt -yc -Me -kU -XG -XG -XG -XG -XG -XG -XG -Xt -Xt -Xt -Xt -Xt -Xt -Xt -"} -(4,1,1) = {" -Xt -Xt -XG -BL -BL -BL -XG -he -Bh -fm -he -XG -XG -XG -LZ -yJ -Xt -Xt -Xt -Xt -"} -(5,1,1) = {" -Xt -Xt -XG -Bh -Bh -Bh -qM -Uz -ft -Bh -Bh -XG -Pa -Gt -LZ -LZ -Xt -Xt -Xt -Xt -"} -(6,1,1) = {" -Xt -Xt -XG -ny -Bh -mw -Bh -Bh -Bh -Bh -Bh -qH -Uo -yJ -LZ -mi -Xt -Xt -Xt -Xt -"} -(7,1,1) = {" -Xt -Xt -XG -ZG -cB -mw -wW -qn -OH -Bh -Bh -XG -Yv -Aj -mi -XG -Xt -Xt -Xt -Xt -"} -(8,1,1) = {" -Xt -XG -XG -XG -XG -XG -XG -XG -XG -gX -XG -XG -XG -XG -wy -XG -XG -Xt -Xt -Xt -"} -(9,1,1) = {" -YN -XG -ln -GV -GV -TF -XG -Rn -Fl -cA -iF -Xp -XG -Ml -GV -eF -fq -Ii -Ii -Ii -"} -(10,1,1) = {" -YN -Lh -hf -ev -cA -cA -Jq -cA -cA -Go -cA -cA -aQ -cA -Hn -Ln -aQ -Kv -Ii -Ii -"} -(11,1,1) = {" -YN -mp -sm -RF -fF -KG -cA -cA -cA -Sb -cA -cA -cA -RD -Sb -AG -cA -Ii -dI -mK -"} -(12,1,1) = {" -YN -XG -xk -fH -fH -UF -XG -hc -Dn -cA -cA -pg -XG -Ye -kl -DU -XG -Ii -Ii -bD -"} -(13,1,1) = {" -Xt -XG -XG -XG -XG -XG -XG -XG -XG -cA -oj -XG -XG -XG -XG -XG -XG -Xt -Xt -Xt -"} -(14,1,1) = {" -Xt -Xt -Xt -XG -XG -Yg -bm -FZ -gx -cA -cA -cn -XG -Gi -vC -XG -Xt -Xt -Xt -Xt -"} -(15,1,1) = {" -Xt -Xt -XG -XG -HK -Fl -ZT -ms -IM -cA -BZ -cA -qJ -SV -Jg -XG -Xt -Xt -Xt -Xt -"} -(16,1,1) = {" -Xt -Xt -XG -RN -sc -bA -cA -ms -gx -cm -Sb -UF -XG -Fu -dH -EM -Xt -Xt -Xt -Xt -"} -(17,1,1) = {" -Xt -Xt -XG -qI -Vj -xG -Fh -zw -XG -cA -oj -XG -XG -XG -XG -Qi -Xt -Xt -Xt -Xt -"} -(18,1,1) = {" -Xt -Xt -XG -XG -XG -CF -XG -XG -XG -KG -bA -XC -jJ -iT -Xf -Xt -Xt -Xt -Xt -Xt -"} -(19,1,1) = {" -Xt -Xt -XG -Hv -GM -bA -Df -ha -zz -AT -mg -cA -bA -vW -zs -Xt -Xt -Xt -Xt -Xt -"} -(20,1,1) = {" -Xt -Xt -XG -zm -KC -zx -Dp -JL -oq -cA -Xz -cA -Ho -FP -sH -Xt -Xt -Xt -Xt -Xt -"} -(21,1,1) = {" -Xt -Xt -XG -XG -lG -Pr -cA -ZO -vf -bE -Xc -Wx -Ez -SO -cR -Xt -Xt -Xt -Xt -Xt -"} -(22,1,1) = {" -Xt -Xt -Xt -XG -XG -Tc -dq -dO -Xf -jH -is -pR -SO -SO -Xt -Xt -Xt -Xt -Xt -Xt -"} -(23,1,1) = {" -Xt -Xt -Xt -Xt -XG -Li -sX -Ct -Le -sX -lX -sX -SO -Xt -Xt -Xt -Xt -Xt -Xt -Xt -"} -(24,1,1) = {" -Xt -Xt -Xt -Xt -Xt -Xt -gz -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -"} -(25,1,1) = {" -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt -Xt +XtXtXtXtXtXtXtXtYNYNYNYNXtXtXtXtXtXtXtXtXtXtXtXtXt +XtXtXtXtXtXtXtXGXGLhmpXGXGXtXtXtXtXtXtXtXtXtXtXtXt +XtXtXtXGXGXGXGXGlnhfsmxkXGXtXGXGXGXGXGXGXGXtXtXtXt +FkycycBLBhnyZGXGGVevRFfHXGXGXGRNqIXGHvzmXGXGXtXtXt +MedaMeBLBhBhcBXGGVcAfFfHXGXGHKscVjXGGMKClGXGXGXtXt +dYdYkUBLBhmwmwXGTFcAKGUFXGYgFlbAxGCFbAaaPrTcLiXtXt +XtXtXGXGqMBhwWXGXGJqcAXGXGbmabcAFhXGDfDpcAdqsXgzXt +XtXtXGheUzBhqnXGRncAcAhcXGFZmsmszwXGhaJLZOdOCtXtXt +XtXtXGBhftacOHXGFlcAcADnXGgxIMgxXGXGzzoqvfXfLeXtXt +XtXtXGfmBhBhBhgXcAGoSbcAcAcAcAcmcAKGATcAbEjHsXXtXt +XtXtXGheBhBhBhXGiFcAcAcAojcABZcAojbAmgXzXcislXXtXt +XtXtXGXGXGqHXGXGXpcAcApgXGcncAUFXGXCcAcAWxpRsXXtXt +XtXtXGXGPaUoYvXGXGaQcAXGXGXGqJXGXGjJbAHoEzSOSOXtXt +XtXtXtXGGtyJAjXGMlcARDYeXGGiSVFuXGiTvWFPSOSOXtXtXt +XtXtXtLZLZLZmiwyGVHnSbklXGvCJgdHXGXfzssHcRXtXtXtXt +XtXtXtyJLZmiXGXGeFLnAGDUXGXGXGEMQiXtXtXtXtXtXtXtXt +XtXtXtXtXtXtXtXGfqaQcAXGXGXtXtXtXtXtXtXtXtXtXtXtXt +XtXtXtXtXtXtXtXtIiKvIiIiXtXtXtXtXtXtXtXtXtXtXtXtXt +XtXtXtXtXtXtXtXtIiIidIIiXtXtXtXtXtXtXtXtXtXtXtXtXt +XtXtXtXtXtXtXtXtIiIimKbDXtXtXtXtXtXtXtXtXtXtXtXtXt "} From aa1e2d43030cbe735deb5cf59ceeb0b2ff6b0647 Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 25 Aug 2024 03:43:44 -0500 Subject: [PATCH 02/12] Update corporatedome.dmm --- .../LV624/standalone/corporatedome.dmm | 1962 +++++++++++++++-- 1 file changed, 1791 insertions(+), 171 deletions(-) diff --git a/maps/map_files/LV624/standalone/corporatedome.dmm b/maps/map_files/LV624/standalone/corporatedome.dmm index 1f3e501af6a0..6a22507ff299 100644 --- a/maps/map_files/LV624/standalone/corporatedome.dmm +++ b/maps/map_files/LV624/standalone/corporatedome.dmm @@ -1,174 +1,1794 @@ -"aa" = (/obj/effect/decal/cleanable/blood/gibs/xeno,/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"ab" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"ac" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"aQ" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{name = "\improper Corporation Dome"; req_access_txt = "100"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"bm" = (/obj/structure/surface/rack,/obj/item/spacecash/c1000/counterfeit,/obj/item/spacecash/c1000/counterfeit,/obj/item/spacecash/c1000/counterfeit,/turf/open/floor/whiteblue/west,/area/lv624/lazarus/corporate_dome) -"bA" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"bD" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) -"bE" = (/obj/effect/decal/cleanable/blood/drip,/obj/item/shard,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"cm" = (/obj/structure/largecrate/random/case/small,/obj/structure/barricade/sandbags{dir = 4},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"cn" = (/obj/structure/machinery/light{dir = 8},/obj/structure/largecrate/random/case/double,/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) -"cA" = (/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"cB" = (/obj/structure/machinery/light/small{dir = 4},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"cR" = (/obj/structure/flora/jungle/vines/light_2,/obj/structure/flora/jungle/vines/heavy,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"da" = (/obj/effect/decal/cleanable/blood/drip{pixel_y = 20},/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/landing_zones/lz2) -"dq" = (/obj/structure/surface/table/woodentable/fancy,/obj/item/folder/white{pixel_y = 8},/obj/item/folder/yellow{pixel_y = 4},/obj/item/folder/red,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) -"dH" = (/obj/structure/machinery/blackbox_recorder,/obj/item/prop/almayer/flight_recorder/colony{pixel_x = -6; pixel_y = 10},/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) -"dI" = (/obj/effect/decal/cleanable/blood{icon_state = "gib6"},/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) -"dO" = (/obj/item/weapon/pole/fancy_cane,/obj/item/shard,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) -"dY" = (/turf/open/floor/plating/asteroidwarning,/area/lv624/lazarus/landing_zones/lz2) -"ev" = (/obj/structure/surface/table/reinforced/prison,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"eF" = (/obj/structure/barricade/deployable{icon_state = "folding_1"; health = 245; damage_state = 1},/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) -"fm" = (/obj/effect/vehicle_spawner/van/decrepit,/obj/effect/decal/cleanable/blood/oil,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"fq" = (/obj/effect/acid_hole,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"ft" = (/obj/effect/decal/cleanable/blood/oil,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"fF" = (/obj/item/ammo_casing/bullet{icon_state = "casing_9_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"fH" = (/turf/open/floor/whiteblue/east,/area/lv624/lazarus/corporate_dome) -"gx" = (/obj/structure/window/framed/colony/reinforced,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"gz" = (/obj/item/shard,/turf/open/gm/grass/grass1,/area/lv624/ground/jungle/west_central_jungle) -"gX" = (/obj/structure/machinery/door/airlock/almayer/engineering/colony{name = "\improper Garage"; req_one_access = null; req_access_txt = "100"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"ha" = (/turf/open/floor/whiteyellow/southwest,/area/lv624/lazarus/corporate_dome) -"hc" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/machinery/light{dir = 4},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/under/marine/veteran/pmc/corporate{pixel_y = -2},/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) -"he" = (/obj/structure/machinery/light/small{dir = 8},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"hf" = (/obj/structure/machinery/vending/snack,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"is" = (/obj/item/stack/sheet/wood,/obj/effect/decal/cleanable/blood/gibs/xeno,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) -"iF" = (/obj/structure/closet/crate/secure/weyland,/obj/item/reagent_container/food/snacks/packaged_hdogs,/obj/item/reagent_container/food/snacks/packaged_hdogs,/obj/item/reagent_container/food/snacks/packaged_burrito,/obj/item/reagent_container/food/snacks/packaged_burrito,/obj/item/reagent_container/food/snacks/packaged_burger,/obj/item/reagent_container/food/snacks/packaged_burger,/turf/open/floor/whitebluecorner/west,/area/lv624/lazarus/corporate_dome) -"iT" = (/obj/structure/filingcabinet,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/southwest,/area/lv624/lazarus/corporate_dome) -"jH" = (/obj/structure/bookcase/manuals/medical,/obj/item/book/manual/security_space_law,/obj/item/book/manual/medical_diagnostics_manual,/obj/item/book/manual/research_and_development,/turf/open/floor/whiteyellow/east,/area/lv624/lazarus/corporate_dome) -"jJ" = (/obj/item/shard,/turf/open/floor/whiteyellow/west,/area/lv624/lazarus/corporate_dome) -"kl" = (/obj/structure/machinery/light{dir = 4},/turf/open/floor/whiteblue/east,/area/lv624/lazarus/corporate_dome) -"kU" = (/obj/structure/machinery/door_control{name = "Garage Shutters"; pixel_y = -28; id = "garage_lv"},/obj/effect/landmark/corpsespawner/colonist,/obj/effect/decal/cleanable/blood,/turf/open/floor/plating/asteroidwarning,/area/lv624/lazarus/landing_zones/lz2) -"ln" = (/obj/structure/machinery/light{dir = 8},/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) -"lG" = (/obj/item/storage/firstaid/adv/empty,/obj/structure/transmitter/colony_net{pixel_y = 24; phone_category = "Lazarus Landing"; phone_color = "blue"; phone_id = "Corporate Office"},/turf/open/floor/whiteyellow/northeast,/area/lv624/lazarus/corporate_dome) -"lX" = (/obj/structure/window_frame/colony/reinforced,/obj/item/shard,/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) -"mg" = (/obj/effect/decal/cleanable/blood,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"mi" = (/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) -"mp" = (/obj/effect/decal/cleanable/blood/oil,/obj/item/stack/rods,/obj/structure/machinery/vending/coffee,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"ms" = (/turf/open/floor/whiteblue,/area/lv624/lazarus/corporate_dome) -"mw" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon,/obj/item/ammo_casing/bullet,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"mK" = (/obj/effect/spawner/gibspawner/human,/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) -"ny" = (/obj/effect/landmark/corpsespawner/prisoner,/obj/effect/decal/cleanable/blood,/obj/item/clothing/glasses/sunglasses/blindfold,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"oj" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{name = "\improper Corporation Office"; dir = 1; req_access_txt = "100"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"oq" = (/obj/structure/window_frame/colony/reinforced,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"pg" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/machinery/light{dir = 4},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/under/liaison_suit/blazer,/obj/item/clothing/head/manager{pixel_y = 13},/turf/open/floor/whiteblue,/area/lv624/lazarus/corporate_dome) -"pR" = (/obj/structure/filingcabinet,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/southeast,/area/lv624/lazarus/corporate_dome) -"qn" = (/obj/structure/machinery/light/small{dir = 4},/obj/structure/closet/bodybag,/obj/effect/landmark/corpsespawner/clf,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"qH" = (/obj/structure/machinery/door/airlock/almayer/engineering/colony{name = "\improper Workshop Storage"; dir = 1; req_one_access = null; req_access_txt = "100"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"qI" = (/obj/structure/surface/table/reinforced/prison,/obj/item/paper_bin/wy{pixel_y = 8},/obj/item/tool/pen/clicky,/obj/item/device/flashlight/lamp{pixel_x = -7; pixel_y = 15},/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) -"qJ" = (/obj/structure/machinery/door/airlock/almayer/generic{name = "\improper Storage Room"; dir = 1},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"qM" = (/obj/effect/decal/cleanable/blood/oil/streak,/obj/structure/machinery/door_control{name = "Garage Shutters"; pixel_x = -28; id = "garage_lv"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"sc" = (/obj/effect/decal/cleanable/blood,/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl,/turf/open/floor/whitebluecorner/north,/area/lv624/lazarus/corporate_dome) -"sm" = (/obj/structure/machinery/vending/cigarette,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"sH" = (/obj/structure/window_frame/colony/reinforced,/obj/item/stack/rods,/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) -"sX" = (/obj/structure/window/framed/colony/reinforced,/turf/open/floor/plating/platingdmg2,/area/lv624/lazarus/corporate_dome) -"vf" = (/obj/structure/machinery/door/airlock/almayer/generic{name = "\improper Corporate Liaison"; dir = 1; locked = 1},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"vC" = (/obj/structure/prop/server_equipment/yutani_server/off,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) -"vW" = (/obj/structure/barricade/wooden,/turf/open/floor/whiteyellow,/area/lv624/lazarus/corporate_dome) -"wy" = (/obj/structure/machinery/door/airlock/almayer/engineering/colony{name = "\improper Workshop Storage"; req_one_access = null; req_access_txt = "100"},/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/corporate_dome) -"wW" = (/obj/structure/closet/bodybag,/obj/effect/landmark/corpsespawner/security/marshal,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"xk" = (/obj/structure/machinery/light{dir = 4},/obj/structure/filingcabinet{density = 0; pixel_x = -8; pixel_y = 16},/obj/effect/landmark/objective_landmark/science,/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) -"xG" = (/obj/structure/machinery/photocopier,/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"yc" = (/turf/open/floor/plating/asteroidwarning/north,/area/lv624/lazarus/landing_zones/lz2) -"yJ" = (/turf/open/floor/plating/platingdmg2,/area/lv624/lazarus/corporate_dome) -"zm" = (/obj/structure/safe{spawnkey = 0},/obj/structure/machinery/light{dir = 1},/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/northeast,/area/lv624/lazarus/corporate_dome) -"zs" = (/obj/structure/window_frame/colony/reinforced,/obj/item/shard,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"zw" = (/obj/structure/surface/table/reinforced/prison,/obj/item/folder/black{name = "Weyland-Yutani Classified folder"; desc = "A black folder which has the Weyland-Yutani symbol inside it, along with CLASSIFIED in giant red letters."},/obj/effect/landmark/objective_landmark/close,/obj/item/reagent_container/food/drinks/coffeecup/wy{pixel_x = -9; pixel_y = 7},/turf/open/floor/whiteblue/southeast,/area/lv624/lazarus/corporate_dome) -"zz" = (/obj/structure/window_frame/colony/reinforced,/obj/item/tool/pen/red/clicky,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"Aj" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/prop/invuln/pipe_water{dir = 8; pixel_x = 6; pixel_y = -12},/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"AG" = (/obj/structure/barricade/wooden,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"AT" = (/obj/item/shard,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Bh" = (/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"BL" = (/obj/structure/machinery/door/poddoor/almayer{name = "\improper Garage"; dir = 8; id = "garage_lv"},/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"BZ" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_6_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Ct" = (/obj/structure/window_frame/colony/reinforced,/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) -"CF" = (/obj/structure/machinery/door/airlock/almayer/generic{name = "\improper Corporate Liaison"; locked = 1},/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Df" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/whiteyellowcorner/west,/area/lv624/lazarus/corporate_dome) -"Dn" = (/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/item/ammo_magazine/smg/mp5,/obj/structure/closet/crate/secure/weyland,/obj/item/weapon/gun/smg/mp5,/obj/item/weapon/gun/smg/mp5,/turf/open/floor/whitebluecorner/east,/area/lv624/lazarus/corporate_dome) -"Dp" = (/obj/effect/decal/cleanable/blood,/obj/structure/bed/roller,/obj/effect/landmark/corpsespawner/wysec,/obj/item/prop/colony/usedbandage{dir = 9; pixel_x = 5; pixel_y = 15},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"DU" = (/obj/structure/surface/table/reinforced/prison,/obj/item/storage/toolbox/mechanical{pixel_y = 6},/obj/item/storage/toolbox/electrical,/turf/open/floor/whiteblue/southeast,/area/lv624/lazarus/corporate_dome) -"Ez" = (/obj/structure/machinery/light_construct{dir = 4},/obj/item/stack/cable_coil,/turf/open/floor/whiteyellow/southeast,/area/lv624/lazarus/corporate_dome) -"EM" = (/obj/structure/flora/jungle/vines/light_3,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"Fh" = (/obj/structure/surface/table/reinforced/prison,/obj/item/storage/fancy/cigarettes/emeraldgreen,/obj/item/storage/fancy/cigarettes/wypacket{pixel_x = 5; pixel_y = 6},/turf/open/floor/whitebluecorner,/area/lv624/lazarus/corporate_dome) -"Fk" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/plating/asteroidwarning/north,/area/lv624/lazarus/landing_zones/lz2) -"Fl" = (/turf/open/floor/whitebluecorner/north,/area/lv624/lazarus/corporate_dome) -"Fu" = (/obj/structure/surface/table/reinforced/prison,/obj/item/storage/firstaid/adv{pixel_x = 6; pixel_y = 6},/obj/item/storage/firstaid/adv,/obj/effect/landmark/objective_landmark/medium,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) -"FP" = (/obj/item/shard,/obj/item/stack/sheet/wood,/turf/open/floor/whiteyellow/southeast,/area/lv624/lazarus/corporate_dome) -"FZ" = (/obj/structure/machinery/faxmachine/corporate/liaison,/obj/structure/surface/table/reinforced/prison,/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) -"Gi" = (/obj/structure/prop/server_equipment/yutani_server/broken,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) -"Go" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_10_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Gt" = (/obj/structure/machinery/light_construct/small{dir = 8},/turf/open/floor/plating/platingdmg1,/area/lv624/lazarus/corporate_dome) -"GM" = (/turf/open/floor/whiteyellowcorner/north,/area/lv624/lazarus/corporate_dome) -"GV" = (/turf/open/floor/whiteblue/west,/area/lv624/lazarus/corporate_dome) -"Hn" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_9_1"},/obj/effect/decal/cleanable/blood/gibs/xeno,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Ho" = (/obj/structure/largecrate/random/barrel/green,/turf/open/floor/whiteyellowcorner,/area/lv624/lazarus/corporate_dome) -"Hv" = (/obj/effect/decal/cleanable/blood/drip,/obj/structure/surface/table/reinforced/prison,/obj/item/storage/fancy/cigar,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/whiteyellow/northwest,/area/lv624/lazarus/corporate_dome) -"HK" = (/obj/structure/machinery/power/apc/power/north,/obj/effect/spawner/random/powercell,/obj/item/tool/crowbar/red{pixel_x = 8; pixel_y = 8},/obj/item/tool/screwdriver,/obj/effect/decal/cleanable/blood/oil,/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) -"Ii" = (/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) -"IM" = (/obj/item/shard,/obj/effect/decal/cleanable/blood/oil,/obj/item/stack/rods{amount = 15},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Jg" = (/obj/structure/machinery/light,/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) -"Jq" = (/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{name = "\improper Corporation Dome"; locked = 1; req_access_txt = "100"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"JL" = (/obj/effect/decal/cleanable/blood,/obj/item/prop/colony/usedbandage{dir = 10},/turf/open/floor/whiteyellow,/area/lv624/lazarus/corporate_dome) -"Kv" = (/obj/effect/decal/cleanable/blood,/turf/open/gm/dirt,/area/lv624/ground/colony/west_tcomms_road) -"KC" = (/turf/open/floor/whiteyellowcorner/east,/area/lv624/lazarus/corporate_dome) -"KG" = (/obj/effect/decal/cleanable/blood/xeno,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Le" = (/obj/effect/acid_hole{dir = 4},/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"Lh" = (/obj/item/stack/cable_coil,/obj/effect/decal/cleanable/blood/oil/streak,/obj/item/shard,/obj/structure/machinery/vending/cola,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Li" = (/obj/structure/window_frame/colony/reinforced,/obj/item/shard,/obj/item/stack/rods,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"Ln" = (/obj/structure/barricade/plasteel/metal{health = 250},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"LZ" = (/turf/open/floor/plating/platingdmg3,/area/lv624/lazarus/corporate_dome) -"Me" = (/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/landing_zones/lz2) -"Ml" = (/obj/structure/machinery/atm{name = "Weyland-Yutani Automatic Teller Machine"; pixel_y = 30},/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) -"OH" = (/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{pixel_x = 29},/obj/structure/closet/crate/secure/weyland,/obj/item/stack/sheet/metal/med_small_stack,/obj/item/stack/sheet/plasteel/med_small_stack,/obj/item/stack/sandbags/small_stack,/obj/item/device/motiondetector/hacked/pmc,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"Pa" = (/obj/structure/closet/toolcloset,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"Pr" = (/obj/item/ammo_casing/bullet{icon_state = "casing_9_1"},/turf/open/floor/whiteyellowcorner/east,/area/lv624/lazarus/corporate_dome) -"Qi" = (/obj/structure/flora/jungle/vines/light_1,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"Rn" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/machinery/light{dir = 8},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/head/helmet/marine/veteran/pmc{pixel_x = -1; pixel_y = 11},/obj/item/clothing/under/marine/veteran/pmc{pixel_y = -2},/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) -"RD" = (/obj/item/ammo_casing/bullet{icon_state = "casing_1_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"RF" = (/obj/effect/decal/cleanable/blood/drip,/obj/structure/surface/table/reinforced/prison,/obj/effect/landmark/objective_landmark/close,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"RN" = (/obj/structure/machinery/light{dir = 1},/obj/structure/surface/table/reinforced/prison,/obj/structure/prop/server_equipment/laptop/on,/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) -"Sb" = (/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"SO" = (/obj/structure/flora/jungle/vines/heavy,/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"SV" = (/turf/open/floor/greengrid,/area/lv624/lazarus/corporate_dome) -"Tc" = (/obj/item/paper_bin/wy{pixel_y = 8},/obj/item/frame/table/wood/fancy,/turf/open/floor/whiteyellow/northeast,/area/lv624/lazarus/corporate_dome) -"TF" = (/obj/structure/machinery/light{dir = 8},/obj/structure/largecrate/supply/medicine,/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) -"Uo" = (/obj/item/shard,/turf/open/floor/plating/asteroidfloor/north,/area/lv624/lazarus/corporate_dome) -"Uz" = (/obj/effect/decal/cleanable/blood/oil/streak,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"UF" = (/obj/structure/machinery/light{dir = 4},/turf/open/floor/whiteblue/southeast,/area/lv624/lazarus/corporate_dome) -"Vj" = (/obj/structure/surface/table/reinforced/prison,/obj/item/ashtray/glass,/obj/item/trash/cigbutt/cigarbutt{pixel_y = 12},/obj/item/trash/cigbutt,/turf/open/floor/whitebluecorner/east,/area/lv624/lazarus/corporate_dome) -"Wx" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/whiteyellowcorner,/area/lv624/lazarus/corporate_dome) -"Xc" = (/obj/structure/barricade/metal{dir = 4; health = 200},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"Xf" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating/platingdmg3,/area/lv624/lazarus/corporate_dome) -"Xp" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/machinery/light{dir = 8},/obj/structure/showcase{name = "Display synthetic"; desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; icon = 'icons/mob/humans/species/r_synthetic.dmi'; icon_state = "Synthetic_Template"},/obj/item/clothing/under/colonist{pixel_y = -2},/turf/open/floor/whiteblue/southwest,/area/lv624/lazarus/corporate_dome) -"Xt" = (/turf/template_noop,/area/template_noop) -"Xz" = (/obj/item/ammo_casing/bullet{icon_state = "cartridge_3_1"},/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) -"XC" = (/obj/structure/machinery/light{dir = 8},/obj/structure/largecrate/random/barrel/white,/turf/open/floor/whiteyellowcorner/west,/area/lv624/lazarus/corporate_dome) -"XG" = (/turf/closed/wall/r_wall,/area/lv624/lazarus/corporate_dome) -"Ye" = (/obj/structure/largecrate/supply/supplies/water,/turf/open/floor/whiteblue/northeast,/area/lv624/lazarus/corporate_dome) -"Yg" = (/obj/item/moneybag,/obj/structure/surface/rack,/obj/item/coin/diamond,/turf/open/floor/whiteblue/northwest,/area/lv624/lazarus/corporate_dome) -"Yv" = (/obj/item/frame/table/reinforced,/turf/open/floor/plating,/area/lv624/lazarus/corporate_dome) -"YN" = (/turf/open/gm/dirt,/area/lv624/lazarus/landing_zones/lz2) -"ZG" = (/obj/effect/decal/cleanable/blood,/obj/effect/landmark/corpsespawner/scientist,/obj/item/restraint/handcuffs,/turf/open/floor/dark,/area/lv624/lazarus/corporate_dome) -"ZO" = (/obj/effect/decal/cleanable/blood/drip,/obj/item/stack/sheet/wood,/turf/open/floor/white,/area/lv624/lazarus/corporate_dome) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Corporation Dome"; + req_access_txt = "100" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"bm" = ( +/obj/structure/surface/rack, +/obj/item/spacecash/c1000/counterfeit, +/obj/item/spacecash/c1000/counterfeit, +/obj/item/spacecash/c1000/counterfeit, +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"bA" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"bD" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"bE" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"cm" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/barricade/sandbags{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"cn" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"cA" = ( +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"cB" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"cR" = ( +/obj/structure/flora/jungle/vines/light_2, +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"da" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 20 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/lv624/lazarus/landing_zones/lz2) +"dq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/folder/white{ + pixel_y = 8 + }, +/obj/item/folder/yellow{ + pixel_y = 4 + }, +/obj/item/folder/red, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"dH" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/greengrid, +/area/lv624/lazarus/corporate_dome) +"dI" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6" + }, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"dO" = ( +/obj/item/weapon/pole/fancy_cane, +/obj/item/shard, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"dY" = ( +/turf/open/floor/plating{ + icon_state = "asteroidwarning" + }, +/area/lv624/lazarus/landing_zones/lz2) +"ev" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"eF" = ( +/obj/structure/barricade/deployable{ + damage_state = 1; + health = 245; + icon_state = "folding_1" + }, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"fm" = ( +/obj/effect/vehicle_spawner/van/decrepit, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"fq" = ( +/obj/effect/acid_hole, +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"ft" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"fF" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "casing_9_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"fH" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"gx" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"gz" = ( +/obj/item/shard, +/turf/open/gm/grass/grass1, +/area/lv624/ground/jungle/west_central_jungle) +"gX" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Garage"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"ha" = ( +/turf/open/floor{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"hc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/showcase{ + desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Display synthetic" + }, +/obj/item/clothing/under/marine/veteran/pmc/corporate{ + pixel_y = -2 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"he" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"hf" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"is" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"iF" = ( +/obj/structure/closet/crate/secure/weyland, +/obj/item/reagent_container/food/snacks/packaged_hdogs, +/obj/item/reagent_container/food/snacks/packaged_hdogs, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/item/reagent_container/food/snacks/packaged_burrito, +/obj/item/reagent_container/food/snacks/packaged_burger, +/obj/item/reagent_container/food/snacks/packaged_burger, +/turf/open/floor{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/lv624/lazarus/corporate_dome) +"iT" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"jH" = ( +/obj/structure/bookcase/manuals/medical, +/obj/item/book/manual/security_space_law, +/obj/item/book/manual/medical_diagnostics_manual, +/obj/item/book/manual/research_and_development, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"jJ" = ( +/obj/item/shard, +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"kl" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"kU" = ( +/obj/structure/machinery/door_control{ + id = "garage_lv"; + name = "Garage Shutters"; + pixel_y = -28 + }, +/obj/effect/landmark/corpsespawner/colonist, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating{ + icon_state = "asteroidwarning" + }, +/area/lv624/lazarus/landing_zones/lz2) +"ln" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"lG" = ( +/obj/item/storage/firstaid/adv/empty, +/obj/structure/transmitter/colony_net{ + phone_category = "Lazarus Landing"; + phone_color = "blue"; + phone_id = "Corporate Office"; + pixel_y = 24 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"lX" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/shard, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv624/lazarus/corporate_dome) +"mg" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"mi" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv624/lazarus/corporate_dome) +"mp" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/stack/rods, +/obj/structure/machinery/vending/coffee, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"ms" = ( +/turf/open/floor{ + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"mw" = ( +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon, +/obj/item/ammo_casing/bullet, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"mK" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"ny" = ( +/obj/effect/landmark/corpsespawner/prisoner, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/glasses/sunglasses/blindfold, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"oj" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Corporation Office"; + req_access_txt = "100" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"oq" = ( +/obj/structure/window_frame/colony/reinforced, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"pg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/showcase{ + desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Display synthetic" + }, +/obj/item/clothing/under/liaison_suit/blazer, +/obj/item/clothing/head/manager{ + pixel_y = 13 + }, +/turf/open/floor{ + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"pR" = ( +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"qn" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/closet/bodybag, +/obj/effect/landmark/corpsespawner/clf, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"qH" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"qI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin/wy{ + pixel_y = 8 + }, +/obj/item/tool/pen/clicky, +/obj/item/device/flashlight/lamp{ + pixel_x = -7; + pixel_y = 15 + }, +/turf/open/floor{ + dir = 5; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"qJ" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Storage Room" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"qM" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/structure/machinery/door_control{ + id = "garage_lv"; + name = "Garage Shutters"; + pixel_x = -28 + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"sc" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl, +/turf/open/floor{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/lv624/lazarus/corporate_dome) +"sm" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"sH" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv624/lazarus/corporate_dome) +"sX" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/lv624/lazarus/corporate_dome) +"vf" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Corporate Liaison"; + locked = 1 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"vC" = ( +/obj/structure/prop/server_equipment/yutani_server/off, +/turf/open/floor/greengrid, +/area/lv624/lazarus/corporate_dome) +"vW" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"wy" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Workshop Storage"; + req_access_txt = "100"; + req_one_access = null + }, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/lv624/lazarus/corporate_dome) +"wW" = ( +/obj/structure/closet/bodybag, +/obj/effect/landmark/corpsespawner/security/marshal, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"xk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor{ + dir = 5; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"xG" = ( +/obj/structure/machinery/photocopier, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"yc" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/lv624/lazarus/landing_zones/lz2) +"yJ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/lv624/lazarus/corporate_dome) +"zm" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"zs" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"zw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/folder/black{ + name = "Weyland-Yutani Classified folder"; + desc = "A black folder which has the Weyland-Yutani symbol inside it, along with CLASSIFIED in giant red letters." + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -9; + pixel_y = 7 + }, +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"zx" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"zz" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/tool/pen/red/clicky, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"Aj" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/prop/invuln/pipe_water{ + dir = 8; + pixel_y = -12; + pixel_x = 6 + }, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"AG" = ( +/obj/structure/barricade/wooden, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"AT" = ( +/obj/item/shard, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Bh" = ( +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"BL" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 8; + id = "garage_lv"; + name = "\improper Garage" + }, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"BZ" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_6_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Ct" = ( +/obj/structure/window_frame/colony/reinforced, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv624/lazarus/corporate_dome) +"CF" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + locked = 1; + name = "\improper Corporate Liaison" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Df" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"Dn" = ( +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/structure/closet/crate/secure/weyland, +/obj/item/weapon/gun/smg/mp5, +/obj/item/weapon/gun/smg/mp5, +/turf/open/floor{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/lv624/lazarus/corporate_dome) +"Dp" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/roller, +/obj/effect/landmark/corpsespawner/wysec, +/obj/item/prop/colony/usedbandage{ + dir = 9; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"DU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical, +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Ez" = ( +/obj/structure/machinery/light_construct{ + dir = 4 + }, +/obj/item/stack/cable_coil, +/turf/open/floor{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"EM" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"Fh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/cigarettes/emeraldgreen, +/obj/item/storage/fancy/cigarettes/wypacket{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor{ + icon_state = "whitebluecorner" + }, +/area/lv624/lazarus/corporate_dome) +"Fk" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidwarning" + }, +/area/lv624/lazarus/landing_zones/lz2) +"Fl" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/lv624/lazarus/corporate_dome) +"Fu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/adv{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/firstaid/adv, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/greengrid, +/area/lv624/lazarus/corporate_dome) +"FP" = ( +/obj/item/shard, +/obj/item/stack/sheet/wood, +/turf/open/floor{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"FZ" = ( +/obj/structure/machinery/faxmachine/corporate/liaison, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Gi" = ( +/obj/structure/prop/server_equipment/yutani_server/broken, +/turf/open/floor/greengrid, +/area/lv624/lazarus/corporate_dome) +"Go" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_10_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Gt" = ( +/obj/structure/machinery/light_construct/small{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/lv624/lazarus/corporate_dome) +"GM" = ( +/turf/open/floor{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"GV" = ( +/turf/open/floor{ + dir = 8; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Hn" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_9_1" + }, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Ho" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor{ + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"Hv" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/fancy/cigar, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"HK" = ( +/obj/structure/machinery/power/apc{ + dir = 1 + }, +/obj/effect/spawner/random/powercell, +/obj/item/tool/crowbar/red{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/tool/screwdriver, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Ii" = ( +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"IM" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Jg" = ( +/obj/structure/machinery/light, +/turf/open/floor/greengrid, +/area/lv624/lazarus/corporate_dome) +"Jq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + locked = 1; + name = "\improper Corporation Dome"; + req_access_txt = "100" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"JL" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/floor{ + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"Kv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/gm/dirt, +/area/lv624/ground/colony/west_tcomms_road) +"KC" = ( +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"KG" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Le" = ( +/obj/effect/acid_hole{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"Lh" = ( +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/shard, +/obj/structure/machinery/vending/cola, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Li" = ( +/obj/structure/window_frame/colony/reinforced, +/obj/item/shard, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"Ln" = ( +/obj/structure/barricade/plasteel/metal{ + health = 250 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Ls" = ( +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"LZ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv624/lazarus/corporate_dome) +"Me" = ( +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/lv624/lazarus/landing_zones/lz2) +"Ml" = ( +/obj/structure/machinery/atm{ + name = "Weyland-Yutani Automatic Teller Machine"; + pixel_y = 30 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"OH" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 29 + }, +/obj/structure/closet/crate/secure/weyland, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/item/stack/sheet/plasteel/med_small_stack, +/obj/item/stack/sandbags/small_stack, +/obj/item/device/motiondetector/hacked/pmc, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"Pa" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"Pr" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "casing_9_1" + }, +/turf/open/floor{ + dir = 4; + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"Qi" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"Rn" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/showcase{ + desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Display synthetic" + }, +/obj/item/clothing/head/helmet/marine/veteran/pmc{ + pixel_y = 11; + pixel_x = -1 + }, +/obj/item/clothing/under/marine/veteran/pmc{ + pixel_y = -2 + }, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"RD" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "casing_1_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"RF" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"RN" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/prop/server_equipment/laptop/on, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Sb" = ( +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"SO" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"SV" = ( +/turf/open/floor/greengrid, +/area/lv624/lazarus/corporate_dome) +"Tc" = ( +/obj/item/paper_bin/wy{ + pixel_y = 8 + }, +/obj/item/frame/table/wood/fancy, +/turf/open/floor{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/lv624/lazarus/corporate_dome) +"TF" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/largecrate/supply/medicine, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Uo" = ( +/obj/item/shard, +/turf/open/floor/plating{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/lv624/lazarus/corporate_dome) +"Uz" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"UF" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor{ + dir = 6; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Vj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/ashtray/glass, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/turf/open/floor{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/lv624/lazarus/corporate_dome) +"Wx" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor{ + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"Xc" = ( +/obj/structure/barricade/metal{ + dir = 4; + health = 200 + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"Xf" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/lv624/lazarus/corporate_dome) +"Xp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/showcase{ + desc = "The display model for a Weyland Yutani generation one synthetic. It almost feels like the eyes on this one follow you."; + icon = 'icons/mob/humans/species/r_synthetic.dmi'; + icon_state = "Synthetic_Template"; + name = "Display synthetic" + }, +/obj/item/clothing/under/colonist{ + pixel_y = -2 + }, +/turf/open/floor{ + dir = 10; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Xt" = ( +/turf/template_noop, +/area/template_noop) +"Xz" = ( +/obj/item/ammo_casing/bullet{ + icon_state = "cartridge_3_1" + }, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"XC" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/lv624/lazarus/corporate_dome) +"XG" = ( +/turf/closed/wall/r_wall, +/area/lv624/lazarus/corporate_dome) +"Ye" = ( +/obj/structure/largecrate/supply/supplies/water, +/turf/open/floor{ + dir = 5; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Yg" = ( +/obj/item/moneybag, +/obj/structure/surface/rack, +/obj/item/coin/diamond, +/turf/open/floor{ + dir = 9; + icon_state = "whiteblue" + }, +/area/lv624/lazarus/corporate_dome) +"Yv" = ( +/obj/item/frame/table/reinforced, +/turf/open/floor/plating, +/area/lv624/lazarus/corporate_dome) +"YN" = ( +/turf/open/gm/dirt, +/area/lv624/lazarus/landing_zones/lz2) +"ZG" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/corpsespawner/scientist, +/obj/item/restraint/handcuffs, +/turf/open/floor{ + icon_state = "dark" + }, +/area/lv624/lazarus/corporate_dome) +"ZO" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/stack/sheet/wood, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) +"ZT" = ( +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead, +/turf/open/floor{ + icon_state = "white" + }, +/area/lv624/lazarus/corporate_dome) (1,1,1) = {" -XtXtXtXtXtXtXtXtYNYNYNYNXtXtXtXtXtXtXtXtXtXtXtXtXt -XtXtXtXtXtXtXtXGXGLhmpXGXGXtXtXtXtXtXtXtXtXtXtXtXt -XtXtXtXGXGXGXGXGlnhfsmxkXGXtXGXGXGXGXGXGXGXtXtXtXt -FkycycBLBhnyZGXGGVevRFfHXGXGXGRNqIXGHvzmXGXGXtXtXt -MedaMeBLBhBhcBXGGVcAfFfHXGXGHKscVjXGGMKClGXGXGXtXt -dYdYkUBLBhmwmwXGTFcAKGUFXGYgFlbAxGCFbAaaPrTcLiXtXt -XtXtXGXGqMBhwWXGXGJqcAXGXGbmabcAFhXGDfDpcAdqsXgzXt -XtXtXGheUzBhqnXGRncAcAhcXGFZmsmszwXGhaJLZOdOCtXtXt -XtXtXGBhftacOHXGFlcAcADnXGgxIMgxXGXGzzoqvfXfLeXtXt -XtXtXGfmBhBhBhgXcAGoSbcAcAcAcAcmcAKGATcAbEjHsXXtXt -XtXtXGheBhBhBhXGiFcAcAcAojcABZcAojbAmgXzXcislXXtXt -XtXtXGXGXGqHXGXGXpcAcApgXGcncAUFXGXCcAcAWxpRsXXtXt -XtXtXGXGPaUoYvXGXGaQcAXGXGXGqJXGXGjJbAHoEzSOSOXtXt -XtXtXtXGGtyJAjXGMlcARDYeXGGiSVFuXGiTvWFPSOSOXtXtXt -XtXtXtLZLZLZmiwyGVHnSbklXGvCJgdHXGXfzssHcRXtXtXtXt -XtXtXtyJLZmiXGXGeFLnAGDUXGXGXGEMQiXtXtXtXtXtXtXtXt -XtXtXtXtXtXtXtXGfqaQcAXGXGXtXtXtXtXtXtXtXtXtXtXtXt -XtXtXtXtXtXtXtXtIiKvIiIiXtXtXtXtXtXtXtXtXtXtXtXtXt -XtXtXtXtXtXtXtXtIiIidIIiXtXtXtXtXtXtXtXtXtXtXtXtXt -XtXtXtXtXtXtXtXtIiIimKbDXtXtXtXtXtXtXtXtXtXtXtXtXt +Xt +Xt +Xt +Fk +Me +dY +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +"} +(2,1,1) = {" +Xt +Xt +Xt +yc +da +dY +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +"} +(3,1,1) = {" +Xt +Xt +Xt +yc +Me +kU +XG +XG +XG +XG +XG +XG +XG +Xt +Xt +Xt +Xt +Xt +Xt +Xt +"} +(4,1,1) = {" +Xt +Xt +XG +BL +BL +BL +XG +he +Bh +fm +he +XG +XG +XG +LZ +yJ +Xt +Xt +Xt +Xt +"} +(5,1,1) = {" +Xt +Xt +XG +Bh +Bh +Bh +qM +Uz +ft +Bh +Bh +XG +Pa +Gt +LZ +LZ +Xt +Xt +Xt +Xt +"} +(6,1,1) = {" +Xt +Xt +XG +ny +Bh +mw +Bh +Bh +Ls +Bh +Bh +qH +Uo +yJ +LZ +mi +Xt +Xt +Xt +Xt +"} +(7,1,1) = {" +Xt +Xt +XG +ZG +cB +mw +wW +qn +OH +Bh +Bh +XG +Yv +Aj +mi +XG +Xt +Xt +Xt +Xt +"} +(8,1,1) = {" +Xt +XG +XG +XG +XG +XG +XG +XG +XG +gX +XG +XG +XG +XG +wy +XG +XG +Xt +Xt +Xt +"} +(9,1,1) = {" +YN +XG +ln +GV +GV +TF +XG +Rn +Fl +cA +iF +Xp +XG +Ml +GV +eF +fq +Ii +Ii +Ii +"} +(10,1,1) = {" +YN +Lh +hf +ev +cA +cA +Jq +cA +cA +Go +cA +cA +aQ +cA +Hn +Ln +aQ +Kv +Ii +Ii +"} +(11,1,1) = {" +YN +mp +sm +RF +fF +KG +cA +cA +cA +Sb +cA +cA +cA +RD +Sb +AG +cA +Ii +dI +mK +"} +(12,1,1) = {" +YN +XG +xk +fH +fH +UF +XG +hc +Dn +cA +cA +pg +XG +Ye +kl +DU +XG +Ii +Ii +bD +"} +(13,1,1) = {" +Xt +XG +XG +XG +XG +XG +XG +XG +XG +cA +oj +XG +XG +XG +XG +XG +XG +Xt +Xt +Xt +"} +(14,1,1) = {" +Xt +Xt +Xt +XG +XG +Yg +bm +FZ +gx +cA +cA +cn +XG +Gi +vC +XG +Xt +Xt +Xt +Xt +"} +(15,1,1) = {" +Xt +Xt +XG +XG +HK +Fl +ZT +ms +IM +cA +BZ +cA +qJ +SV +Jg +XG +Xt +Xt +Xt +Xt +"} +(16,1,1) = {" +Xt +Xt +XG +RN +sc +bA +cA +ms +gx +cm +cA +UF +XG +Fu +dH +EM +Xt +Xt +Xt +Xt +"} +(17,1,1) = {" +Xt +Xt +XG +qI +Vj +xG +Fh +zw +XG +cA +oj +XG +XG +XG +XG +Qi +Xt +Xt +Xt +Xt +"} +(18,1,1) = {" +Xt +Xt +XG +XG +XG +CF +XG +XG +XG +KG +bA +XC +jJ +iT +Xf +Xt +Xt +Xt +Xt +Xt +"} +(19,1,1) = {" +Xt +Xt +XG +Hv +GM +bA +Df +ha +zz +AT +mg +cA +bA +vW +zs +Xt +Xt +Xt +Xt +Xt +"} +(20,1,1) = {" +Xt +Xt +XG +zm +KC +zx +Dp +JL +oq +cA +Xz +cA +Ho +FP +sH +Xt +Xt +Xt +Xt +Xt +"} +(21,1,1) = {" +Xt +Xt +XG +XG +lG +Pr +cA +ZO +vf +bE +Xc +Wx +Ez +SO +cR +Xt +Xt +Xt +Xt +Xt +"} +(22,1,1) = {" +Xt +Xt +Xt +XG +XG +Tc +dq +dO +Xf +jH +is +pR +SO +SO +Xt +Xt +Xt +Xt +Xt +Xt +"} +(23,1,1) = {" +Xt +Xt +Xt +Xt +XG +Li +sX +Ct +Le +sX +lX +sX +SO +Xt +Xt +Xt +Xt +Xt +Xt +Xt +"} +(24,1,1) = {" +Xt +Xt +Xt +Xt +Xt +Xt +gz +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +"} +(25,1,1) = {" +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt +Xt "} From 4237d8271f6da4ac236f8fef2eba8be9b643e173 Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 25 Aug 2024 03:52:04 -0500 Subject: [PATCH 03/12] Update corporate_dome_insert_lv624.dm glasses --- .../survivors/lv_624/corporate_dome_insert_lv624.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index c33bf4e2b690..96175b3548a1 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -109,7 +109,10 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate, WEAR_JACKET) new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate, WEAR_HEAD) - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) + if(new_human.disabilities & NEARSIGHTED) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health/prescription(new_human), WEAR_EYES) + else + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health(new_human), WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK) From 5442f4124f1b2f0dd72856b75988362c758cc032 Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 25 Aug 2024 04:54:32 -0500 Subject: [PATCH 04/12] whoops --- .../LV624/standalone/corporatedome.dmm | 554 ++++-------------- 1 file changed, 128 insertions(+), 426 deletions(-) diff --git a/maps/map_files/LV624/standalone/corporatedome.dmm b/maps/map_files/LV624/standalone/corporatedome.dmm index 6a22507ff299..121d0c5bcbd6 100644 --- a/maps/map_files/LV624/standalone/corporatedome.dmm +++ b/maps/map_files/LV624/standalone/corporatedome.dmm @@ -4,25 +4,18 @@ name = "\improper Corporation Dome"; req_access_txt = "100" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "bm" = ( /obj/structure/surface/rack, /obj/item/spacecash/c1000/counterfeit, /obj/item/spacecash/c1000/counterfeit, /obj/item/spacecash/c1000/counterfeit, -/turf/open/floor{ - dir = 8; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/west, /area/lv624/lazarus/corporate_dome) "bA" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "bD" = ( /obj/effect/decal/cleanable/blood/drip, @@ -31,41 +24,30 @@ "bE" = ( /obj/effect/decal/cleanable/blood/drip, /obj/item/shard, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "cm" = ( /obj/structure/largecrate/random/case/small, /obj/structure/barricade/sandbags{ dir = 4 }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "cn" = ( /obj/structure/machinery/light{ dir = 8 }, /obj/structure/largecrate/random/case/double, -/turf/open/floor{ - dir = 10; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southwest, /area/lv624/lazarus/corporate_dome) "cA" = ( -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "cB" = ( /obj/structure/machinery/light/small{ dir = 4 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "cR" = ( /obj/structure/flora/jungle/vines/light_2, @@ -77,10 +59,7 @@ pixel_y = 20 }, /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" - }, +/turf/open/floor/plating/asteroidfloor/north, /area/lv624/lazarus/landing_zones/lz2) "dq" = ( /obj/structure/surface/table/woodentable/fancy, @@ -92,10 +71,7 @@ }, /obj/item/folder/red, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/east, /area/lv624/lazarus/corporate_dome) "dH" = ( /obj/structure/machinery/blackbox_recorder, @@ -114,22 +90,15 @@ "dO" = ( /obj/item/weapon/pole/fancy_cane, /obj/item/shard, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/east, /area/lv624/lazarus/corporate_dome) "dY" = ( -/turf/open/floor/plating{ - icon_state = "asteroidwarning" - }, +/turf/open/floor/plating/asteroidwarning, /area/lv624/lazarus/landing_zones/lz2) "ev" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "eF" = ( /obj/structure/barricade/deployable{ @@ -137,17 +106,12 @@ health = 245; icon_state = "folding_1" }, -/turf/open/floor{ - dir = 10; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southwest, /area/lv624/lazarus/corporate_dome) "fm" = ( /obj/effect/vehicle_spawner/van/decrepit, /obj/effect/decal/cleanable/blood/oil, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "fq" = ( /obj/effect/acid_hole, @@ -155,23 +119,16 @@ /area/lv624/lazarus/corporate_dome) "ft" = ( /obj/effect/decal/cleanable/blood/oil, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "fF" = ( /obj/item/ammo_casing/bullet{ icon_state = "casing_9_1" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "fH" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/east, /area/lv624/lazarus/corporate_dome) "gx" = ( /obj/structure/window/framed/colony/reinforced, @@ -187,15 +144,10 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "ha" = ( -/turf/open/floor{ - dir = 10; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/southwest, /area/lv624/lazarus/corporate_dome) "hc" = ( /obj/structure/window/reinforced{ @@ -214,32 +166,22 @@ /obj/item/clothing/under/marine/veteran/pmc/corporate{ pixel_y = -2 }, -/turf/open/floor{ - dir = 5; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northeast, /area/lv624/lazarus/corporate_dome) "he" = ( /obj/structure/machinery/light/small{ dir = 8 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "hf" = ( /obj/structure/machinery/vending/snack, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "is" = ( /obj/item/stack/sheet/wood, /obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/east, /area/lv624/lazarus/corporate_dome) "iF" = ( /obj/structure/closet/crate/secure/weyland, @@ -249,44 +191,29 @@ /obj/item/reagent_container/food/snacks/packaged_burrito, /obj/item/reagent_container/food/snacks/packaged_burger, /obj/item/reagent_container/food/snacks/packaged_burger, -/turf/open/floor{ - dir = 8; - icon_state = "whitebluecorner" - }, +/turf/open/floor/whitebluecorner/west, /area/lv624/lazarus/corporate_dome) "iT" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 10; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/southwest, /area/lv624/lazarus/corporate_dome) "jH" = ( /obj/structure/bookcase/manuals/medical, /obj/item/book/manual/security_space_law, /obj/item/book/manual/medical_diagnostics_manual, /obj/item/book/manual/research_and_development, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/east, /area/lv624/lazarus/corporate_dome) "jJ" = ( /obj/item/shard, -/turf/open/floor{ - dir = 8; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/west, /area/lv624/lazarus/corporate_dome) "kl" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor{ - dir = 4; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/east, /area/lv624/lazarus/corporate_dome) "kU" = ( /obj/structure/machinery/door_control{ @@ -296,18 +223,13 @@ }, /obj/effect/landmark/corpsespawner/colonist, /obj/effect/decal/cleanable/blood, -/turf/open/floor/plating{ - icon_state = "asteroidwarning" - }, +/turf/open/floor/plating/asteroidwarning, /area/lv624/lazarus/landing_zones/lz2) "ln" = ( /obj/structure/machinery/light{ dir = 8 }, -/turf/open/floor{ - dir = 9; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "lG" = ( /obj/item/storage/firstaid/adv/empty, @@ -317,48 +239,33 @@ phone_id = "Corporate Office"; pixel_y = 24 }, -/turf/open/floor{ - dir = 5; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/northeast, /area/lv624/lazarus/corporate_dome) "lX" = ( /obj/structure/window_frame/colony/reinforced, /obj/item/shard, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, +/turf/open/floor/plating/platingdmg1, /area/lv624/lazarus/corporate_dome) "mg" = ( /obj/effect/decal/cleanable/blood, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "mi" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, +/turf/open/floor/plating/platingdmg1, /area/lv624/lazarus/corporate_dome) "mp" = ( /obj/effect/decal/cleanable/blood/oil, /obj/item/stack/rods, /obj/structure/machinery/vending/coffee, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "ms" = ( -/turf/open/floor{ - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue, /area/lv624/lazarus/corporate_dome) "mw" = ( /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon, /obj/item/ammo_casing/bullet, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "mK" = ( /obj/effect/spawner/gibspawner/human, @@ -368,9 +275,7 @@ /obj/effect/landmark/corpsespawner/prisoner, /obj/effect/decal/cleanable/blood, /obj/item/clothing/glasses/sunglasses/blindfold, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "oj" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ @@ -378,9 +283,7 @@ name = "\improper Corporation Office"; req_access_txt = "100" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "oq" = ( /obj/structure/window_frame/colony/reinforced, @@ -406,17 +309,12 @@ /obj/item/clothing/head/manager{ pixel_y = 13 }, -/turf/open/floor{ - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue, /area/lv624/lazarus/corporate_dome) "pR" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 6; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/southeast, /area/lv624/lazarus/corporate_dome) "qn" = ( /obj/structure/machinery/light/small{ @@ -424,9 +322,7 @@ }, /obj/structure/closet/bodybag, /obj/effect/landmark/corpsespawner/clf, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "qH" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ @@ -435,9 +331,7 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "qI" = ( /obj/structure/surface/table/reinforced/prison, @@ -449,19 +343,14 @@ pixel_x = -7; pixel_y = 15 }, -/turf/open/floor{ - dir = 5; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northeast, /area/lv624/lazarus/corporate_dome) "qJ" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 1; name = "\improper Storage Room" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "qM" = ( /obj/effect/decal/cleanable/blood/oil/streak, @@ -470,9 +359,7 @@ name = "Garage Shutters"; pixel_x = -28 }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "sc" = ( /obj/effect/decal/cleanable/blood, @@ -480,29 +367,20 @@ dir = 1 }, /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl, -/turf/open/floor{ - dir = 1; - icon_state = "whitebluecorner" - }, +/turf/open/floor/whitebluecorner/north, /area/lv624/lazarus/corporate_dome) "sm" = ( /obj/structure/machinery/vending/cigarette, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "sH" = ( /obj/structure/window_frame/colony/reinforced, /obj/item/stack/rods, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, +/turf/open/floor/plating/platingdmg1, /area/lv624/lazarus/corporate_dome) "sX" = ( /obj/structure/window/framed/colony/reinforced, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, +/turf/open/floor/plating/platingdmg2, /area/lv624/lazarus/corporate_dome) "vf" = ( /obj/structure/machinery/door/airlock/almayer/generic{ @@ -510,9 +388,7 @@ name = "\improper Corporate Liaison"; locked = 1 }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "vC" = ( /obj/structure/prop/server_equipment/yutani_server/off, @@ -520,9 +396,7 @@ /area/lv624/lazarus/corporate_dome) "vW" = ( /obj/structure/barricade/wooden, -/turf/open/floor{ - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow, /area/lv624/lazarus/corporate_dome) "wy" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ @@ -530,17 +404,12 @@ req_access_txt = "100"; req_one_access = null }, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" - }, +/turf/open/floor/plating/asteroidfloor/north, /area/lv624/lazarus/corporate_dome) "wW" = ( /obj/structure/closet/bodybag, /obj/effect/landmark/corpsespawner/security/marshal, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "xk" = ( /obj/structure/machinery/light{ @@ -552,28 +421,18 @@ pixel_y = 16 }, /obj/effect/landmark/objective_landmark/science, -/turf/open/floor{ - dir = 5; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northeast, /area/lv624/lazarus/corporate_dome) "xG" = ( /obj/structure/machinery/photocopier, /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "yc" = ( -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidwarning" - }, +/turf/open/floor/plating/asteroidwarning/north, /area/lv624/lazarus/landing_zones/lz2) "yJ" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, +/turf/open/floor/plating/platingdmg2, /area/lv624/lazarus/corporate_dome) "zm" = ( /obj/structure/safe{ @@ -583,10 +442,7 @@ dir = 1 }, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 5; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/northeast, /area/lv624/lazarus/corporate_dome) "zs" = ( /obj/structure/window_frame/colony/reinforced, @@ -604,17 +460,12 @@ pixel_x = -9; pixel_y = 7 }, -/turf/open/floor{ - dir = 6; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southeast, /area/lv624/lazarus/corporate_dome) "zx" = ( /obj/effect/decal/cleanable/blood/gibs/xeno, /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "zz" = ( /obj/structure/window_frame/colony/reinforced, @@ -635,20 +486,14 @@ /area/lv624/lazarus/corporate_dome) "AG" = ( /obj/structure/barricade/wooden, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "AT" = ( /obj/item/shard, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Bh" = ( -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "BL" = ( /obj/structure/machinery/door/poddoor/almayer{ @@ -656,23 +501,17 @@ id = "garage_lv"; name = "\improper Garage" }, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "BZ" = ( /obj/item/ammo_casing/bullet{ icon_state = "cartridge_6_1" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Ct" = ( /obj/structure/window_frame/colony/reinforced, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, +/turf/open/floor/plating/platingdmg1, /area/lv624/lazarus/corporate_dome) "CF" = ( /obj/structure/machinery/door/airlock/almayer/generic{ @@ -680,16 +519,11 @@ name = "\improper Corporate Liaison" }, /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Df" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - dir = 8; - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner/west, /area/lv624/lazarus/corporate_dome) "Dn" = ( /obj/item/ammo_magazine/smg/mp5, @@ -704,10 +538,7 @@ /obj/structure/closet/crate/secure/weyland, /obj/item/weapon/gun/smg/mp5, /obj/item/weapon/gun/smg/mp5, -/turf/open/floor{ - dir = 4; - icon_state = "whitebluecorner" - }, +/turf/open/floor/whitebluecorner/east, /area/lv624/lazarus/corporate_dome) "Dp" = ( /obj/effect/decal/cleanable/blood, @@ -718,9 +549,7 @@ pixel_x = 5; pixel_y = 15 }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "DU" = ( /obj/structure/surface/table/reinforced/prison, @@ -728,20 +557,14 @@ pixel_y = 6 }, /obj/item/storage/toolbox/electrical, -/turf/open/floor{ - dir = 6; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southeast, /area/lv624/lazarus/corporate_dome) "Ez" = ( /obj/structure/machinery/light_construct{ dir = 4 }, /obj/item/stack/cable_coil, -/turf/open/floor{ - dir = 6; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/southeast, /area/lv624/lazarus/corporate_dome) "EM" = ( /obj/structure/flora/jungle/vines/light_3, @@ -754,22 +577,14 @@ pixel_x = 5; pixel_y = 6 }, -/turf/open/floor{ - icon_state = "whitebluecorner" - }, +/turf/open/floor/whitebluecorner, /area/lv624/lazarus/corporate_dome) "Fk" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidwarning" - }, +/turf/open/floor/plating/asteroidwarning/north, /area/lv624/lazarus/landing_zones/lz2) "Fl" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whitebluecorner" - }, +/turf/open/floor/whitebluecorner/north, /area/lv624/lazarus/corporate_dome) "Fu" = ( /obj/structure/surface/table/reinforced/prison, @@ -784,18 +599,12 @@ "FP" = ( /obj/item/shard, /obj/item/stack/sheet/wood, -/turf/open/floor{ - dir = 6; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/southeast, /area/lv624/lazarus/corporate_dome) "FZ" = ( /obj/structure/machinery/faxmachine/corporate/liaison, /obj/structure/surface/table/reinforced/prison, -/turf/open/floor{ - dir = 10; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southwest, /area/lv624/lazarus/corporate_dome) "Gi" = ( /obj/structure/prop/server_equipment/yutani_server/broken, @@ -805,59 +614,40 @@ /obj/item/ammo_casing/bullet{ icon_state = "cartridge_10_1" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Gt" = ( /obj/structure/machinery/light_construct/small{ dir = 8 }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, +/turf/open/floor/plating/platingdmg1, /area/lv624/lazarus/corporate_dome) "GM" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner/north, /area/lv624/lazarus/corporate_dome) "GV" = ( -/turf/open/floor{ - dir = 8; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/west, /area/lv624/lazarus/corporate_dome) "Hn" = ( /obj/item/ammo_casing/bullet{ icon_state = "cartridge_9_1" }, /obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Ho" = ( /obj/structure/largecrate/random/barrel/green, -/turf/open/floor{ - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner, /area/lv624/lazarus/corporate_dome) "Hv" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/surface/table/reinforced/prison, /obj/item/storage/fancy/cigar, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - dir = 9; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/northwest, /area/lv624/lazarus/corporate_dome) "HK" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/power/north, /obj/effect/spawner/random/powercell, /obj/item/tool/crowbar/red{ pixel_x = 8; @@ -865,10 +655,7 @@ }, /obj/item/tool/screwdriver, /obj/effect/decal/cleanable/blood/oil, -/turf/open/floor{ - dir = 9; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "Ii" = ( /turf/open/gm/dirt, @@ -879,9 +666,7 @@ /obj/item/stack/rods{ amount = 15 }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Jg" = ( /obj/structure/machinery/light, @@ -893,34 +678,25 @@ name = "\improper Corporation Dome"; req_access_txt = "100" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "JL" = ( /obj/effect/decal/cleanable/blood, /obj/item/prop/colony/usedbandage{ dir = 10 }, -/turf/open/floor{ - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow, /area/lv624/lazarus/corporate_dome) "Kv" = ( /obj/effect/decal/cleanable/blood, /turf/open/gm/dirt, /area/lv624/ground/colony/west_tcomms_road) "KC" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner/east, /area/lv624/lazarus/corporate_dome) "KG" = ( /obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Le" = ( /obj/effect/acid_hole{ @@ -933,9 +709,7 @@ /obj/effect/decal/cleanable/blood/oil/streak, /obj/item/shard, /obj/structure/machinery/vending/cola, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Li" = ( /obj/structure/window_frame/colony/reinforced, @@ -947,36 +721,20 @@ /obj/structure/barricade/plasteel/metal{ health = 250 }, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/corporate_dome) -"Ls" = ( -/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "LZ" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, +/turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/corporate_dome) "Me" = ( -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" - }, +/turf/open/floor/plating/asteroidfloor/north, /area/lv624/lazarus/landing_zones/lz2) "Ml" = ( /obj/structure/machinery/atm{ name = "Weyland-Yutani Automatic Teller Machine"; pixel_y = 30 }, -/turf/open/floor{ - dir = 9; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "OH" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ @@ -987,9 +745,7 @@ /obj/item/stack/sheet/plasteel/med_small_stack, /obj/item/stack/sandbags/small_stack, /obj/item/device/motiondetector/hacked/pmc, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "Pa" = ( /obj/structure/closet/toolcloset, @@ -999,10 +755,7 @@ /obj/item/ammo_casing/bullet{ icon_state = "casing_9_1" }, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner/east, /area/lv624/lazarus/corporate_dome) "Qi" = ( /obj/structure/flora/jungle/vines/light_1, @@ -1029,26 +782,19 @@ /obj/item/clothing/under/marine/veteran/pmc{ pixel_y = -2 }, -/turf/open/floor{ - dir = 9; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "RD" = ( /obj/item/ammo_casing/bullet{ icon_state = "casing_1_1" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "RF" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/objective_landmark/close, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "RN" = ( /obj/structure/machinery/light{ @@ -1056,16 +802,11 @@ }, /obj/structure/surface/table/reinforced/prison, /obj/structure/prop/server_equipment/laptop/on, -/turf/open/floor{ - dir = 9; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "Sb" = ( /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "SO" = ( /obj/structure/flora/jungle/vines/heavy, @@ -1079,42 +820,32 @@ pixel_y = 8 }, /obj/item/frame/table/wood/fancy, -/turf/open/floor{ - dir = 5; - icon_state = "whiteyellow" - }, +/turf/open/floor/whiteyellow/northeast, +/area/lv624/lazarus/corporate_dome) +"Tk" = ( +/obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "TF" = ( /obj/structure/machinery/light{ dir = 8 }, /obj/structure/largecrate/supply/medicine, -/turf/open/floor{ - dir = 10; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southwest, /area/lv624/lazarus/corporate_dome) "Uo" = ( /obj/item/shard, -/turf/open/floor/plating{ - dir = 1; - icon_state = "asteroidfloor" - }, +/turf/open/floor/plating/asteroidfloor/north, /area/lv624/lazarus/corporate_dome) "Uz" = ( /obj/effect/decal/cleanable/blood/oil/streak, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "UF" = ( /obj/structure/machinery/light{ dir = 4 }, -/turf/open/floor{ - dir = 6; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southeast, /area/lv624/lazarus/corporate_dome) "Vj" = ( /obj/structure/surface/table/reinforced/prison, @@ -1123,31 +854,22 @@ pixel_y = 12 }, /obj/item/trash/cigbutt, -/turf/open/floor{ - dir = 4; - icon_state = "whitebluecorner" - }, +/turf/open/floor/whitebluecorner/east, /area/lv624/lazarus/corporate_dome) "Wx" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor{ - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner, /area/lv624/lazarus/corporate_dome) "Xc" = ( /obj/structure/barricade/metal{ dir = 4; health = 200 }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "Xf" = ( /obj/item/stack/sheet/metal, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, +/turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/corporate_dome) "Xp" = ( /obj/structure/window/reinforced{ @@ -1168,10 +890,7 @@ /obj/item/clothing/under/colonist{ pixel_y = -2 }, -/turf/open/floor{ - dir = 10; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/southwest, /area/lv624/lazarus/corporate_dome) "Xt" = ( /turf/template_noop, @@ -1180,38 +899,27 @@ /obj/item/ammo_casing/bullet{ icon_state = "cartridge_3_1" }, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "XC" = ( /obj/structure/machinery/light{ dir = 8 }, /obj/structure/largecrate/random/barrel/white, -/turf/open/floor{ - dir = 8; - icon_state = "whiteyellowcorner" - }, +/turf/open/floor/whiteyellowcorner/west, /area/lv624/lazarus/corporate_dome) "XG" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/corporate_dome) "Ye" = ( /obj/structure/largecrate/supply/supplies/water, -/turf/open/floor{ - dir = 5; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northeast, /area/lv624/lazarus/corporate_dome) "Yg" = ( /obj/item/moneybag, /obj/structure/surface/rack, /obj/item/coin/diamond, -/turf/open/floor{ - dir = 9; - icon_state = "whiteblue" - }, +/turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "Yv" = ( /obj/item/frame/table/reinforced, @@ -1224,22 +932,16 @@ /obj/effect/decal/cleanable/blood, /obj/effect/landmark/corpsespawner/scientist, /obj/item/restraint/handcuffs, -/turf/open/floor{ - icon_state = "dark" - }, +/turf/open/floor/dark, /area/lv624/lazarus/corporate_dome) "ZO" = ( /obj/effect/decal/cleanable/blood/drip, /obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) "ZT" = ( /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead, -/turf/open/floor{ - icon_state = "white" - }, +/turf/open/floor/white, /area/lv624/lazarus/corporate_dome) (1,1,1) = {" @@ -1361,7 +1063,7 @@ Bh mw Bh Bh -Ls +Tk Bh Bh qH @@ -1583,7 +1285,7 @@ cA ms gx cm -cA +Sb UF XG Fu From c744a0b3cfa3cc9d3e070baa548573fc8da8e1bf Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 25 Aug 2024 19:06:22 -0500 Subject: [PATCH 05/12] grammar and formatting --- code/__DEFINES/job.dm | 2 +- .../effects/landmarks/survivor_spawner.dm | 22 ++++++++++--------- .../lv_624/corporate_dome_insert_lv624.dm | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/code/__DEFINES/job.dm b/code/__DEFINES/job.dm index 762545f5df7e..321143dbf136 100644 --- a/code/__DEFINES/job.dm +++ b/code/__DEFINES/job.dm @@ -216,7 +216,7 @@ GLOBAL_LIST_INIT(job_command_roles, JOB_COMMAND_ROLES_LIST) //-------- WY Goons --------// #define JOB_WY_GOON "WY Corporate Security" #define JOB_WY_GOON_TECH "WY Corporate Security Technician" -#define JOB_WY_GOON_MEDIC "WY Corporate Security Medic" +#define JOB_WY_GOON_MEDIC "WY Corporate Security Medical Specialist" #define JOB_WY_GOON_LEAD "WY Corporate Security Lead" #define JOB_WY_GOON_RESEARCHER "WY Research Consultant" diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 7bf3bcc407f7..92e37e7113b4 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -89,50 +89,52 @@ /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl equipment = /datum/equipment_preset/survivor/wy/executive synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth - intro_text = list("

You are the last alive Executive of Lazarus Landing!

",\ + intro_text = list("

You are the last living Executive of Lazarus Landing!

",\ "You are aware of the xenomorph threat.",\ "Your primary objective is to survive the outbreak.") - story_text = "You are a Corporate Liaison stationed on LV-624 from Weyland-Yutani. You were tipped off about some very peculiar looking eggs recovered from the alien temple North-East of the colony. Being the smart Executive the Company hired you to be, you decided to prepare your office for the worst when the first 'facehugger' was born in the vats of the Research Dome. Turned out, you were right, everyone who called you crazy and called these the new 'synthetics' is now dead, you along with your Corporate Security detail are the only survivors due to your paranoia. The xenomorph onslaught was relentless, a fuel tank was shot by one of the Officers, leading to the destruction of a part of the dome, along with alot of the defences being melted. You must survive and find a way to contact Weyland-Yutani." + story_text = "You are a Corporate Liaison stationed on LV-624 from Weyland-Yutani. You were tipped off about some very peculiar looking eggs recovered from the alien temple North-East of the colony. Being the smart Executive the Company hired you to be, you decided to prepare your office for the worst when the first 'facehugger' was born in the vats of the Research Dome. Turns out you were right, and everyone who called you crazy and called these creatures the new 'synthetics' is now dead; you along with your Corporate Security detail are the only survivors due to your paranoia. The xenomorph onslaught was relentless, a fuel tank was shot by one of the Officers, leading to the destruction of part of the dome, along with a lot of the defences being melted. You must survive and find a way to contact Weyland-Yutani." spawn_priority = SPAWN_PRIORITY_VERY_HIGH + /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon equipment = /datum/equipment_preset/survivor/goon synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth intro_text = list("

You are a Corporate Security Officer!

",\ "You are aware of the xenomorph threat.",\ "Your primary objective is to survive the outbreak.") - story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from the Marshals Offices to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from the Marshals Offices to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, and these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and a lot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." spawn_priority = SPAWN_PRIORITY_LOW /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_medic equipment = /datum/equipment_preset/survivor/goon/medic synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth - intro_text = list("

You are a Corporate Security Officer!

",\ + intro_text = list("

You are a Corporate Security Medical Specialist!

",\ "You are aware of the xenomorph threat.",\ "Your primary objective is to survive the outbreak.") - story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Medical to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + story_text = "You are a Corporate Security Medical Specialist stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Medical to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, and these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer, despite your best efforts, and a lot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + + spawn_priority = SSPAWN_PRIORITY_VERY_HIGH - spawn_priority = SPAWN_PRIORITY_VERY_HIGH /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech equipment = /datum/equipment_preset/survivor/goon/engi synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth - intro_text = list("

You are a Corporate Security Officer!

",\ + intro_text = list("

You are a Corporate Security Technician!

",\ "You are aware of the xenomorph threat.",\ "Your primary objective is to survive the outbreak.") - story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Engineering to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + story_text = "You are a Corporate Security Technician stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Engineering to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, and these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and a lot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." spawn_priority = SPAWN_PRIORITY_MEDIUM /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead equipment = /datum/equipment_preset/survivor/goon/leader synth_equipment = /datum/equipment_preset/synth/survivor/wy/security_synth - intro_text = list("

You are a Corporate Security Officer!

",\ + intro_text = list("

You are a Corporate Security Team Lead!

",\ "You are aware of the xenomorph threat.",\ "Your primary objective is to survive the outbreak.") - story_text = "You are a Corporate Security Officer stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring a security team to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and alot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." + story_text = "You are a Corporate Security Team Lead stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring a security team to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, and these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer and a lot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." spawn_priority = SPAWN_PRIORITY_HIGH diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index 96175b3548a1..6fc80d78205d 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -130,7 +130,7 @@ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) - // /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead +// /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_lead /datum/equipment_preset/survivor/goon/leader name = "Survivor - Corporate Security Goon Leader" From 1ffc5207742e5512878e93001c8d69bc9b185fbb Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 25 Aug 2024 19:10:54 -0500 Subject: [PATCH 06/12] if only i could read --- code/game/objects/effects/landmarks/survivor_spawner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index 92e37e7113b4..53ca235cc53c 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -115,7 +115,7 @@ "Your primary objective is to survive the outbreak.") story_text = "You are a Corporate Security Medical Specialist stationed on LV-624 from Weyland-Yutani. Suddenly one day you were pulled aside by the Corporate Liaison and told to bring supplies from Medical to their office, and fast. You began fortifying the Corporate Dome and was told by the Executive that something big will ravage the entire colony, excluding you. Turns out, the Liaison was right, and these so called 'xenomorphs' broke containment from the Research Dome and began destroying the entire colony. Once they came for the Dome and tried to kill all of you, you barely managed to hold them off even after losing one Officer, despite your best efforts, and a lot of the defences. The Liaison said they will soon find a way to contact Weyland-Yutani and to remain steadfast until rescue arrives." - spawn_priority = SSPAWN_PRIORITY_VERY_HIGH + spawn_priority = SPAWN_PRIORITY_VERY_HIGH /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_goon_tech From 6c8d2812ced1363b9face6adea6f6c6201e573fc Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:13:38 -0500 Subject: [PATCH 07/12] engineer changes --- code/game/objects/items/storage/backpack.dm | 4 ++++ .../survivors/lv_624/corporate_dome_insert_lv624.dm | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 9ed53236789d..06820fe3828b 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -1071,6 +1071,10 @@ GLOBAL_LIST_EMPTY_TYPED(radio_packs, /obj/item/storage/backpack/marine/satchel/r worn_accessible = TRUE max_fuel = 180 +/obj/item/storage/backpack/marine/engineerpack/ert/five_slot + max_storage_space = 12 + max_fuel = 100 + /obj/item/storage/backpack/commando name = "commando bag" desc = "A heavy-duty bag carried by Weyland-Yutani commandos." diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index 6fc80d78205d..28cbbf037d5a 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -74,13 +74,13 @@ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife, WEAR_FEET) - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/ert, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/ert/five_slot, WEAR_BACK) new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack(new_human), WEAR_IN_BACK) new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_BACK) - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle(new_human), WEAR_IN_JACKET) new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST) new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE) From 264f864f82286f9c385030724614b35edbc28e87 Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:12:46 -0500 Subject: [PATCH 08/12] ranks, factions, radio titles --- .../survivors/lv_624/corporate_dome_insert_lv624.dm | 8 ++++++++ code/modules/gear_presets/survivors/misc.dm | 2 ++ code/modules/gear_presets/synths.dm | 3 +++ code/modules/gear_presets/wy_goons.dm | 1 + 4 files changed, 14 insertions(+) diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index 28cbbf037d5a..9a147181cce3 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -8,6 +8,7 @@ skills = /datum/skills/civilian/survivor/manager assignment = "LV-624 Corporate Liaison" idtype = /obj/item/card/id/silver/clearance_badge/cl + faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY access = list( ACCESS_WY_GENERAL, @@ -56,7 +57,9 @@ name = "Survivor - Corporate Security Goon Engineer" flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON_TECH + rank = JOB_WY_GOON_TECH paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) + faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY idtype = /obj/item/card/id/silver/cl skills = /datum/skills/civilian/survivor/goon/engineer @@ -94,7 +97,9 @@ name = "Survivor - Corporate Security Goon Medic" flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON_MEDIC + rank = JOB_WY_GOON_MEDIC paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) + faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY idtype = /obj/item/card/id/silver/cl skills = /datum/skills/civilian/survivor/goon/medic @@ -136,7 +141,10 @@ name = "Survivor - Corporate Security Goon Leader" flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON_LEAD + rank = JOB_WY_GOON_LEAD paygrades = list(PAY_SHORT_CSPO = JOB_PLAYTIME_TIER_0) + role_comm_title = "SL" + faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY idtype = /obj/item/card/id/silver/cl skills = /datum/skills/civilian/survivor/goon/leader diff --git a/code/modules/gear_presets/survivors/misc.dm b/code/modules/gear_presets/survivors/misc.dm index b200083d62d5..8976f7f241a5 100644 --- a/code/modules/gear_presets/survivors/misc.dm +++ b/code/modules/gear_presets/survivors/misc.dm @@ -176,7 +176,9 @@ Everything below isn't used or out of place. name = "Survivor - Corporate Security Goon" flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON + rank = JOB_WY_GOON paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) + faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY idtype = /obj/item/card/id/silver/cl skills = /datum/skills/civilian/survivor/goon diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index db82e44ea890..5a51da7f1ac3 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -458,6 +458,7 @@ /datum/equipment_preset/synth/survivor/wy/security_synth name = "Survivor - Synthetic - Corporate Security Synth" idtype = /obj/item/card/id/silver/cl + faction_group = FACTION_LIST_SURVIVOR_WY role_comm_title = "WY Syn" equipment_to_spawn = list( WEAR_HEAD = /obj/item/clothing/head/soft/sec/corp, @@ -482,6 +483,7 @@ /datum/equipment_preset/synth/survivor/wy/protection_synth name = "Survivor - Synthetic - Corporate Protection Synth" idtype = /obj/item/card/id/pmc + faction_group = FACTION_LIST_SURVIVOR_WY role_comm_title = "WY Syn" equipment_to_spawn = list( WEAR_HEAD = /obj/item/clothing/head/helmet/marine/veteran/pmc, @@ -505,6 +507,7 @@ /datum/equipment_preset/synth/survivor/wy/corporate_synth name = "Survivor - Synthetic - Corporate Clerical Synth" idtype = /obj/item/card/id/data + faction_group = FACTION_LIST_SURVIVOR_WY role_comm_title = "WY Syn" equipment_to_spawn = list( WEAR_L_EAR = /obj/item/device/radio/headset/distress/WY, diff --git a/code/modules/gear_presets/wy_goons.dm b/code/modules/gear_presets/wy_goons.dm index a15e9b443302..eb3eb58060dc 100644 --- a/code/modules/gear_presets/wy_goons.dm +++ b/code/modules/gear_presets/wy_goons.dm @@ -129,6 +129,7 @@ assignment = JOB_WY_GOON_LEAD rank = JOB_WY_GOON_LEAD paygrades = list(PAY_SHORT_CSPO = JOB_PLAYTIME_TIER_0) + role_comm_title = "SL" skills = /datum/skills/wy_goon_lead /datum/equipment_preset/goon/lead/New() From 89fb64111f44db69aa7128e5c217857f2c508c67 Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:26:33 -0500 Subject: [PATCH 09/12] new icons --- .../lv_624/corporate_dome_insert_lv624.dm | 5 +++++ icons/ui_icons/map_blips.dmi | Bin 8500 -> 8424 bytes 2 files changed, 5 insertions(+) diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index c8dc70de7522..ae955ae9fa59 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -8,6 +8,8 @@ skills = /datum/skills/civilian/survivor/manager assignment = "LV-624 Corporate Liaison" idtype = /obj/item/card/id/silver/clearance_badge/cl + minimap_background = "background" + minimap_icon = "private" faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY access = list( @@ -58,6 +60,7 @@ flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON_TECH rank = JOB_WY_GOON_TECH + minimap_icon = "goon_engi" paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY @@ -98,6 +101,7 @@ flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON_MEDIC rank = JOB_WY_GOON_MEDIC + minimap_icon = "goon_medic" paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0) faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY @@ -142,6 +146,7 @@ flags = EQUIPMENT_PRESET_START_OF_ROUND assignment = JOB_WY_GOON_LEAD rank = JOB_WY_GOON_LEAD + minimap_icon = "goon_leader" paygrades = list(PAY_SHORT_CSPO = JOB_PLAYTIME_TIER_0) role_comm_title = "SL" faction = FACTION_WY diff --git a/icons/ui_icons/map_blips.dmi b/icons/ui_icons/map_blips.dmi index 5f3a96184ca649581599dfe9d3281af733523918..08d1afd3da37550e9f186c4c35cb0470168b3119 100644 GIT binary patch delta 8263 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

`t|F3V<-yXVjH!uZEEU$`qQ7% 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 From ec8668a0ce0c63c53efa0f0d042170d2a0f3b3bc Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:32:29 -0500 Subject: [PATCH 10/12] Merge branch 'master' into corpse --- .../survivors/lv_624/corporate_dome_insert_lv624.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm index ae955ae9fa59..436233d0f044 100644 --- a/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm +++ b/code/modules/gear_presets/survivors/lv_624/corporate_dome_insert_lv624.dm @@ -8,8 +8,6 @@ skills = /datum/skills/civilian/survivor/manager assignment = "LV-624 Corporate Liaison" idtype = /obj/item/card/id/silver/clearance_badge/cl - minimap_background = "background" - minimap_icon = "private" faction = FACTION_WY faction_group = FACTION_LIST_SURVIVOR_WY access = list( From c311e6a8e393ee4644c23225a0dfc04ca898273f Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:53:47 -0500 Subject: [PATCH 11/12] Update map_blips.dmi --- icons/ui_icons/map_blips.dmi | Bin 8883 -> 8987 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/ui_icons/map_blips.dmi b/icons/ui_icons/map_blips.dmi index 86cecbbf97109727c93df44baadd3173b596d230..a027f4ea77ba2cc01815c7ba9db798499415dd2f 100644 GIT binary patch literal 8987 zcmWj|1yqzx@S{OWq(Qp78;&leL!?oBsVo*=+&Vs3=Y6YNc}+Qd-jZbmBY2nAvnV zM~=+x=3PR6p5!;}cMN&CAH29Z-e0=#WcXELu` zmn|{#0|$4Bdy>w4M(f9+`e+9(*Ok0b6}#+N@7Vp>fyTe#W!oIe`1ZCg{`J0Vj52X- zz29wRjKo|C6#s(iTJ_Vfzlz(^)0XBQj?RKia14e&nj_C+Sr{*wQy<2PKF^!nzZnTF zeC-ubu50|O^`Fm)M|K5clm?W5E5bc|c?&uPHV3Z&xM#?^KSp}r*D@w+(8JMPS z(9b}#?p#MFmT$cORVVB@BZNTvZ6`P-~x zPA4to?@dhGWxc)|Ufm>lxoOt8d%AakAiZczobh@;uDYu`R#v`k@jSerfqK3)bgW2r zF730oIW~6~k9w{+)mlea&fdmEFQMleHNC)w1WYY&RvsY7Jx5O0xEo`+-D3Dpf5e3o&%NZGjoVrYS4}f{Bt| znh`!0V!jj>sSapnYUW#PHpix1W7LM;JM2Ia+eRrW0t*pj{X3+CFDj~<`kk3tgRO+<)Q?=p+5eK<+`XGR1|^(H=J#`UwJU?)Q}zbnyX>8o&)`{>UKEaqyn)Il?Z5JD`}{^XD#8*r9Up^lye zLp+8zlw3QSm6)Oy^|;3T9bTHO`8!Q%XFE9lRIkOgB;c4IBdp^z5&**N@i36!cIedX<3KN=nMPM;Nd?JMs9t{DpnE=wvgNiX^q8sS^$ z>q^8ev>GuoNi%^42Oro4K|0^5mBQj=5<1I#RJg9`jLOw-gg3s}I23AS_lR$z!fF(b zO)cNR5LDS06Dy38(KzSptJx^xWI;xqqy_av_1?jt4UTo3TdZr;o)R!j`Wz{&Gaqv0 zc;|j|^`L!o3G;d2;>LBRMXDu@~lOeju?B)51 zKvX41I0*=RnScbv-1%T31TOE2Bep!+vLOTx4O^qsFyK+#70?i&-3kK6PDjWB(~#wmain%vI^~ zb8x6qv$C=#-hE+2mBW4A8eWE4Qz;VB-!F~0>o#Y0HA?Jy^*X9!R9ZN(#y$=yRD3HKs9y~;^d8*#pG=WG8#`zg*=iU;0Tv{5ZjNY~`Phryq zRQqqbH8C^AJUaL40q;g$4tv@yTh~nZ;+~%uOu-gMM@J3@1_rMp`lJEs&bm4r3=9mJ zU+wLp3x`L->E3GVRmO8Rj>>@}x^ynJ9FW=B_Cx}Pyw0-uu(C*Wej$EzBY!#MNvu$T z&?wUEAaFggR8GbOOkR>pUd6Ga7p0Sc12*U4`QMtvozgv$q^(H8f5#Bd%vI~*GX|OA z+EsaM;Hrf^a`+PFX7z-MlUf%~RYs8r427|wOY@d0p(TRc=)Q7kD@N)&chLQqD%V&v|au3-Yffq2-bX*zy*dXKcdNj54WHD2iY7Q!pbY(&f7HR z<(0X~%_>j_2KLI&+EG=PySwe}yfNR$Mg|_~oa~<8oR2^xi@1CVgUtZ~$LDAbGbLr^ zLO{d7pi0>quQ~t&Y}D=B^2vDu0myWhJU7DOGfx~jErZ>@eo(BJ4!aQ|L_l)&-aKeYz?~Q&kjuo! zXuZz&kq|y>;MddZ-*iub2)J84sjZtVJ&GX$2{63FyMwWMJF;sJH5>sx9n%oz=yS*1 z2eFvP&HzHJe2Evy4u|cM5_$tu)A}+!DzCpr?s2o?(O`CdzNn!gv0-ccpw~lX zg6d)?e4Jz1fq{V`G#y-0UOsbv?iMtH>*IIF=+sV$6A^+%#;?S!qowu6(bhKT_vgYO zslfIXr^Us^Xzg+}&5c|Fe0(6X_`c-WP6%8P~KkDIy+Aq1xNKyty^6SSOFk{L$#n{@qx-rTz5 zIXtPxJLP_^HY*jxBcQnW^u{|#GrylivmU* zVEzSrhQx$Q2fl#LzD^7^i=`5ujMd1K|9i}sypYf5@3bW*3;}937<<~Ec`3Fm zBnV9tssSE8Dc8gYA~RF>w@1SBa{W9+Q8nsQ+B(MqDW@{mN;8ccfI zgzEf8mg>I6y*;Et}R>(Wb({Eb-%u}(+#bkMLn5&EZYrVQs$!+Z+-A;U3aO8 z(8((JF}2Dekx)UZ+|RzM53+je53-W$I>WJ8U|w7JhAPAtj5j!(e1`un*hwS>3%*c$ z{`QdvAn+khp*{J`E9xX*IS4ny9kJlzIxwk?eNfMDwooZU%$lThWfA+5+u~fxG3R;h z`Cd)FWc0NP-89{-rqb#r^9cA@N!K!Mwn1Sz^i7xwvu5PloNLW4X*t)-$pJbzW5>MH zWRUDdMHSy$7LZDoOlQ1vw@vcm`7|iCcSAoxVHkP!6v518$+WZKARg7fU{Tr4CpV@< z>$jEgFQB0Fm8q3>9^u5E$7YMBeVfcZ-$XRkGC`Db zG^PvZpD5@3r!9W>wGnB$-n7K^sisj22_YxRJ3%(z2CkngoEdk@e0gjze`vTs#&!}V znTT3T6mgo<_bJqT^%K7pETk;%F2|n!Q8o1?u$cG@M!0kC{&Sv zc`x2cW8q`j{!X!raXc0gFchjQf-}fxMpOH|(0r3pORiUGw3-K4hWlKK68~AkFX#;u z>YqN04an1r>tB{&^w~3(l^7MK6PCq>@$cdNVU*AqXk7h;xMpZIZc;>MbvU5w0X<@1 z6?%c9C$}(3>1PDEBO`Ej(u}%j`g&P?Jln73XKzZyxK*oWx%|;)PK%&PJRbH5N07+Y2YqHeh(FGDzH^ z@-3hC4v7#auSFUbe4nx2;GD_*wiAP%h((I8CsUdT%N&>r1Y% zh6_wCE`H9KIK(p!Kz%R8TPqMcj%A~CjmQ4N9KOfGiHZa%FDDJq!@A8COeTHK#PYV? zk3p8;Sx<5PS8;@tv46E@+}SNbJ1Vsn+OYQn^CkCkHhFEjVTie@nO~L*0bP`Fkk~)0 zsexOksTt#ZWNJ-l)cS*!sms$i&ZNrd216jFD{&`Nn7jhb(=Z!~zmGmCK;mZm=~D(N z11Ht;;&Lovoyth7?-XRu*fx_73W^dEdX!$rG2&6@aQ^k@${1>K6&rJq(2?Lk)JkD) zg#d)pmu=jui``B*kIH}9(_5p7vIVAHp2|ng?&8{jK)b&!r>*w(wgd001L_9??y^g( zC$|nu!dh2?tts-r>~un3$lJOjp#mqM-;8I5ZsWDr19Wamw8)eDS0euCqXp`TgxC zYEX)C_S9Qk`)x}J=zR%O<`d$-`Dv_{rMTTZ6J$6+QQxfs1K~#UhUCjmLcc)IBu*{l z-G)vG09;RnwWXx05Xohy7H}S8k15AYtk`a?qEQsSHD5BG*EUHf=^wJ=BMs`~A)cHu zCDhI~*= zne-T|*-}0wX)47Nw@3nk+qY~0fbzYrZ()pF$Ny(dn^L@&-KM#avlP5<2P$HYo`o5L zSDZeVpaq*-@k#*VEf3{7WoX?GtGR>6GyfZ({pGRS_PwUpF)^QI+KL0`pZ@;FMpK1(2<5;vYd?7=ddi&rY z(73F?wGS;FT}U3t-@u*EASaGV4C=;r!?k^1nS*)TBerX|EHe-XcI0?I8E+%GS~TFv zSI+$AXG#ew;*5m$rAH*#aMHgRom(SzUA)yW#~#FF>?Pb+vKOnQgb3HR||)$0n}ihSPf65XR+0< z9EKWNS~5Qz{uLdtj|$Avi9EleA2cm=Ma%RZ68`QdvC)n=A5!z7x=a&fc!MeG^D`eE zP%$}WI{(*hT7li}yap1rou)?wQW#ZfAFg5AZ3Cn0{p4N9f%!fm5{g_t|9@*cuUB`q znc)Ht24Jy0$LrUKo4X|LZ{P z3G1(1Pcfs$O*yG@iPq2RCstPS;?>>sW6OHfHYEQjaiu1?{q)5bMB==k#-p=3ZLL|} z9-`EbVKqL+Gq(T9Y7`_Nt5}FiZtCDSx~fcGmoDp6Iefs?ycX&0`JUnGvxi+NDEuI{tv9YB_$=3)6-gU+jqvmoA>V;-n(_j`fCG&_XS6^ z3qs_4I59}lTOaaSe@2a3hEg0}z^z~5R@?$b>Vgx$M-%#YZX!%(E&S(Hjdn&UIyPYso-M#T><3w^s^`snHD(Jk9ojsvo?6A9Rr zN)!AcZBm`!C)+XeAsggOM=Klt_MC5iB44(luZ)JzckKFjAlgfe29F+%AQlA)p?BsL z$E}a>oZRDhxlJaMT+m@JzK}U^RnRVdq{&Z%3_E><0U7dG-QAr>Ddrj5Fl9mMdvhFy zhXz-qB)J#>1q-F8J$!Gse1061z29w#>uJfltWKnUs)gg{Bh#q{#3@7?%=>6 z>=mKHP2cvUtIc)>VsD9Z3jaRIASyR$(R>XJ(D2u)7|ayQL(&y!VE*}qB% z)J#l@hhgDZIwmIZv$OFx?M2KU1F@vPm@$Epva&ZHesqh2;s%ty$?@(fCRpaIYACcy zYoecMUWYUNo598$6Qr=ADCi6#Y46aalXZ3F@jPBuuJ69Ln>&TyzRt`3iO_+U zIjXh$51skeH!+fV5`1Tm3cR4ZZT!Mf7VWaf8E>zRz&2@+->LKlqO<>29H^tWzNa1K zlXVC_9@2ASANSeg@KL4oR~W(IzYoh_o{`E{!d6`;bq@N_s7mw{kFH~S0@R#m6AF8Jp!K?Snx?uoGF%ZX_Bztx zP2sHkd|ajFheQ+k{0WqkS`0F&2Px&DU;+U;=>kk*d*k!2h;mA2O?62jKH`O z4Odu$2{JHvaHwgZO&4l@MbVMapiFX)=X&jqa47LOfwm*|?x*^unU7_P#%=Dsxw*Nm zygbUs^{%#}BHCnl1;Ch-7+y~ZHR=B`^_8@+s7Qt`Xq{;88+Z>wOSAODF~$F=3XI`A zz(d(-;=kPJjM%%pllpUy3G;iB6Dff_jbL`1$$-Q;ywXq*YUBa6x=5aIhF%}sh@4=F znf_Ba20wzxphp>VGhg3^=hi#Sq`I&9-zblCope78{cv2Wh!xth*z+h|JE5oB?m67T zb0has+cBh!>p47om~G#~_9&dR9^tVxdG9>RajO{Aw_i@D=rM|YS2i1zx}5=P16{dV z3)=Qa!Zo_S(;u}tIQIPX;A{CtY3BRH^qzG;?s5{H;&d@CC~{P2wO44(k1jT|(fqk< ziPYlmt(v6q)6pAme~N74f!_n>XMEK*dRPL`zKFdf!#JuJFz7A%b5fYqG0)8)k(Chy z0#bhWuE;dtNdSIuvmU>H|DG0Ec|4jD9zVTThIw}6u0mwrnk=4sspN_4cV=u2qUd^f z@Ha2Pde62RmSBYx?sl&n>+nz4)E?NBfzHs)y!_hmxg_~$3&IJ)d8U*G$~KywMmmz1I@ zA&FDK5xkC2C5ajsZaXu{?U>~<8sZi2P4Xn54!?C;+S(Xg9ns%HtOc|NGIx+fu_$nm zu?v}_!3cucs*COxuE0X0IhuoDHklB)52Yac?OgtSHx`^2He8eYh4B1V!Of8V ze;ML!vQ$skOW|~fgT$yz&kscGQb+AyfWXFBG00mH5s|9D!<$%EFZaK&>@CdbQtwz? zPT7Ya36L0aOwfSl7>GQEYt=uagg3UYCHPKT#S8G)CN&OaG1<55WxX(ZJlg@?JCnTAe zs$;(92QHXz%~7qWyH>I8U!9(Huitv>&3r+D{{Tqf_#kDuDxhxq_$LTem6tKiao%Ih z`4WLCV$^+aDakmWO~uE5BLw`r%+o+9Fz1vtbpfv`aj|LV&pT|!QYyTi$v!i#wJulq z4E7wo0L$_qHB#MP5?c0f{1GlNSMJI)FUIFpn|I;O*g1qL^Xww&OH3?vWM7|39H2Z~ z&iEdn9F!ZMxqg4K0kd&tpRZ~78BKgabNDTPzd{$vAgV`UEM2XhW;S$+wQoQ}cPz6p z4Ta^JQDhdchGOp7uSF;EbKZt|NWXaZD(dgWeCsF{+MG`kxpc{+U_V7Y#4^srN}>4M zeEkEEJ_)_ii4`Z+M^JI@C*O#|Xx#Qlqfl3goLkQAJOfuZ-nk##g^5M)|DyPP>5*nE zfhvmCzXj)GKMbkNyz3h|-mHG3$;38-=y6Y~`JF_#mo{2pY`WAwQJDergmrFq_ z%JS_SyVPXyLfHD^l<{k0Y3R&|A0)ph(U|-Bdh&(<$hg}aOcfYd>`+X~hA}C zBw=P}F9{0^`!!}U@MoBA&PQkpKXU|pw3zj2BmOgZ;JA1F6N^modHBEk!|amXY`Ear z$iukHBaENtJbx}9PP!tTc06-(G7|%%PCUIE{A9Dn7$i+!%WJlGonCi@j)Saj)|Sqq zevUx{2wbi6zev z!E9C(3Q^8W*%`?LHdiQDnb-*-eT1 z!)AL;xA|`M@o#Oz3Py=>9-|9kIh&4bZDzAV?QYRn%KX5MNfFk#crT-H|U$6 z*YmwkyVyXOFPcex-r>sPMADWzGH?{{y0M%2{&csvTIY}Z4NfQJ$vmWP_-z2~wT@rB z^ruf1w)XfXP_atBwN;xkb+}KS;tYBmFvHju%JTbpxA}x2Ntl`MG4Z#&vdX*?dhIn( zHK?lV#GiXn)K;pCuDaW4Crdm_fq?1PmoIwj+xhe%M&TTlHB%57<%^;QuVZA^1kC=Y zqX)BzNE>-~*1JwOHzB8D*^TSwinl>xQ8ABC+iCw?P7_@r{(q&}8nJVGiJUAgO-gwP>3EoZ5P#i!4oCc)|+DztcgWvP$C!Q(n zIXDR$-VCc3S$p5Ccy+i}QPS;q(M9I_XOktbVji1`aJg~M=ih0ics^wo;CaWVU(ljq zikf7l{j*+O>3Lc*4I7*dcpQZ7?l|f?X0fG;TyDUhjG*GTp}k$#15^+22(Tg+QRggz z@35Sxvx<$=yLg-{Ti@nG84uIPW%N-qC7Mtk@z6ag!O(Bf%q&Tr4y{=#(b6QKw^&iQ zlGY@+Ozl7x8JdDg7W8SqaT(qSH<>s6K_nZFCH>_~GxdqVDdL-OQ#yh@&=)M=H6=yF zT4xJIz4$c&Wxy4Rc))~5j{PgJVTXA?%aF*kTr1|wZqZ}GG1f+=I@2%TdrXzP=h?&q z-nSx+Xqn39fH>O8KG&&i8d7}DLI?|d0*IF&=QbKF4R0;k6K3w{Ml)4qNHtzVdhKD1 zP*Ao~eHJTt7ro)c`&``|LqP+myM4wDG?PteJFpT6!n^sqXTb755;*x8_jldY zimLBt+#=1_`bl^Y2)PLCe%9h#pxnfrNZ8R+~XG8W(C*T?-Rr@*p0t1`NnK* zb#@}-Ge;w0y;c5eSeu$YihszaM#bslHEV=-0C=30nZa({HV}r-yHBx5u11j94uT$fDH0SpG(GkxP}E3bmm=9ArS-mj zhjL=C8*k?qj5V~2kK~Z^b7n}rJ^c3N_pjd$pa1x}Ux>4d;qdF>{@wfi?&P{M%9l_3 z-AHa2%le#)DI`yCT4Rp`$2oLw_Pfq;mLEUtcRibl9-m)98#@~Ij`A-`#5TMpZ7VzNxi$3%@ zlo6wl?*5LOqJ(ve^WGU%&0bmx)Fv7W(SOX zs$2wCd*&lDk>pANI7y}kakAw(j{uk0P>GD})HXUq|B0zHQdEQnQ|=QFZI^#$0?1Z8 zea+O{d-<8XIoIEBHvPTS9iN+Iau#7hG8Mdc?80!xtY@q4ZtgB4UP}I~wz+-x@kTz+ z?M&vZx4OA~xxA%rU``){)%?U9Fp@y_2lTJFFfXyOI118Xlx=>58 z0)*m9+tE?Kv5n~#mjM=-zXce{EFBQz7#R+M#v$wZa~ZG1t(P4kMKRFRrKoDbYk+#3 z^if?Pg(WfkHdY<4!;n{Z68sWON8cxolDbgt4MX zA@%4#5Nq`EsDfz$9StSoN=ng%ts*8^;8J;=2O!wXr0VtTFAS*2mDC;chyjkN;N-9l z5iwQ{iae`@h!odL9Hh1`BO4FYJ8Y!LlE521a1{D6dSilh$Tjj)1N5BvgD2>P$_4I# zml99-S+ocov&j1qdeb)>{jz*bF4(&VCd;!!ZYfWrU~xus2H>$Zhyf{ZMS z7MC+{lPT319f^=2KT^Nx9jBeW7@@Dz77kVa%KmTUdwclu?Q?x={V!;f_3@RX`>6l` z9xO>jK~#9!?OlC*RK>Y|W|t-32@)V;AVee(p_V}LBBhcQZLFmt7DTND>@7u6DMF=u zSdF0aA=VnBa%;J_d|W?3QhF7y6j3*DDe@hxfzW&qvRT3=*|59W-DI;QbN|@P$(%ED zb~hnVYxDko^Lx*k=gjOm^PD;7o%g&mODq-(4jw#6p^*s_CJ+Gd{lO<-vA>8V0Fe8l zTfkO6ok##6s%n*h`O}^y05EXQ909A@yqN&NFMbLP+3`t(O->5-g19Lq7qlFR#Z(f$!j& zSd)NV^aXHNRW0HMi|6UJHelkJpCT!KuzDfU&_S7HkF_9uI(cv7F0;-X4nBx;6m| zcqsgBHE?;vD*bIWAf*IuxWzlSlmMfH+wo>It*}@~yxB}W7K_m6d3kws;lhO?8II;I zkt56Rg&qkhGGdr4Tegg@UAvYr&3aH%l@q_UTgXS*Yv`21<>XiKW*U>$2blw$xSkNC zP>P`dh7KQ&A)`kF6DOiDD~l8s77|9*uwlb6Y}hag0KM#XJNot&9~E}H9chheXowQ; z`sT)F1llf1Pdw1#K!vRtvAtRationQY)cE;+QhrQ++aZOrrxk$vo~OI10;W0>0tg70sZRY^J)e_9ual6aB?ticN8FUc z<>ZOp->0v8ECid^!Mo?2EcU@xy7MF8N$2agHZn5l0P05~&y zwt$V;vV{P^54Qe5z;@5tO#tAFHy#(TTONOd0KoT`Js@D8tbLCFz`Qxn3D{ekpCbV9 z*k18G-@M~ZBJ`vXL|t*~&SJ6jbd_$F!n}VMh|ga5UlEg>oSaM@4hIn)cOyrRq+PK* zLLDEf48yxxuUepXf%&C1H6?743;nW(HxXU|2CplkbI18ri&rKYA*_U;KqkilS} zDw0Ny97#`|Iz=)vGNgq^jT%LnFSBJW~IusQZ z5w;!f99SO9=ePNK+kacQ*-A@G39n^DRa8_6SYf-xR~W)f*NV+%BLfBu5Qs`nPNsgp z9|nVg1_A-&*^%B_~%0|a}<@mA;^Lo96 z-wtX z93!Z`L8!@OqO5VMtE-8uv6-+&(-I^*wll)oj6WB@-w%_?#9wcZb$6xY4=cps0N;!B zggxSXJ|DbZFIrk!kd>81!jhD?v_Sa5h3lph09gIxAE~GLBI2X30n;m9{TVS|do8tG zxS*?hXzZLA!V#1h(-+#5x3qw+c=Q!IuunQNt{nqjuXywo3bz~PKp?0;>#y1efW*HT zRm5xeLkT-puZ%g{ta}rj$u`qa`FeO)`wB;CyTJjEMm?_`bvIY-Df*!`|lHub^gJwC?JQ1w%`E39w z_ADdCo@HcI{94Mk6_P3nf?ijx4z&8=^LvC8X!Rp8s-F}~jOrJ*v76s^P}acF4Qq{vM-kwdzKNl4YYqxa!=ht5%7aE5ZcAv$1Tb+e`-rr1btCJI~+8fUzCEK{UhwXd2`Q`TLHi1#r@Q<2e)W!-{`M#Gp0#|( zowTLJ4;gOg%mwM?v!unwO_@S@-5Jpw9?S-)?ixYv~2er4>gMyHPmdT4PLJlYw&uN zq=+Z)=h z(<4$s^gtQLdJ9W@Z<#fBxkAj=jce$vxyu!7;TLmpT6l+v{3D3yvF^Gc&wqXw zHO90`8+P>f6sq@7c~T8Aj4OGkwaUXjJR6(ni+o~+J<8I z(>Z^VHe_p)5zpNAv9vL-c0*r|^lCFT2@Sw^-4(aVW1z!bV0YrOmpH?h@3@odm49*1 zk98lJtxZP#0sPmDK*N=IhIY5;jUND@rNysX&g1s#Uw9w}T_y0Ull0Hh<^Pol{6>cv ze^UtjmyHGgXCkm?>Pt5f_^Wr!R5k!+`Py+8pWkLO>f|@U7}I+7$4O5u{|z-pMWfZ< z46OzLJ?!SCH9I9I1(+ge z{lsSBTnfg_0RRl_laB9x-hu!1wp`RWpv4*1&ZJbU#G z2V+#Uih$Q&T8-CVS`A}VbVw}SXjGBY_vlgdJ$e-BMx#>h^_NzwG+$>Zj1knB*;l|= zenLrug6YL^Bu4eSBG?t_Nuj<#w)&gla=Gy0(@WuUxv==@T-BYehgG(=!sT+o`01x` zxm@txd1tUEwYH+w-;5@o4=$HW`JE=8PpLB$cFE&Fe5oB5Gg1(L;uJg?DJtyZARzw4 zDO}7*0Xz=0`kP^IbSUv1J}2Pw2d9a$_zpgg?K7-TT#AA-&114UdtC`4Lb>^kQPE1{ z%X*j|mTojE#PE`CG~#$vbjV&C3LAgv5DsOG51Q8*DHwn05bQkGYdky|DayV*DjF#X z1Eh7PBwP;wI6mhVjNQCJ$v-}4K2j3ws{OH>H{kf3`KoeybrOrkA~pL~+_H!0T%5$ykUhupGyPfB7h*p|fTQ z?NYIIE9n&W3<3}-r0b5d3=QmL%06sAXNBWwA6Mu=>m5hB|kq3H!9 zLd^{}t?CvpcSc4AJ%9c@^yVlFK0$lqS;ZXuzkBAZ%tD4`zO^3zch7uezO`P!cvCWx zaz~DxP$oU|>BzAYsuK$Y0>teWR{`5q76bRxEo4`j=*%oBDM4~_GASu3QROF`%%$Z= zTftJo$&Q$ecjB|@v10&B@5FcXti%sy(~5#JBz`cPCVnuRYRLwIW%Q){sQg>qmMvRQ zT3SlBY}umZ?FOXnvKxRQCEVm8uY+{19alVi39*9PMk;%95|q0jiZCXHChb-Kk)>6j#g`XY$WmVkqTR; zj_Ghhh7TG;uckTq)_?zw{B852LJzrV&VT&NTX*{qnbrE&Xoo?M(Z~$8xHXAEJiLbS|YXN?kbCs4o!BI#dLVVvrMZfOM2$2Z2w9KBZw^} zCL@T=Mr4wjno7&c%2b-icLV5CT8iB=llZ`7z?L7>oqRMga`;D8&AC$4oGZnd(a#XJ ztu1?I^fN^Ec#}yl*6@4*{;o*;U^cDbe*of4Kv`odZjFL6V5&Sn5$$zra7K`9i5W(a z_8e?B8*#hcG%+zz(L7#dG~%VqOu#6{8Z4Pqi1`asu_4cfhdx!`#Q*@#ie%R1uCf?q z+dXv)+4ssLbdsd~WLBYa{NfI*$l8ed`WE5bieh@JKcDMO#SAr7lV9;l+o*cPhpIEw z`y|{uEEGvy5#GetlBC7?{I1Ari+)1)Sw)g24es3&3;uPI*B1RmxG8@5yLZSH`+UBs zRh(=4u<_x`y4#YHl7u>4F4s3^e3elr|4^>#NufN*sVi4fTW&6qr|Ed_@_UmH%J0)%A1?H`AH53 zJ$337VculnV4qL!=*`U~1=R=7$pA)R&q4qehLQ#l^+al_5h3PmYWz4Pk2IC^3=9 z@+}q%&CSgf#%t{jO|{!vTvlgir5Eo(ZtsGaIB}wKK=itGg!z?j)eHjpyy$i72-|m+ zyQIr(y2@R^fR3@2%vy|#i=)NG#ld;F#l?gzGI;dpQE8n=j~>P3$&*o8SqZjyAfR5K zZqJ@QwEY?>0OaK45E(%g6%|NJOH&c_&_fSFW^JaWr4d%Qwm$wC8A+@xFQ*(1B=_zu z)Zu7pQ3s-Ey~p9?R*Qx3PQhC{G1*v8y1MXSsKo=B=rty5IG!MW{MD7~C@Cqy&Ye5y zjW^y1ZN2QK33pCX!=XE6)j{zC*|QTa&s*`?XP*gmPM$pZ8)Mx)C-H(mXR%y46a1?$ z?}YJUFrYBtYd07sTwa}BCFGf%qA%_Fd!PB*k^7t_%wii_ueCOxC0V}q_?f>yM2DW; zi6PEH3~?4>SW6LxwG?5-v+q$oQ(K!K$-3f^5)?S(g*M5E3-=rRK7W3C=h~I)lVPgI zoy;Sx&69b^wPj|^m_hsXll%`-eLZ&U*devrn6bcHcD&ZJ{`hjN9)A0gl?y1T5&txV z4m9ESx%osg&e7YKnehB|kVwW*+7*lWeLXDVSn%!&!r%$f+Ycva&z^;ryvwMQaE%>~ zAgV)v7K5hFh=f_EEGgvi4o|H&T=8Oay@mfoP*G3@K2U>|l?7DrEAGd|#nH;jO0dLR zbH&BQBsDdaI-O3WrltzLh%JXLBcZagQl*)PUUnWD&pp|;ZJVs8DESgR6vl9&hqbk} z5sSq_S(5b}me_DYdEABbSj#ZI&%FR(Hk(zCy!!fjShyD>8~?}_Tkopq)p_sZ_fw<2 zBXXxT#fY76Y>W6ew{6=-@4x?k(w$f+?*`j8o6V6eN_aV9=1fXUH;kb!NA7+6e&t*` zL(tbj!jdGjK)NG-;A)D^?xVwpb%gN#z08Kxl-PgRHSm^YBtroMPlQZQm@om_)E$3e z0{~5{YPDK{)2CszS`iZyLwR>fyZeTurKJ(xy#jQ^kn`cY!-u89 z<5jN&>G3v#?^${c8VP|X?ve*hp15lZDL;G>JpRba1+?xjHdR~J{l$hyRxY4GFd!z* zY^JBVZIyM${fGr=tyj}fBZF=xQ+VtRqRJ#oT4b!Hf zVcIldThI5!OSr$-(UbDS7gbt@g(@fOQHd+>rtaJiN#e@8BPL!O#l-eiZlQvL0+`Ka zm4{i+^E`NP@DFy69RrTVXHy WKosTn_VZp5xWb1`WW*IV9wSJ$(CdPy+2-@AA* z;$C?L05DeRc&Cw*lcP8#**=p{|K1XkBp(G1Uqrc&qQ3;|FDX;E^hY!?mVl9PBKJeW zV_3H<7^IT>A*oyXBieu6E@D4hgI<#VyuH-i@l`=%dC^<7zB^{}bw*^d(@Z8!nnc`~ zgh`#KZ|vByjBpmT46YYu#C`R&kZa z!Gn9OyUUPi56@8A^v|1isK%Yzaj1LhmY!Jfe+DsxGW{+W+ix~gmO4{zoY_oS`Z_dH zSKFmq2eWaKA7Yk8S22crEf&HwpC77DSsmJjIjZBq(8Ki3g+Cv?{H|QP-nmC2zdPim zi^j*P|7TXu^t&94-;eaTi2QThIHEI{9zi^=?eUj$?fgw4BY`C?wxpnhp0BoINkNJF zPp;J%<+K6yyCsdeTZh!)WbIB_1BOp5}~3Z@_PCU^=91&nzYWLTsBV4sN*|k)0=-w$jyW zUs6y)FIa83c5teSjF9i7Q2&|qPJA}y$3pzR7VC^;nO4z?f-(%9K1}$sJL2T?wB}qX z1`f%P&g;>`uBPzwcmLsD@XL``$ULP-ET(ULqvpik^W;myV9Yv9A0HDl~Q%KYM&x+BtF~Az$x1Sz%!z;W3xjj~~)Oc;oCIcx$Wh#@Rji zAsqyl*RNmzRGMM69uK^=RVwZB`f+pr?;z>eM*QH$9E=@)JAQCu4w8;-#LfM`(?Qab zf)cuDd>lDnZI!<07#UhiM7CeIEE&y(vGDJUQzhrd1l5J}nwP_e59>BG!!8aKU(}&K zMj8wTx_|$Eu($zUQc_ZANl6J(Qc`q3aLUR(9G8hr-V!_s1@w`sD4xgwEL3}=s$C=Gko4@tR+ew_+Oeeg*gUm`wQq?glDG3wa-=V~7 z%R-kF%P%X7uq0T8Auyg0JrBFi@lt}?i6JbpyaiF$BLBh>)p7Y3f+X-5uNOpJE9CJy zRGpV)-D$@M+Wmv~b$ELjLEjWH-#3ru`!56=w_RJ_4_dJ1`{vP+cPzlEz4>68$Fz0v zn5<6XtlUY5O#1`Q{rMNr>ZBpl&}YmPI8S^e=)%H663z_mEEZ~2$(Pr>@J~bXh7BI! z`sUA%@ACPRliR;ThomOqoXrKTcJy11fddDkrlv;F_bz@JNkc{o6}rxy3cl=O;_>Sp z+wsO@PvP-5U&c!_X5vy)@N3teSf@}f$JYm$eOh$a1z-2vZC;X{6-)u(iLHPjefchJm3sVUgu*H-E2UUv zWu;Qi;c(#Nbt%erzWoT`wBotq-EcS@Dh;PqwZ8YypLh~3mrJ#Vw>$Sk;?Dh$l>4Z% zttI2Yfdf>#iX_kxVI+$*((|6rdi7JK2d$r;N%$eh`sta3$2!b;n>6;^Znr7*GGD3I zXIWfaO!%p&N-vDmoa`=)-{&>oW7yi@Oov+ETV^tArCz@n$m#x4n>5>P{{uUuMUGgXmeZ2kz zSmGQ0+~F7S?mK>!<_RjDHW0__PoQ+#KvlUOk&vV^3oB=Ks&K=l3rLvzLjXX++#jOh z(gg*Zx2O%{wx=WKXEu!6o{o8o+EnGV_4G)H!R)TL-AcUowr$&#?OksZG`B>-)zlyq zYHsORXQ*-G|0+7U&p_32dYEIz7!`(gqI*P#B!1`p_us!NKbpMbgo>Et9VdW$XZNrX z%DSuGG+%fp40?D20f2cwT_j*{{rB&Bth=iy{}1A_rLS4po5TPB002ovPDHLkV1hbx BTsi;% From 4c3644c849253daaf2ba94eb171b253ca9cd2296 Mon Sep 17 00:00:00 2001 From: bob <49925269+BOBAMAx@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:39:52 -0500 Subject: [PATCH 12/12] what --- icons/ui_icons/map_blips.dmi | Bin 9341 -> 9605 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/ui_icons/map_blips.dmi b/icons/ui_icons/map_blips.dmi index b524fbffc4bfd9ec8da6d1f5c105d2c3ab45a140..5230e19499b697d0f095d75721ef0f5889a75a41 100644 GIT binary patch literal 9605 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