More runtime errors squashed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@231 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-30 18:30:49 +00:00
parent cf07db9502
commit 81b0fdea10
21 changed files with 148 additions and 122 deletions
+4 -2
View File
@@ -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