]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
ERT PDA Fixup (#25606)
authorHanz <41141796+Hanzdegloker@users.noreply.github.com>
Mon, 26 Feb 2024 23:00:51 +0000 (18:00 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 23:00:51 +0000 (16:00 -0700)
meat and potatoes

ayup

Resources/Prototypes/Entities/Objects/Devices/pda.yml
Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml

index 72942cbb916a30dd0c0719f9caa2c67b673de926..8f246958191adf896d4a586935e8dc50975b7726 100644 (file)
 - type: entity
   parent: BasePDA
   id: ERTLeaderPDA
-  name: ERT PDA
+  name: ERT Leader PDA
   suffix: Leader
   description: Red for firepower.
   components:
 - 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
 - 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
 - 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
 - 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
index 01eb7a5f88a02b28cbfe141d51dcfb801089c302..d54baba3dbd72cc314b5e1e7800e5a5a0f8fe4bc 100644 (file)
     id: ERTMedicPDA
     ears: ClothingHeadsetAltCentCom
     belt: ClothingBeltMedicalFilled
-    pocket1: HandheldHealthAnalyzer
-    pocket2: Flare
+    pocket1: Flare
 
 - type: startingGear
   id: ERTMedicalGearEVA
     id: ERTMedicPDA
     ears: ClothingHeadsetAltCentCom
     belt: ClothingBeltMedicalFilled
-    pocket1: HandheldHealthAnalyzer
-    pocket2: Flare
+    pocket1: Flare
 
 # Janitor
 - type: job