Merge pull request #12942 from AnturK/mindfu

Fixes mind swap kicking out the victim client
This commit is contained in:
duncathan salt
2015-11-11 10:46:38 -06:00
+2 -1
View File
@@ -67,7 +67,8 @@ Also, you never added distance checking after target is selected. I've went ahea
caster.verbs += V
ghost.mind.transfer_to(caster)
caster.key = ghost.key //have to transfer the key since the mind was not active
if(ghost.key)
caster.key = ghost.key //have to transfer the key since the mind was not active
if(caster.mind.special_verbs.len)//If they had any special verbs, we add them here.
for(var/V in caster.mind.special_verbs)