Fixes mindswap leaving keyless ghosts

This commit is contained in:
AnturK
2016-01-22 23:50:16 +01:00
parent 12b9993b0a
commit 62bcb146f4
+1
View File
@@ -69,6 +69,7 @@ Also, you never added distance checking after target is selected. I've went ahea
ghost.mind.transfer_to(caster)
if(ghost.key)
caster.key = ghost.key //have to transfer the key since the mind was not active
qdel(ghost)
if(caster.mind.special_verbs.len)//If they had any special verbs, we add them here.
for(var/V in caster.mind.special_verbs)