diff --git a/code/modules/atmospherics/machinery/pipes/manifold.dm b/code/modules/atmospherics/machinery/pipes/manifold.dm index 07f9b7a..95fe1bb 100644 --- a/code/modules/atmospherics/machinery/pipes/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/manifold.dm @@ -21,7 +21,8 @@ * in the mapping subsystem init before Initialize() is called in the atoms subsystem init. * This is true for the other manifolds (the 4 ways and the heat exchanges) too. */ - /obj/machinery/atmospherics/pipe/manifold/New() + +/obj/machinery/atmospherics/pipe/manifold/New() icon_state = "" center = mutable_appearance(icon, "manifold_center") return ..()