From a274cd7326308c0b95c7b272355f5a49dffe8f5f Mon Sep 17 00:00:00 2001 From: Walter0o Date: Tue, 22 Jul 2014 16:49:09 +0200 Subject: [PATCH] borer mindcontrol release hotfix forgot to remove this remnant ckey check --- 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 e90b13993b8..0d15aeab543 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -361,7 +361,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