Blob Genesis (#7781)

* Allows the regeneration of blobs from the core chunks they leave behind on death.

* Blobtalk.

* Font
This commit is contained in:
Mechoid
2021-01-09 22:38:18 -08:00
committed by GitHub
parent c37a43bb28
commit 89adcb02be
21 changed files with 242 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)