mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Revert "Allow borers to understand humans"
This reverts commit c13cda6141.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user