vatgrower
Used to make mobs from microbiological samples. Grow grow grow.
Vars | |
biological_sample | List of all microbiological samples in this soup. |
---|---|
reagent_volume | Soup container reagents |
resampler_active | If the vat will restart the sample upon completion |
Procs | |
deposit_sample | Creates a clone of the supplied sample and puts it in the vat |
examine | Adds text for when there is a sample in the vat |
on_reagent_change | Call update icon when reagents change to update the reagent content icons. Eats signal args. |
on_reagents_del | Handles properly detaching signal hooks. |
process | When we process, we make use of our reagents to try and feed the samples we have. |
update_overlays | Adds overlays to show the reagent contents |
Var Details
biological_sample
List of all microbiological samples in this soup.
reagent_volume
Soup container reagents
resampler_active
If the vat will restart the sample upon completion
Proc Details
deposit_sample
Creates a clone of the supplied sample and puts it in the vat
examine
Adds text for when there is a sample in the vat
on_reagent_change
Call update icon when reagents change to update the reagent content icons. Eats signal args.
on_reagents_del
Handles properly detaching signal hooks.
process
When we process, we make use of our reagents to try and feed the samples we have.
update_overlays
Adds overlays to show the reagent contents