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()
+1 -1
View File
@@ -72,7 +72,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
<li><b>Mport, SECOND REMOVER OF SUNS updated:</b>
<ul>
<li>Singularity absorbtion explosion range lowered and is now dependent on singularity size.</li>
<li>Bag of Holding no longer instakills singularity, and the chance for bombs to destroy a singularity has been lowered from 25% to 10%.</li>
<li>Bag of Holding no longer instakills singularity, and the chance for bombs to destroy a singularity has been changed from 10% to 25%.</li>
<li>Removed THE SUN.</li>
<li>Damage and stun duration from shocked doors has been lowered to account for a larger amount of energy in the powernet.</li>
</ul>