From 7f954d6be15692df5e0c6acaa369ddc55e48e529 Mon Sep 17 00:00:00 2001 From: Kerbin-Fiber Date: Tue, 18 Dec 2018 14:11:19 -0600 Subject: [PATCH] Fixes rogue code. --- code/modules/atmospherics/machinery/pipes/manifold.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ..()