Revert "Revert "Allow borers to understand humans""

This reverts commit 66455daedc.
This commit is contained in:
ZomgPonies
2014-01-03 18:50:27 -05:00
parent 66455daedc
commit 949ef456c9
+2
View File
@@ -94,6 +94,8 @@
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)