fixes another runtime (I think)

This commit is contained in:
duncathan
2015-09-06 12:38:43 -06:00
parent fdf8fde258
commit 4595563ab9
+2 -2
View File
@@ -208,8 +208,8 @@ var/pipenetwarnings = 10
GL += P.other_airs
for(var/obj/machinery/atmospherics/components/binary/valve/V in P.other_atmosmch)
if(V.open)
PL |= V.parents["p1"]
PL |= V.parents["p2"]
PL |= V.PARENT1
PL |= V.PARENT2
for(var/obj/machinery/atmospherics/components/unary/portables_connector/C in P.other_atmosmch)
if(C.connected_device)
GL += C.portableConnectorReturnAir()