This commit is contained in:
Kyep
2017-02-23 23:39:08 -08:00
parent 2a028974ac
commit 88cf2db34b
2 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -14,8 +14,7 @@
var/mob/C
if(candidates.len)
C = pick(candidates)
Blob = new /obj/effect/blob/core(T, 200, null, 2, 0, 1)
Blob.create_overmind(C.client, 1)
Blob = new /obj/effect/blob/core(T, 200, C.client, 2, 0)
for(var/i = 1; i < rand(3, 6), i++)
Blob.process()
else