Multi-deck power adapter

Vars | |
| above | The relay that's below us (for bridging powernets) |
|---|---|
| anchored | The relay that's above us (for bridging powernets) |
Procs | |
| break_connections | Lose connections and reset the merged powernet so it makes 2 new seperated ones |
| connect_to_network | Every time the network is propogated, check the connections and make sure they're merged again |
| find_relays | Locates relays that are above and below this object |
| merge | Merges the two powernets connected to the deck relays |
| multitool_act | Allows you to scan the relay with a multitool to see stats/reconnect relays |
| refresh | Handles re-acquiring + merging powernets found by find_relays() |
Var Details
above

The relay that's below us (for bridging powernets)
anchored

The relay that's above us (for bridging powernets)
Proc Details
break_connections
Lose connections and reset the merged powernet so it makes 2 new seperated ones
connect_to_network
Every time the network is propogated, check the connections and make sure they're merged again
find_relays
Locates relays that are above and below this object
merge
Merges the two powernets connected to the deck relays
multitool_act
Allows you to scan the relay with a multitool to see stats/reconnect relays
refresh
Handles re-acquiring + merging powernets found by find_relays()