syringe_gun
Vars | |
known_reagents | List of all scanned reagents, starts with epinephrine and multiver |
---|---|
max_syringes | Maximu amount of syringes we can hold |
max_volume | Maximum volume of reagents we can hold |
mode | Chooses what kind of action we should perform when clicking |
processed_reagents | List of reagents we want to be creating this processing tick |
synth_speed | Reagent amount in units we produce per two seconds |
syringes | Lazylist of syringes that we've picked up |
Procs | |
on_reagent_change | Updates the equipment info list when the reagents change. Eats signal args. |
on_reagents_del | Handles detaching signal hooks incase someone is crazy enough to make this edible. |
Var Details
known_reagents
List of all scanned reagents, starts with epinephrine and multiver
max_syringes
Maximu amount of syringes we can hold
max_volume
Maximum volume of reagents we can hold
mode
Chooses what kind of action we should perform when clicking
processed_reagents
List of reagents we want to be creating this processing tick
synth_speed
Reagent amount in units we produce per two seconds
syringes
Lazylist of syringes that we've picked up
Proc Details
on_reagent_change
Updates the equipment info list when the reagents change. Eats signal args.
on_reagents_del
Handles detaching signal hooks incase someone is crazy enough to make this edible.