From c57dedd8087b79a5b2f310e42c59210d335c5d0e Mon Sep 17 00:00:00 2001 From: r4d6 Date: Wed, 29 Jan 2020 12:30:05 -0500 Subject: [PATCH] fix --- .../atmospherics/machinery/pipes/heat_exchange/manifold.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm index e0cf903465..1fccaabd6f 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm @@ -1,5 +1,6 @@ //3-Way Manifold /obj/machinery/atmospherics/pipe/heat_exchanging/manifold + icon = 'icons/obj/atmospherics/pipes/he-manifold.dmi' icon_state = "manifold-2" name = "pipe manifold"