mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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()
|
||||
Reference in New Issue
Block a user