]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix timer deconstruction (#29917)
authorthemias <89101928+themias@users.noreply.github.com>
Fri, 12 Jul 2024 11:38:58 +0000 (07:38 -0400)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2024 11:38:58 +0000 (21:38 +1000)
Fix deconstruction for timers

Resources/Prototypes/Entities/Structures/Wallmounts/timer.yml

index dd7eb5bea82a7183104bf01c38c6f206432ccbaf..271a9a65cdc042de44359b9e95943dfbc1940eb8 100644 (file)
   - type: Construction
     graph: Timer
     node: signal
+    containers:
+    - board
+  - type: ContainerContainer
+    containers:
+      board: !type:Container
+  - type: ContainerFill
+    containers:
+      board: [ SignalTimerElectronics ]
 
 - type: entity
   id: ScreenTimer
   - type: Construction
     graph: Timer
     node: screen
+    containers:
+    - board
+  - type: ContainerFill
+    containers:
+      board: [ ScreenTimerElectronics ]
 
 - type: entity
   id: BrigTimer
   - type: Construction
     graph: Timer
     node: brig
+    containers:
+    - board
+  - type: ContainerFill
+    containers:
+      board: [ BrigTimerElectronics ]
 
 # Construction Frame