From 7b55a11b71c8b9fac9fc6a3d32fe38b1b2a5d969 Mon Sep 17 00:00:00 2001 From: Aura Dusklight <46622484+NovaDusklight@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:20:17 +0200 Subject: [PATCH] Fix powernet circuit not pushing the calculated data through wiring. (#19403) --- code/modules/integrated_electronics/passive/power.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/integrated_electronics/passive/power.dm b/code/modules/integrated_electronics/passive/power.dm index c59a6bf19dd..901c2c3fc5d 100644 --- a/code/modules/integrated_electronics/passive/power.dm +++ b/code/modules/integrated_electronics/passive/power.dm @@ -220,6 +220,7 @@ set_pin_data(IC_OUTPUT, 1, IO.avail()) set_pin_data(IC_OUTPUT, 2, IO.surplus()) set_pin_data(IC_OUTPUT, 3, IO.viewload()) + push_data() // Internal power machine for interacting with the powernet. // It needs a bit of special code since base /machinery/power assumes loc will be a tile.