From 66455daedcd44a528594603a16b55e3c8d0e634b Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Fri, 3 Jan 2014 18:41:47 -0500 Subject: [PATCH] Revert "Allow borers to understand humans" This reverts commit c13cda614147535c5a403eff583358c3dbfdeac3. --- code/modules/mob/say.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/say.dm b/code/modules/mob/say.dm index 5617e15511f..0a923e0008c 100644 --- a/code/modules/mob/say.dm +++ b/code/modules/mob/say.dm @@ -94,8 +94,6 @@ return 1 else if (istype(other, /mob/living/simple_animal) && istype(src, /mob/living/simple_animal)) return 1 - else if (istype(other, /mob/living/carbon/human) && istype(src, /mob/living/simple_animal/borer)) - return 1 return 0 /mob/proc/say_quote(var/text,var/datum/language/speaking)