mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Allow borers to understand humans
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user