From 0f1b58cb8bd7aca5626bee362d5a91778c653bff Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:53:24 -0400 Subject: [PATCH] wow really (#21335) --- .../machinery/components/unary_devices/thermomachine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index a23e3c553bc..898d1b221ec 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -26,8 +26,8 @@ var/base_heating = 140 var/base_cooling = 170 -/obj/machinery/atmospherics/unary/thermomachine/New() - ..() +/obj/machinery/atmospherics/unary/thermomachine/Initialize(mapload) + . = ..() initialize_directions = dir component_parts = list() component_parts += new /obj/item/circuitboard/thermomachine(null)