mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes pipe bug.
Issue https://github.com/tgstation/-tg-station/issues/1669 and its duplicate https://github.com/tgstation/-tg-station/issues/1099
This commit is contained in:
@@ -60,14 +60,7 @@ obj/machinery/atmospherics/binary
|
||||
..()
|
||||
|
||||
initialize()
|
||||
if(node1)
|
||||
node1.disconnect(src)
|
||||
del(network1)
|
||||
node1 = null
|
||||
if(node2)
|
||||
node2.disconnect(src)
|
||||
del(network2)
|
||||
node2 = null
|
||||
src.disconnect(src)
|
||||
|
||||
var/node2_connect = dir
|
||||
var/node1_connect = turn(dir, 180)
|
||||
|
||||
Reference in New Issue
Block a user