Fix a runtime I missed on Soulcatcher

Only affects erasing minds, and doens't affect the prey, really. Just means the minds count is wrong and the name sticks around.
This commit is contained in:
Arokha Sieyes
2017-06-10 18:11:33 -04:00
parent 389aba627c
commit f3983db0f7

View File

@@ -245,7 +245,7 @@
/mob/living/carbon/brain/caught_soul/Destroy()
if(soulcatcher)
soulcatcher.emote_into(" - Mind unloaded: [name]","SOULCATCHER")
soulcatcher.notify_into("Mind unloaded: [name]")
soulcatcher.brainmobs -= src
soulcatcher = null
if(nif)