diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm index 9d9f4ceee2c..6d4b824fb14 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm @@ -17,7 +17,7 @@ var/mutable_appearance/center -/obj/machinery/atmospherics/pipe/manifold/New() +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/New() icon_state = "" center = mutable_appearance(icon, "manifold_center") return ..() diff --git a/icons/obj/atmospherics/pipes/he-manifold.dmi b/icons/obj/atmospherics/pipes/he-manifold.dmi index fa1d163562a..bf062ae5b91 100644 Binary files a/icons/obj/atmospherics/pipes/he-manifold.dmi and b/icons/obj/atmospherics/pipes/he-manifold.dmi differ