From b24aafa3d67b210ef24ac249fa4d9e388393df4c 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 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