From 0d5a15b8377a03bf74a105448ebed3aa29eccbf3 Mon Sep 17 00:00:00 2001 From: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:15:38 +0300 Subject: [PATCH] Runtimes begone! (#26629) --- .../machinery/components/unary_devices/thermomachine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index 731d9c8ccba..482fad1a0d9 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -147,7 +147,7 @@ if(target.initialize_directions & get_dir(target,src)) node = target break - build_network() + initialize_atmos_network() update_icon() /obj/machinery/atmospherics/unary/thermomachine/attack_ai(mob/user)