Mini Blob and changelog fix.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2208 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-09-16 07:32:36 +00:00
parent c471fde2f9
commit bc1af5e099
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -97,8 +97,9 @@
if(!prob(health)) return//Does not do much unless its healthy it seems, might want to change this later
var/list/dirs = new/list(cardinal)
var/list/dirs = list(1,2,4,8)
for(var/i = 1 to 4)
var/dirn = pick(dirs)
dirs.Remove(dirn)
var/turf/T = get_step(src, dirn)
@@ -258,3 +259,14 @@
B.Life()
..()
/obj/blob/node/New()
..()
spawn()
src.blobdebug = 1
src.Life()
/obj/blob/factory/New()
..()
spawn()
src.blobdebug = 2
src.Life()