pass 2+fix

This commit is contained in:
Fox-McCloud
2015-07-07 00:58:34 -04:00
parent 88dfaa51a4
commit a9f3eab669
8 changed files with 17 additions and 17 deletions
@@ -72,7 +72,7 @@
node = null
.return .()
return ..()
/obj/machinery/atmospherics/portables_connector/initialize()
if(node) return
@@ -2,7 +2,7 @@ obj/machinery/atmospherics/trinary
dir = SOUTH
initialize_directions = SOUTH|NORTH|WEST
use_power = 1
var/on = 0
var/datum/gas_mixture/air1
@@ -54,7 +54,7 @@ obj/machinery/atmospherics/trinary
return null
Del()
Destroy()
loc = null
if(node1)
@@ -71,7 +71,7 @@ obj/machinery/atmospherics/trinary
node2 = null
node3 = null
..()
return ..()
initialize()
if(node1 && node2 && node3) return
@@ -163,7 +163,7 @@ obj/machinery/atmospherics/trinary
else if(reference==node3)
del(network3)
node3 = null
update_underlays()
return null
+2 -2
View File
@@ -10,7 +10,7 @@ datum/pipeline
var/alert_pressure = 0
Del()
Destroy()
if(network)
del(network)
@@ -18,7 +18,7 @@ datum/pipeline
temporarily_store_air()
del(air)
..()
return ..()
proc/process()//This use to be called called from the pipe networks