From 0e4728b6d421fda060f32c5a046ea5c354510543 Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:00:17 -0800 Subject: [PATCH] Fix: SMES now has wirepanels visuals (#33808) SMES now has wirepanels visuals --- Resources/Prototypes/Entities/Structures/Power/smes.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Power/smes.yml b/Resources/Prototypes/Entities/Structures/Power/smes.yml index 2e4a70eedc..a9f647ec9e 100644 --- a/Resources/Prototypes/Entities/Structures/Power/smes.yml +++ b/Resources/Prototypes/Entities/Structures/Power/smes.yml @@ -28,6 +28,8 @@ - map: ["enum.SmesVisualLayers.Output"] state: "smes-op1" shader: unshaded + - map: [ "enum.WiresVisualLayers.MaintenancePanel" ] + state: smes-open - type: Smes - type: Appearance - type: Battery @@ -67,6 +69,7 @@ color: "#c9c042" castShadows: false - type: WiresPanel + - type: WiresVisuals - type: Machine board: SMESMachineCircuitboard - type: StationInfiniteBatteryTarget -- 2.51.2