Allow borers to understand humans

This commit is contained in:
ZomgPonies
2014-01-02 01:48:16 -05:00
parent 0364595a84
commit c13cda6141
+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)