Skip to content

Commit

Permalink
Fix on air sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Partmedia committed Nov 12, 2024
1 parent 3a06af9 commit e07a642
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/radio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e07a642

Please sign in to comment.