From 02b58fdb99bd6255a1074864fd2e95db9ac1facd Mon Sep 17 00:00:00 2001 From: Zap-zapper Date: Mon, 20 Aug 2018 23:45:17 +0700 Subject: [PATCH] Ghosts which joined soulcatcher can't be downloaded in Sleevemate --- code/game/objects/items/devices/scanners_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/scanners_vr.dm b/code/game/objects/items/devices/scanners_vr.dm index db3a0d92ce..54aea13638 100644 --- a/code/game/objects/items/devices/scanners_vr.dm +++ b/code/game/objects/items/devices/scanners_vr.dm @@ -106,7 +106,7 @@ var/global/mob/living/carbon/human/dummy/mannequin/sleevemate_mob output += "
" output += "Soulcatcher detected ([SC.brainmobs.len] minds)
" for(var/mob/living/carbon/brain/caught_soul/mind in SC.brainmobs) - output += "[mind.name]: \[Load\]
" + output += "[mind.name]: [mind.transient == FALSE ? "\[Load\]" : "Incompatible"]
" if(stored_mind) output += "Store in Soulcatcher: \[Perform\]
"