From 05e7f65ede95adf673a1589d528a4e10413d38aa Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 9 Jan 2014 05:29:28 -0500 Subject: [PATCH] Fixing up borer control --- code/modules/mob/living/simple_animal/borer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/borer.dm b/code/modules/mob/living/simple_animal/borer.dm index 55431575215..51dfe1ac108 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -239,7 +239,7 @@ host_brain.ckey = host.ckey host.ckey = src.ckey if(borer && !borer.ckey) - borer.key = "@[src.ckey]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus + borer.ckey = "@[host.ckey]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus controlling = 1 host.verbs += /mob/living/carbon/proc/release_control