diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/radio.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/radio.yml index 9348ad59a2..05febc2e06 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/radio.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/radio.yml @@ -145,19 +145,26 @@ - type: entity parent: PoweredSmallLight id: N14LightRadioOnAirSign - name: radio on air sign + name: on air sign + description: This reminds you that you are on air. components: - type: Sprite sprite: _Nuclear14/Structures/Misc/radiostation/radioonair.rsi + state: off offset: 0,-0.25 - state: base layers: - state: off - - state: on map: ["enum.PoweredLightLayers.Base"] - + - state: on + map: ["enum.PoweredLightLayers.Glow"] + shader: unshaded - type: WallMount - type: PointLight - radius: 7 + radius: 1 energy: 0.6 softness: 0.4 + color: "#ff0000" + - type: PoweredLightVisuals + spriteStateMap: + off: off + on: on