This commit is contained in:
cib
2012-05-18 19:15:02 +02:00
parent 3bf3669ffb
commit e81316a2d4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ mob/living/parasite/meme/verb/Possession()
var/client/host_key = host.key
var/client/meme_key = src.key
if(host_client) dummy.key = host_key
dummy.key = host_key
host.key = meme_key
sleep(600)