From aa02d6e1f6d410b286fd42f5d1917d44db00380e Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:15:24 +0100 Subject: [PATCH] Fix tesla coil showing at power monitoring puter (#23306) --- .../Structures/Power/Generation/Tesla/coil.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Tesla/coil.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Tesla/coil.yml index 912fb6ce5a..0813f49731 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Tesla/coil.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Tesla/coil.yml @@ -49,6 +49,12 @@ input: !type:CableDeviceNode nodeGroupID: HVPower + - type: PowerMonitoringDevice + group: Generator + loadNode: input + collectionName: teslaCoil + sprite: Structures/Power/Generation/Tesla/coil.rsi + state: coil - type: Battery maxCharge: 1000000 startingCharge: 0 @@ -68,7 +74,7 @@ - type: Clickable - type: InteractionOutline #- type: GuideHelp # To Do - add Tesla Guide - + - type: entity id: TeslaGroundingRod name: grounding rod @@ -122,4 +128,4 @@ - type: Pullable - type: Clickable - type: InteractionOutline - #- type: GuideHelp # To Do - add Tesla Guide \ No newline at end of file + #- type: GuideHelp # To Do - add Tesla Guide -- 2.51.2