[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

@@ -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)