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)