mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Pump construction fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user