From 5ecee57a2c9de9ad0fd468b907a9d33e2666bb47 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 12 Aug 2013 14:45:42 -0700 Subject: [PATCH] Fixed failure to remove borer verbs on successful resist. --- code/modules/mob/screen.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/screen.dm b/code/modules/mob/screen.dm index c83ba829a9d..441a0d961fe 100644 --- a/code/modules/mob/screen.dm +++ b/code/modules/mob/screen.dm @@ -631,6 +631,10 @@ H.name = "host brain" H.real_name = "host brain" + verbs -= /mob/living/carbon/human/proc/release_control + verbs -= /mob/living/carbon/human/proc/punish_host + verbs -= /mob/living/carbon/human/proc/spawn_larvae + return //resisting grabs (as if it helps anyone...)