mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
More runtime errors squashed.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@231 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -48,9 +48,11 @@ obj/machinery/atmospherics/valve
|
||||
|
||||
if(open)
|
||||
if(reference == node1)
|
||||
return node2.network_expand(new_network, src)
|
||||
if(node2)
|
||||
return node2.network_expand(new_network, src)
|
||||
else if(reference == node2)
|
||||
return node1.network_expand(new_network, src)
|
||||
if(node1)
|
||||
return node1.network_expand(new_network, src)
|
||||
|
||||
return null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user