Fix 4-way H/E manifold icon (#41809)

The icon state "manifold4w" doesn't exist for 4-way H/E manifolds, which is why
their icon doesn't show up in Dream Maker. This PR fixes that.
This commit is contained in:
81Denton
2018-12-06 00:00:24 -08:00
committed by Tad Hardesty
parent 0c602e6bfd
commit d5773eea2d
@@ -2,7 +2,7 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w
icon = 'icons/obj/atmospherics/pipes/he-manifold.dmi'
icon_state = "manifold4w"
icon_state = "manifold4w-2"
name = "4-way pipe manifold"
desc = "A manifold composed of heat-exchanging pipes."