Fix firelock construction (#11769)

This commit is contained in:
Leon Friedrich
2022-10-10 15:36:27 +13:00
committed by GitHub
parent c3a74ed6ee
commit 434b1686af
2 changed files with 6 additions and 3 deletions

View File

@@ -8,3 +8,7 @@
sprite: Objects/Misc/module.rsi sprite: Objects/Misc/module.rsi
state: mainboard state: mainboard
netsync: false netsync: false
- type: Tag
tags:
- DroneUsable
- FirelockElectronics

View File

@@ -51,6 +51,7 @@
anchored: true anchored: true
steps: steps:
- tag: FirelockElectronics - tag: FirelockElectronics
store: board
name: Firelock Electronics name: Firelock Electronics
icon: icon:
sprite: "Objects/Misc/module.rsi" sprite: "Objects/Misc/module.rsi"
@@ -82,9 +83,7 @@
doAfter: 0.25 doAfter: 0.25
- to: frame2 - to: frame2
completed: completed:
- !type:SpawnPrototype - !type:EmptyAllContainers {}
prototype: FirelockElectronics
amount: 1
conditions: conditions:
- !type:EntityAnchored - !type:EntityAnchored
anchored: true anchored: true