Cloning pod altered to hold 3 clones worth of biomass at roundstart.

This commit is contained in:
Nanai
2013-10-20 17:38:26 -04:00
parent 461794c662
commit 137cbba8e4

View File

@@ -20,7 +20,7 @@
var/mess = 0 //Need to clean out it if it's full of exploded clone.
var/attempting = 0 //One clone attempt at a time thanks
var/eject_wait = 0 //Don't eject them as soon as they are created fuckkk
var/biomass = 450 //At the time of writing, used to make 3 clones.
var/biomass = CLONE_BIOMASS * 3
//The return of data disks?? Just for transferring between genetics machine/cloning machine.
//TO-DO: Make the genetics machine accept them.