mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
Blob Genesis (#7781)
* Allows the regeneration of blobs from the core chunks they leave behind on death. * Blobtalk. * Font
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user