Blob fixes (#31913)

* Blob alarm sounds

* Fixes antag panel and blob report being sent too early

* Assigning fix

* Keeps announcement for use in false alarm
This commit is contained in:
KorPhaeron
2017-10-21 14:07:55 -05:00
committed by AnturK
parent d95865656f
commit 7034a22e78
5 changed files with 11 additions and 7 deletions

View File

@@ -464,10 +464,7 @@
/mob/proc/become_overmind(starting_points = 60)
var/mob/camera/blob/B = new /mob/camera/blob(loc, starting_points)
if(mind)
mind.transfer_to(B)
else
B.key = key
B.key = key
. = B
qdel(src)