pass 3 and cleanup

This commit is contained in:
Fox-McCloud
2015-07-07 01:32:40 -04:00
parent a9f3eab669
commit 561e0c2268
4 changed files with 8 additions and 73 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ obj/machinery/atmospherics/mains_pipe
layer = 2.4 //under wires with their 2.5
force = 20
var/volume = 0
var/alert_pressure = 80*ONE_ATMOSPHERE
@@ -99,9 +99,9 @@ obj/machinery/atmospherics/mains_pipe
for(var/obj/machinery/atmospherics/pipe/mains_component/node in nodes)
node.disconnect()
Del()
Destroy()
disconnect()
..()
return ..()
initialize()
for(var/i = 1 to nodes.len)