mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update _blob.dm (#13269)
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
overmind.blobs_legit -= src //if it was in the legit blobs list, it isn't now
|
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
|
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.
|
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 ..()
|
return ..()
|
||||||
|
|
||||||
/obj/structure/blob/blob_act()
|
/obj/structure/blob/blob_act()
|
||||||
|
|||||||
Reference in New Issue
Block a user