From a7cb1ee4f3d3decda736a892d854e745c9071466 Mon Sep 17 00:00:00 2001 From: Kara D Date: Thu, 11 Nov 2021 22:24:54 -0700 Subject: [PATCH] fix emergency light offset was still tuned for eris walls, so it was bleeding through --- .../Entities/Structures/Wallmounts/emergency_light.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/emergency_light.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/emergency_light.yml index 2c1a9683f5..f4c34c660e 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/emergency_light.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/emergency_light.yml @@ -8,7 +8,7 @@ enabled: false radius: 10 energy: 2.5 - offset: "0, 0.8" + offset: "0, 0.5" color: "#FF4020" mask: /Textures/Effects/LightMasks/cone.png - type: ApcPowerReceiver