mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Blob Genesis
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