mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 14:45:40 +01:00
Fixes #9929
- Adds missing connect_to_network() and disconnect_from_network() into TEG wrenching code.
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user