From 1a7d3d945ef115a76de6033a52a6cc08473655ff Mon Sep 17 00:00:00 2001 From: Vasilis Date: Mon, 11 Sep 2023 01:01:05 +0200 Subject: [PATCH] Nerf paramed PDA scanning speed and buff all others to be the same (#19983) * Match scantime with peramed for cmo * Nerf, the webedit * All pda times are same now uwu --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index f3886170d9..f44f1aa998 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -143,7 +143,7 @@ - type: Icon state: pda-internmed - type: HealthAnalyzer - scanDelay: 1.4 + scanDelay: 1 scanningEndSound: path: "/Audio/Items/Medical/healthscanner.ogg" - type: GuideHelp @@ -510,7 +510,7 @@ - type: Icon state: pda-medical - type: HealthAnalyzer - scanDelay: 1.2 + scanDelay: 1 scanningEndSound: path: "/Audio/Items/Medical/healthscanner.ogg" - type: GuideHelp @@ -532,7 +532,7 @@ - type: Icon state: pda-paramedic - type: HealthAnalyzer - scanDelay: 0.5 + scanDelay: 1 scanningEndSound: path: "/Audio/Items/Medical/healthscanner.ogg" -- 2.51.2