diff --git a/Resources/Prototypes/Entities/Structures/Power/apc.yml b/Resources/Prototypes/Entities/Structures/Power/apc.yml index 6fe749b7dd..018cf2a2f1 100644 --- a/Resources/Prototypes/Entities/Structures/Power/apc.yml +++ b/Resources/Prototypes/Entities/Structures/Power/apc.yml @@ -89,6 +89,8 @@ interfaces: enum.ApcUiKey.Key: type: ApcBoundUserInterface + enum.WiresUiKey.Key: + type: WiresBoundUserInterface - type: ActivatableUI inHandsOnly: false key: enum.ApcUiKey.Key @@ -102,6 +104,10 @@ supplyRampRate: 500 - type: WallMount - type: WiresPanel + - type: Wires + alwaysRandomize: true + boardName: wires-board-name-apc + layoutId: APC - type: WiresVisuals - type: Damageable damageContainer: StructuralInorganic diff --git a/Resources/Prototypes/Wires/layouts.yml b/Resources/Prototypes/Wires/layouts.yml index d94355361f..675dd16b1c 100644 --- a/Resources/Prototypes/Wires/layouts.yml +++ b/Resources/Prototypes/Wires/layouts.yml @@ -205,7 +205,7 @@ - !type:PowerWireAction - !type:AiInteractWireAction - !type:AccessWireAction - + - type: wireLayout id: WeaponEnergyTurret dummyWires: 4 @@ -215,7 +215,7 @@ pulseTimeout: 15 - !type:AiInteractWireAction - !type:AccessWireAction - + - type: wireLayout id: TurretControls dummyWires: 2 @@ -224,5 +224,11 @@ - !type:PowerWireAction pulseTimeout: 15 - !type:AiInteractWireAction - - !type:AccessWireAction - \ No newline at end of file + - !type:AccessWireAction + +- type: wireLayout + id: APC + dummyWires: 3 + wires: + - !type:AccessWireAction + - !type:AiInteractWireAction