mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user