smesbank 
The actual portable part of the portable SMES system. Pretty useless without an actual connector.
Vars | |
charge | The initial charge of this smes charge. |
---|---|
connected_port | The port this is connected to. |
Procs | |
connect_port | Attempt to connect the portable SMES to a given connector. Adapted from portable atmos connection code. |
disconnect_port | Disconnects the portable SMES from its assigned connector, if it has any. Also adapted from portable atmos connection code. |
Var Details
charge 
The initial charge of this smes charge.
connected_port 
The port this is connected to.
Proc Details
connect_port
Attempt to connect the portable SMES to a given connector. Adapted from portable atmos connection code.
Arguments
- obj/machinery/power/smes/connector/possible_connector - the connector we are trying to link with
disconnect_port
Disconnects the portable SMES from its assigned connector, if it has any. Also adapted from portable atmos connection code.