From c267349824375624eb0e145dd4de64dbbba3d678 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 30 Dec 2013 12:56:26 -0500 Subject: [PATCH] Borer fixes --- code/modules/mob/living/simple_animal/borer.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/borer.dm b/code/modules/mob/living/simple_animal/borer.dm index 970ddb27d77..7d5843fd777 100644 --- a/code/modules/mob/living/simple_animal/borer.dm +++ b/code/modules/mob/living/simple_animal/borer.dm @@ -216,7 +216,7 @@ src << "You cannot do that in your current state." return - if(host.internal_organs_by_name["brain"]) //this should only run in admin-weirdness situations, but it's here non the less - RR + if(!host.internal_organs_by_name["brain"]) //this should only run in admin-weirdness situations, but it's here non the less - RR src << "There is no brain here for us to command!" return @@ -365,13 +365,13 @@ mob/living/simple_animal/borer/proc/detatch() if(M.has_brain_worms()) src << "You cannot infest someone who is already infested!" return - +/* if(istype(M,/mob/living/carbon/human)) var/mob/living/carbon/human/H = M if(H.check_head_coverage()) src << "You cannot get through that host's protective gear." 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..."