Pump construction fix

This commit is contained in:
Markolie
2015-01-30 16:49:50 +01:00
parent 5c18855967
commit 895063b095
+1 -1
View File
@@ -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)