byond - Modules - TypesVar Details - Proc Details

vats

Vars

beakerThe beaker that holds the "biomass"
biomass_requiredAmount of biomass required to start growing and the amount of reagents that gets removed on successful grow
grow_timerThe amount of times it takes for the clone to pop out
linked_consoleThe control terminal
occupantThe mob inside the clone vat
timeridID of the timer that determines when a clone finishes growing

Procs

eject_userPop the grown human out
finish_growing_humanSpawn the human, add them to the SSD mob list, delete the timer
grow_humanEat 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