From 48787c5571e482d881e1af81406d20ea6b9a400e Mon Sep 17 00:00:00 2001 From: LordEclipse <106132477+LordEclipse@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:32:20 -0500 Subject: [PATCH] Add Health Analyzer to Medical Intern PDA (#10781) * Add Health Analyzer to Medical Intern PDA It feels a little strange for the Medical Intern PDA to not have a health analyzer. * Fix Indentation for HealthAnalyzer Oops --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index b671b97ef0..d2054848d5 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -106,7 +106,7 @@ parent: BasePDA id: MedicalInternPDA name: medical intern PDA - description: Why isn't it white? + description: Why isn't it white? Has a built-in health analyzer. components: - type: PDA id: MedicalInternIDCard @@ -116,6 +116,8 @@ state: pda-internmed - type: Icon state: pda-internmed + - type: HealthAnalyzer + scanDelay: 1.4 - type: entity parent: BasePDA