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