Fix timer deconstruction (#29917)

Fix deconstruction for timers
This commit is contained in:
themias
2024-07-12 07:38:58 -04:00
committed by GitHub
parent 3ee7d7bc35
commit a314a967c2

View File

@@ -44,6 +44,14 @@
- type: Construction
graph: Timer
node: signal
containers:
- board
- type: ContainerContainer
containers:
board: !type:Container
- type: ContainerFill
containers:
board: [ SignalTimerElectronics ]
- type: entity
id: ScreenTimer
@@ -67,6 +75,11 @@
- type: Construction
graph: Timer
node: screen
containers:
- board
- type: ContainerFill
containers:
board: [ ScreenTimerElectronics ]
- type: entity
id: BrigTimer
@@ -79,6 +92,11 @@
- type: Construction
graph: Timer
node: brig
containers:
- board
- type: ContainerFill
containers:
board: [ BrigTimerElectronics ]
# Construction Frame