mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
pass 3 and cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user