From 250c1392fc590d9ef24c106320b32e06b4f86256 Mon Sep 17 00:00:00 2001 From: Crude Oil <124208219+CroilBird@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:22:40 +0200 Subject: [PATCH] Fix PDA point lights (#40687) tweak pda point light --- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index ade592ec9c..2461328f1d 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -64,7 +64,8 @@ - type: UnpoweredFlashlight - type: PointLight enabled: false - radius: 1.5 + radius: 1.7 + falloff: 3 softness: 5 autoRot: true - type: Ringer -- 2.51.2