Fix new vents not getting added to air alarms.

This commit is contained in:
D3athrow
2015-03-08 23:55:48 -05:00
parent 883a16c23a
commit 12a9afe022

View File

@@ -23,6 +23,7 @@
var/turf/T = loc
level = T.intact ? 2 : 1
initialize()
broadcast_status()
build_network()
if (node)
node.initialize()