Add use-delay to signal transmitters (#7703)

This commit is contained in:
Leon Friedrich
2022-04-24 11:45:37 +12:00
committed by GitHub
parent 68e3a49219
commit 1974060172
5 changed files with 16 additions and 9 deletions

View File

@@ -9,4 +9,5 @@
- type: Sprite
sprite: Objects/Devices/signaller.rsi
state: signaller
- type: Signaller
- type: Signaller
- type: UseDelay

View File

@@ -12,6 +12,8 @@
sprite: Structures/Wallmounts/switch.rsi
state: on
- type: SignalSwitch
- type: UseDelay
delay: 0.5 # prevent light-toggling auto-clickers.
- type: Rotatable
placement:
mode: SnapgridCenter
@@ -32,6 +34,8 @@
sprite: Structures/Wallmounts/switch.rsi
state: dead
- type: SignalButton
- type: UseDelay
delay: 0.5 # prevent light-toggling auto-clickers.
- type: Rotatable
placement:
mode: SnapgridCenter
@@ -82,6 +86,8 @@
sprite: Structures/conveyor.rsi
state: switch-off
- type: TwoWayLever
- type: UseDelay
delay: 0.2 # prevent light-toggling auto-clickers.
- type: Appearance
visuals:
- type: TwoWayLeverVisualizer