growing_vat
Used to make mobs from microbiological samples. Grow grow grow.
Vars | |
biological_sample | List of all microbiological samples in this soup. |
---|---|
resampler_active | If the vat will restart the sample upon completion |
Procs | |
Initialize | Add that sexy demnand component |
attacked_by | Handles the petri dish depositing into the vat. |
deposit_sample | Creates a clone of the supplied sample and puts it in the vat |
examine_more | 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.
resampler_active
If the vat will restart the sample upon completion
Proc Details
Initialize
Add that sexy demnand component
attacked_by
Handles the petri dish depositing into the vat.
deposit_sample
Creates a clone of the supplied sample and puts it in the vat
examine_more
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