Add interlocking airlocks (#14177)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
signal-port-name-toggle = Autoclose
|
||||
signal-port-description-toggle = Toggles whether the device should automatically close.
|
||||
signal-port-name-autoclose = Autoclose
|
||||
signal-port-description-autoclose = Toggles whether the device should automatically close.
|
||||
|
||||
signal-port-name-toggle = Toggle
|
||||
signal-port-description-toggle = Toggles the state of a device.
|
||||
@@ -22,6 +22,9 @@ signal-port-description-open = Opens a device.
|
||||
signal-port-name-close = Close
|
||||
signal-port-description-close = Closes a device.
|
||||
|
||||
signal-port-name-doorbolt = Door bolt
|
||||
signal-port-description-doorbolt = Toggles door bolt.
|
||||
|
||||
signal-port-name-trigger = Trigger
|
||||
signal-port-description-trigger = Triggers some mechanism on the device.
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@ signal-port-description-left = This port is invoked whenever the lever is moved
|
||||
signal-port-name-right = Right
|
||||
signal-port-description-right = This port is invoked whenever the lever is moved to the rightmost position.
|
||||
|
||||
signal-port-name-doorstatus = Door status
|
||||
signal-port-description-doorstatus = This port is invoked whenever the door's status changes.
|
||||
|
||||
signal-port-name-middle = Middle
|
||||
signal-port-description-middle = This port is invoked whenever the lever is moved to the neutral position.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user