vats

Vars | |
beaker | The beaker that holds the "biomass" |
---|---|
biomass_required | Amount of biomass required to start growing and the amount of reagents that gets removed on successful grow |
grow_timer | The amount of times it takes for the clone to pop out |
linked_console | The control terminal |
occupant | The mob inside the clone vat |
timerid | ID of the timer that determines when a clone finishes growing |
Procs | |
eject_user | Pop the grown human out |
finish_growing_human | Spawn the human, add them to the SSD mob list, delete the timer |
grow_human | Eat up the biomass, start the grow timer |
Var Details
beaker

The beaker that holds the "biomass"
biomass_required

Amount of biomass required to start growing and the amount of reagents that gets removed on successful grow
grow_timer

The amount of times it takes for the clone to pop out
linked_console

The control terminal
occupant

The mob inside the clone vat
timerid

ID of the timer that determines when a clone finishes growing
Proc Details
eject_user
Pop the grown human out
finish_growing_human
Spawn the human, add them to the SSD mob list, delete the timer
grow_human
Eat up the biomass, start the grow timer