From a5d76aeaf3905ed3d8fbe955c2c12f62137b56cd Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 5 Dec 2021 12:39:21 +1000 Subject: [PATCH] Makes buildable smes refresh coils on construction --- code/modules/power/smes_construction.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/power/smes_construction.dm b/code/modules/power/smes_construction.dm index dae8941e8c1..b346e59d946 100644 --- a/code/modules/power/smes_construction.dm +++ b/code/modules/power/smes_construction.dm @@ -139,6 +139,9 @@ if(panel_open) wires.Interact(usr) +/obj/machinery/power/smes/buildable/RefreshParts() + recalc_coils() + // Proc: recalc_coils() // Parameters: None // Description: Updates properties (IO, capacity, etc.) of this SMES by checking internal components.