diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm index d52a08a9960..0a29da013ab 100644 --- a/code/game/machinery/pipe/construction.dm +++ b/code/game/machinery/pipe/construction.dm @@ -709,7 +709,7 @@ Buildable meters V.node2.build_network() if(PIPE_PUMP) //gas pump - var/obj/machinery/atmospherics/binary/volume_pump/P = new(src.loc) + var/obj/machinery/atmospherics/binary/pump/P = new(src.loc) P.dir = dir P.initialize_directions = pipe_dir if (pipename)