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

@@ -35,7 +35,7 @@
var/mob/living/simple_mob/blob/spore/S = null
if(overmind)
S = new overmind.blob_type.spore_type(src.loc, src)
S.faction = "blob"
S.faction = overmind.blob_type.faction
if(istype(S))
S.overmind = overmind
overmind.blob_mobs.Add(S)