Merge resolution.

This commit is contained in:
Zuhayr
2015-06-28 06:13:24 +09:30
6 changed files with 11 additions and 80 deletions

View File

@@ -144,6 +144,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
..()