From 8004fdc3e20fbedff09c0a499163c39d8ef54ae8 Mon Sep 17 00:00:00 2001 From: Dip Date: Sun, 18 Oct 2020 00:54:21 -0300 Subject: [PATCH] pipefix --- .../atmospherics/machinery/pipes/heat_exchange/manifold.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm index 1fccaabd..ce4aba6a 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm @@ -16,7 +16,7 @@ var/mutable_appearance/center -/obj/machinery/atmospherics/pipe/manifold/Initialize() +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/Initialize() icon_state = "" center = mutable_appearance(icon, "manifold_center") return ..()