From 6b00f592b69d0423909e97eae973f3815643628d Mon Sep 17 00:00:00 2001 From: Hanz <41141796+Hanzdegloker@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:00:51 -0500 Subject: [PATCH] ERT PDA Fixup (#25606) meat and potatoes ayup --- .../Prototypes/Entities/Objects/Devices/pda.yml | 17 +++++++++++++++-- .../Roles/Jobs/Fun/emergencyresponseteam.yml | 6 ++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 72942cbb91..8f24695819 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -765,7 +765,7 @@ - type: entity parent: BasePDA id: ERTLeaderPDA - name: ERT PDA + name: ERT Leader PDA suffix: Leader description: Red for firepower. components: @@ -782,8 +782,9 @@ - type: entity parent: ERTLeaderPDA id: ERTChaplainPDA - name: ERT PDA + name: ERT Chaplain PDA suffix: Chaplain + description: Red for firepower, it's blessed. components: - type: Pda id: ERTChaplainIDCard @@ -791,7 +792,9 @@ - type: entity parent: ERTLeaderPDA id: ERTEngineerPDA + name: ERT Engineer PDA suffix: Engineer + description: Red for firepower, it's well-worn. components: - type: Pda id: ERTEngineerIDCard @@ -799,7 +802,9 @@ - type: entity parent: ERTLeaderPDA id: ERTJanitorPDA + name: ERT Janitor PDA suffix: Janitor + description: Red for firepower, it's squeaky clean. components: - type: Pda id: ERTJanitorIDCard @@ -807,15 +812,23 @@ - type: entity parent: ERTLeaderPDA id: ERTMedicPDA + name: ERT Medic PDA suffix: Medic + description: Red for firepower, it's shiny and sterile. Has a built-in rapid health analyzer. components: - type: Pda id: ERTMedicIDCard + - type: HealthAnalyzer + scanDelay: 1 + scanningEndSound: + path: "/Audio/Items/Medical/healthscanner.ogg" - type: entity parent: ERTLeaderPDA id: ERTSecurityPDA + name: ERT Security PDA suffix: Security + description: Red for firepower, it has tally marks etched on the side. components: - type: Pda id: ERTSecurityIDCard diff --git a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml index 01eb7a5f88..d54baba3db 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml @@ -212,8 +212,7 @@ id: ERTMedicPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltMedicalFilled - pocket1: HandheldHealthAnalyzer - pocket2: Flare + pocket1: Flare - type: startingGear id: ERTMedicalGearEVA @@ -229,8 +228,7 @@ id: ERTMedicPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltMedicalFilled - pocket1: HandheldHealthAnalyzer - pocket2: Flare + pocket1: Flare # Janitor - type: job -- 2.52.0