Revert "Allow borers to understand humans"

This reverts commit c13cda6141.
This commit is contained in:
ZomgPonies
2014-01-03 18:41:47 -05:00
parent 154fe5044d
commit 66455daedc
-2
View File
@@ -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)