mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Fixes #6572
This commit is contained in:
@@ -14,11 +14,10 @@
|
||||
var/mob/C
|
||||
if(candidates.len)
|
||||
C = pick(candidates)
|
||||
Blob = new /obj/effect/blob/core(T, 200)
|
||||
Blob = new /obj/effect/blob/core(T, 200, null, 2, 0, 1)
|
||||
Blob.create_overmind(C.client, 1)
|
||||
spawn(30)
|
||||
for(var/i = 1; i < rand(3, 6), i++)
|
||||
Blob.process()
|
||||
for(var/i = 1; i < rand(3, 6), i++)
|
||||
Blob.process()
|
||||
else
|
||||
return kill()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user