Dock device link port (#27646)
* Add dock device link port * SpawnAndDeleteAllEntitiesInTheSameSpot moment * The fuck is TryStopNukeOpsFromConstantlyFailing?? Do we have a new test that can randomly fail?
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
description: signal-port-description-doorstatus
|
||||
defaultLinks: [ DoorBolt ]
|
||||
|
||||
- type: sourcePort
|
||||
id: DockStatus
|
||||
name: signal-port-name-dockstatus
|
||||
description: signal-port-description-dockstatus
|
||||
|
||||
- type: sourcePort
|
||||
id: OrderSender
|
||||
name: signal-port-name-order-sender
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
description: Necessary for connecting two space craft together.
|
||||
components:
|
||||
- type: Docking
|
||||
- type: DockingSignalControl
|
||||
- type: DeviceLinkSource
|
||||
ports:
|
||||
- DoorStatus
|
||||
- DockStatus
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
@@ -75,7 +80,6 @@
|
||||
suffix: Glass, Docking
|
||||
description: Necessary for connecting two space craft together.
|
||||
components:
|
||||
- type: Docking
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi
|
||||
snapCardinals: false
|
||||
@@ -127,7 +131,6 @@
|
||||
suffix: Glass, Docking
|
||||
description: Necessary for connecting two space craft together.
|
||||
components:
|
||||
- type: Docking
|
||||
- type: Sprite
|
||||
sprite: Structures/Doors/Airlocks/Glass/shuttle_syndicate.rsi
|
||||
snapCardinals: false
|
||||
|
||||
Reference in New Issue
Block a user