diff --git a/code/game/machinery/pipe/pipe_dispenser.dm b/code/game/machinery/pipe/pipe_dispenser.dm index ca35f6be8ad..8b8ca393fe2 100644 --- a/code/game/machinery/pipe/pipe_dispenser.dm +++ b/code/game/machinery/pipe/pipe_dispenser.dm @@ -1,7 +1,7 @@ /obj/machinery/pipedispenser name = "Pipe Dispenser" icon = 'stationobjs.dmi' - icon_state = "legacyautolathe" + icon_state = "pipe_d" density = 1 anchored = 1 var/unwrenched = 0 @@ -97,7 +97,7 @@ /obj/machinery/pipedispenser/disposal name = "Disposal Pipe Dispenser" icon = 'stationobjs.dmi' - icon_state = "legacyautolathe" + icon_state = "pipe_d" density = 1 anchored = 1.0 diff --git a/icons/obj/stationobjs.dmi b/icons/obj/stationobjs.dmi index feec779f2f8..305d3a85e08 100644 Binary files a/icons/obj/stationobjs.dmi and b/icons/obj/stationobjs.dmi differ