From 1bfea8c8dd8e8af477d85fdf2f705a8278154b06 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 26 May 2022 06:56:16 +0200 Subject: [PATCH] Emergency lights fixes (#8454) --- .../Entities/Structures/Lighting/base_lighting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index ca84e740f6..e42fd5945b 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -95,7 +95,7 @@ - type: entity id: Poweredlight description: "A light fixture. Draws power and produces light when equipped with a light tube." - suffix: + suffix: parent: PoweredlightEmpty components: - type: Sprite @@ -255,7 +255,7 @@ - type: entity id: PoweredSmallLight - suffix: + suffix: parent: PoweredSmallLightEmpty components: - type: Sprite @@ -272,12 +272,12 @@ name: emergency light description: A small red light with an internal battery that turns on as soon as it stops receiving any power. parent: AlwaysPoweredWallLight + suffix: components: - type: PointLight enabled: false radius: 10 energy: 2.5 - offset: "0, 0.5" color: "#FF4020" mask: /Textures/Effects/LightMasks/cone.png - type: ApcPowerReceiver