mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user