[MIRROR] Blob Genesis

This commit is contained in:
Chompstation Bot
2021-01-13 00:22:31 +00:00
parent dbfd7eca4f
commit 6ddd2efb7b
21 changed files with 248 additions and 27 deletions

View File

@@ -19,4 +19,13 @@
if(overmind)
name = "[overmind.blob_type.name]"
else
name = "inert [base_name]"
name = "inert [base_name]"
/obj/structure/blob/normal/pulsed()
..()
if(prob(30))
adjust_scale((rand(10, 13) / 10), (rand(10, 13) / 10))
else
adjust_scale(1)