mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-23 16:51:53 +00:00
the-strength-of-this-world-fades
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
var/max_spores = 3
|
||||
var/spore_delay = 0
|
||||
|
||||
/obj/structure/blob/factory/update_icon()
|
||||
if(health <= 0)
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/blob/factory/Destroy()
|
||||
for(var/mob/living/simple_animal/hostile/blob/blobspore/spore in spores)
|
||||
if(spore.factory == src)
|
||||
|
||||
Reference in New Issue
Block a user