diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index 24674e2e10b..077fb430ea2 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -126,9 +126,8 @@ /obj/machinery/atmospherics/components/unary/thermomachine/update_overlays() . = ..() - var/mutable_appearance/thermo_overlay = new(icon) - var/image/pipe = get_pipe_image(thermo_overlay, "pipe", dir, pipe_color, piping_layer) - pipe.appearance_flags |= RESET_COLOR|KEEP_APART + var/image/pipe = get_pipe_image('icons/obj/machines/atmospherics/thermomachine.dmi', "pipe", dir, pipe_color, piping_layer) + pipe.appearance_flags |= RESET_COLOR | KEEP_APART . += pipe /obj/machinery/atmospherics/components/unary/thermomachine/examine(mob/user)