* Add a maintenance panel to bar signs
* Update Resources/Locale/en-US/wires/wire-names.ftl
* AI interactions
---------
Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co>
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
wires-board-name-spaceheater = Space Heater
wires-board-name-jukebox = Jukebox
wires-board-name-computer = Computer
+wires-board-name-barsign = Bar Sign
# names that get displayed in the wire hacking hud & admin logs.
interfaces:
enum.BarSignUiKey.Key:
type: BarSignBoundUserInterface
+ enum.WiresUiKey.Key:
+ type: WiresBoundUserInterface
- type: Appearance
- type: Destructible
thresholds:
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
+ - type: StationAiWhitelist
+ - type: WiresPanel
+ - type: Wires
+ boardName: wires-board-name-barsign
+ layoutId: BarSign
- type: entity
parent: BaseBarSign
wires:
- !type:PowerWireAction
- !type:AiInteractWireAction
+
+- type: wireLayout
+ id: BarSign
+ dummyWires: 2
+ wires:
+ - !type:PowerWireAction
+ - !type:AiInteractWireAction
+ - !type:AccessWireAction