From d5c09f11bc3478e46bb7e2ab5b198233e020b474 Mon Sep 17 00:00:00 2001 From: r4d6 Date: Sat, 25 Jan 2020 17:23:00 -0500 Subject: [PATCH] Fix --- .../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 e8704b4c40..e0cf903465 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm @@ -1,6 +1,6 @@ //3-Way Manifold /obj/machinery/atmospherics/pipe/heat_exchanging/manifold - icon_state = "manifold" + icon_state = "manifold-2" name = "pipe manifold" desc = "A manifold composed of regular pipes."