mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user