experimental_cloner 
Machine which experimentally clones people you scanned with the experimental cloner scanner
Vars | |
| awaiting_ghost | Are we waiting for candidates? |
|---|---|
| cloning_time | How long it takes to bake a new man |
| evil_chance | How likely are we to produce evil clones? |
| loaded_record | Data for mob we're about to produce |
| running | Are we cooking? |
| running_timer | Time until we're done cooking |
| sound_loop | Sound to play while cooking |
Procs | |
| create_result_mob | Return a mob for our tube to produce |
| fail_growing | This one didn't make it |
| finish_cloning | Produce a man and poll for ghosts |
| get_cloning_mistake | Return either nothing or something weird to happen to our clone |
| on_clone_failed | Somehow our clone exited the cloner or was deleted before we were ready or we just didn't find any ghosts |
| on_finished | Stuff to do when we stop processing |
| start_cloning | Start growing a guy |
Var Details
awaiting_ghost 
Are we waiting for candidates?
cloning_time 
How long it takes to bake a new man
evil_chance 
How likely are we to produce evil clones?
loaded_record 
Data for mob we're about to produce
running 
Are we cooking?
running_timer 
Time until we're done cooking
sound_loop 
Sound to play while cooking
Proc Details
create_result_mob
Return a mob for our tube to produce
fail_growing
This one didn't make it
finish_cloning
Produce a man and poll for ghosts
get_cloning_mistake
Return either nothing or something weird to happen to our clone
on_clone_failed
Somehow our clone exited the cloner or was deleted before we were ready or we just didn't find any ghosts
on_finished
Stuff to do when we stop processing
start_cloning
Start growing a guy