Update _blob.dm (#13269)

This commit is contained in:
Jamie D
2022-02-16 00:29:00 +00:00
committed by GitHub
parent 9d0c88611b
commit 8c37b3b29b

View File

@@ -45,6 +45,8 @@
overmind.blobs_legit -= src //if it was in the legit blobs list, it isn't now
GLOB.blobs -= src //it's no longer in the all blobs list either
playsound(src.loc, 'sound/effects/splat.ogg', 50, 1) //Expand() is no longer broken, no check necessary.
var/obj/item/assembly/signaler/anomaly/drop = new /obj/item/assembly/signaler/anomaly(src.loc)
drop.name = "Blob Anomaly Core"
return ..()
/obj/structure/blob/blob_act()