- Fixes issue 804. valve networks were not properly built during initialization, which resulted in both nodes beings et properly, but only one network to be set for both nodes, despite each of them having their own network. A call to build_network() fixed the issue.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4469 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-17 08:38:40 +00:00
parent 097aae989c
commit 6b1a3e46a0

View File

@@ -173,6 +173,8 @@ obj/machinery/atmospherics/valve
if(openDuringInit)
open()
openDuringInit = 0
build_network()
/*
var/connect_directions
switch(dir)