Add interlocking airlocks (#14177)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
- Close
|
||||
- Toggle
|
||||
- AutoClose
|
||||
- DoorBolt
|
||||
- type: DeviceLinkSource
|
||||
ports:
|
||||
- DoorStatus
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.WiresUiKey.Key
|
||||
|
||||
26
Resources/Prototypes/Entities/Structures/gates.yml
Normal file
26
Resources/Prototypes/Entities/Structures/gates.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
- type: entity
|
||||
id: OrGate
|
||||
name: MS7432
|
||||
description: Dual 2-Input OR Gate
|
||||
parent: BaseItem
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
snap:
|
||||
- Wallmount
|
||||
components:
|
||||
- type: Anchorable
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/gates.rsi
|
||||
state: or
|
||||
- type: Rotatable
|
||||
- type: OrGate
|
||||
- type: SignalReceiver
|
||||
inputs:
|
||||
A1: []
|
||||
B1: []
|
||||
A2: []
|
||||
B2: []
|
||||
- type: SignalTransmitter
|
||||
outputs:
|
||||
O1: []
|
||||
O2: []
|
||||
Reference in New Issue
Block a user