diff --git a/code/modules/mob/living/simple_animal/borer.dm b/code/modules/mob/living/simple_animal/borer.dm index bc93e3b528f..7132ccb688d 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -355,7 +355,7 @@ mob/living/simple_animal/borer/proc/detatch() host.verbs -= /mob/living/carbon/proc/spawn_larvae - if(host_brain && host_brain.ckey) + if(host_brain) // host -> self var/h2s_id = host.computer_id