- Adds missing connect_to_network() and disconnect_from_network() into TEG wrenching code.
This commit is contained in:
Atlantis
2015-06-26 18:22:59 +02:00
parent 57807a766b
commit 90f08d3fa7
+4
View File
@@ -145,6 +145,10 @@
"You [anchored ? "secure" : "unsecure"] the bolts holding [src] to the floor.", \
"You hear a ratchet")
use_power = anchored
if(anchored) // Powernet connection stuff.
connect_to_network()
else
disconnect_from_network()
reconnect()
else
..()