tank transfer valve  
| Vars | |
| allow_wearable | if true, allows adding cable to wear on back. TODO: refactor this out | 
|---|---|
| p_class | HEH | 
| Procs | |
| New | H E H | 
| admin_command_vacuum_tanks | vacuum out all attached tanks - for admin purposes, to defuse someone's 'self-defense TTV' | 
| attach_tank | Attach the tank (or butt) the mob is currently holding to the transfer valve. | 
| remove_tank | Remove a tank (or butt) from the transfer valve. | 
Var Details
allow_wearable 
if true, allows adding cable to wear on back. TODO: refactor this out
p_class 
HEH
Proc Details
New
H E H
admin_command_vacuum_tanks
vacuum out all attached tanks - for admin purposes, to defuse someone's 'self-defense TTV'
attach_tank
Attach the tank (or butt) the mob is currently holding to the transfer valve.
- 
@param mob/userThe mob holding the tank to attach.
- 
@param tank_preferenceThe tank slot to attach the tank to. If null, the tank will be attached to the first available slot.
remove_tank
Remove a tank (or butt) from the transfer valve.
- @param tank_or_buttThe tank or butt to remove.