From 3fc99b8a836e0919385d6d6174ea5ebfba744653 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sat, 25 Jan 2020 14:31:11 -0800 Subject: [PATCH] Merge pull request #10718 from r4d6/HE-Fix Fix HE Manifold's sprites --- .../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 e8704b4c4..e0cf90346 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."