Skip to content

Commit

Permalink
add wire panel and functions to apc
Browse files Browse the repository at this point in the history
  • Loading branch information
VerinSenpai committed Dec 31, 2024
1 parent 59b86d4 commit 42448e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Structures/Power/apc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
interfaces:
enum.ApcUiKey.Key:
type: ApcBoundUserInterface
enum.WiresUiKey.Key:
type: WiresBoundUserInterface
- type: Wires
boardName: wires-board-name-apc
layoutId: APC
- type: ActivatableUI
inHandsOnly: false
key: enum.ApcUiKey.Key
Expand Down
9 changes: 8 additions & 1 deletion Resources/Prototypes/Wires/layouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,11 @@
wires:
- !type:PowerWireAction
- !type:AiInteractWireAction
- !type:AccessWireAction
- !type:AccessWireAction

- type: wireLayout
id: APC
wires:
- !type:PowerWireAction
- !type:AiInteractWireAction
- !type:AccessWireAction

0 comments on commit 42448e6

Please sign in to comment.