Merge pull request #1682 from VOREStation/aro-scruntime

Fix a runtime I missed on Soulcatcher
This commit is contained in:
Arokha Sieyes
2017-06-10 18:29:06 -04:00
committed by GitHub
@@ -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)