From bc1af5e0997930d066f8a557068002e2d4d5a3f6 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Fri, 16 Sep 2011 07:32:36 +0000 Subject: [PATCH] Mini Blob and changelog fix. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2208 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/blob/theblob.dm | 14 +++++++++++++- icons/changelog.html | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/blob/theblob.dm b/code/game/gamemodes/blob/theblob.dm index e154040fd07..f2808754f59 100644 --- a/code/game/gamemodes/blob/theblob.dm +++ b/code/game/gamemodes/blob/theblob.dm @@ -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() \ No newline at end of file diff --git a/icons/changelog.html b/icons/changelog.html index 8382947a6ef..731175a51a4 100644 --- a/icons/changelog.html +++ b/icons/changelog.html @@ -72,7 +72,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
  • Mport, SECOND REMOVER OF SUNS updated: