From 9683a3d67caeff0d162dd43a4e8335641cfe4bf5 Mon Sep 17 00:00:00 2001 From: blue3212 Date: Sun, 31 Mar 2024 01:03:54 -0400 Subject: [PATCH 1/3] PsychologistPDA inherents from BaseMedicalPDA --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 706cbd5dbbf..c3f50c5c194 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -903,7 +903,7 @@ accentVColor: "#447987" - type: entity - parent: BasePDA + parent: BaseMedicalPDA #Delta-v Make PyschologistPDA able to use medical scan id: PsychologistPDA name: psychologist PDA description: Looks immaculately cleaned. From 3da3d984452b286a4092191388072fea86898880 Mon Sep 17 00:00:00 2001 From: blue3212 Date: Sun, 31 Mar 2024 10:44:23 -0400 Subject: [PATCH 2/3] Reverted PsychPDA parent, added slower health analyzer --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index c3f50c5c194..9f3937ec479 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -903,7 +903,7 @@ accentVColor: "#447987" - type: entity - parent: BaseMedicalPDA #Delta-v Make PyschologistPDA able to use medical scan + parent: BasePDA id: PsychologistPDA name: psychologist PDA description: Looks immaculately cleaned. @@ -915,7 +915,11 @@ borderColor: "#d7d7d0" accentVColor: "#447987" - type: Icon - state: pda-medical + state: pda-medical + - type: HealthAnalyzer #Delta-v - (Start) Make PyschologistPDA able to use medical scan + scanDelay: 2 # Make the scan slower as psychologists should focus on mental health + scanningEndSound: + path: "/Audio/Items/Medical/healthscanner.ogg" #Delta-v - (End) Make PyschologistPDA able to use medical scan - type: entity parent: BasePDA From d785f41da386c2f1041eb639f725a8f0e2ea57a3 Mon Sep 17 00:00:00 2001 From: blue3212 Date: Sun, 31 Mar 2024 10:45:34 -0400 Subject: [PATCH 3/3] Formating --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 9f3937ec479..6bd2dbcc362 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -903,7 +903,7 @@ accentVColor: "#447987" - type: entity - parent: BasePDA + parent: BasePDA id: PsychologistPDA name: psychologist PDA description: Looks immaculately cleaned.