From 16e976035fe1328a30bf25fcb227d6e0373f6bf3 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 12 Aug 2013 11:50:14 -0700 Subject: [PATCH] Cortical borer fixes. --- code/modules/mob/living/simple_animal/borer.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/mob/living/simple_animal/borer.dm b/code/modules/mob/living/simple_animal/borer.dm index 46ff70493c9..df5ab8b6810 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -193,6 +193,12 @@ mob/living/simple_animal/borer/proc/detatch() src.loc = get_turf(host) controlling = 0 + reset_view(null) + machine = null + + host.reset_view(null) + host.machine = null + host.verbs -= /mob/living/carbon/human/proc/release_control host.verbs -= /mob/living/carbon/human/proc/punish_host host.verbs -= /mob/living/carbon/human/proc/spawn_larvae @@ -230,6 +236,7 @@ mob/living/simple_animal/borer/proc/detatch() if(M.has_brain_worms()) src << "You cannot infest someone who is already infested!" + return M << "Something slimy begins probing at the opening of your ear canal..." src << "You slither up [M] and begin probing at their ear canal..."