Another mapupdate, de-nerfed blob, readded the missing Tajaran speak.

This commit is contained in:
SkyMarshal
2012-03-03 21:08:49 -07:00
parent 0a31e76f0f
commit 4d7cfb5e34
4 changed files with 6065 additions and 6051 deletions
+12 -13
View File
@@ -1,18 +1,17 @@
/proc/mini_blob_event()
if(prob(33)) //33% chance of making a blob.
var/turf/T = pick(blobstart)
var/obj/effect/blob/bl = new /obj/effect/blob( T.loc, 30 )
spawn(0)
bl.Life()
bl.Life()
bl.Life()
bl.Life()
bl.blobdebug = 1
bl.Life()
blobevent = 1
spawn(0)
dotheblobbaby()
var/turf/T = pick(blobstart)
var/obj/effect/blob/bl = new /obj/effect/blob( T.loc, 30 )
spawn(0)
bl.Life()
bl.Life()
bl.Life()
bl.Life()
bl.blobdebug = 1
bl.Life()
blobevent = 1
spawn(0)
dotheblobbaby()
spawn(15000)
blobevent = 0
spawn(rand(30, 60)) //Delayed announcements to keep the crew on their toes.