Update core.dm

This commit is contained in:
farie82
2020-06-28 20:44:48 +02:00
committed by GitHub
parent 0e39016a0b
commit 11d0a53e62

View File

@@ -118,7 +118,7 @@
var/mob/camera/blob/B = new(loc)
B.key = C.key
B.blob_core = src
src.overmind = B
overmind = B
color = overmind.blob_reagent_datum.color
if(B.mind && !B.mind.special_role)
B.mind.make_Overmind()