More blob work.

You no longer have to be naked to be put into cryo or the cloning machine.  This should make genetics slightly less messy.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2242 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-09-21 07:21:17 +00:00
parent bf808e3d0c
commit 676a64bacb
10 changed files with 302 additions and 50 deletions

View File

@@ -54,12 +54,10 @@
/datum/game_mode/blob/proc/life()
if (blobs.len > 0)
if(active_blobs.len)
for(var/i = 1 to 10)
sleep(-1)
if (blobs.len == 0)
break
if(!active_blobs.len) break
var/obj/blob/B = pick(active_blobs)
if(B.z != 1)
continue