mopper 
Gizmo mode that regenerates, cycles and expells reagents in different functions
Vars | |
| active_reagent | Reagent that is being generated right now |
|---|---|
| max_volume | Max volume of the reagent holder we hand out |
| random_reagents_to_add | How many reagents we grab from get_random_reagent_id |
| reagent_flags | Flags to pass to the reagent holder |
| reagent_holder | Reference to the reagent holder. Preferably access it from the holder instead, but some procs dont like that (process()) |
| reagents | Reagents that can be selected |
| regeneration_speed | Amount of reagents we regenerate per second |
Var Details
active_reagent 
Reagent that is being generated right now
max_volume 
Max volume of the reagent holder we hand out
random_reagents_to_add 
How many reagents we grab from get_random_reagent_id
reagent_flags 
Flags to pass to the reagent holder
reagent_holder 
Reference to the reagent holder. Preferably access it from the holder instead, but some procs dont like that (process())
reagents 
Reagents that can be selected
regeneration_speed 
Amount of reagents we regenerate per second