Respawn and animal fixes

This commit is contained in:
ZomgPonies
2013-11-29 07:04:43 -05:00
parent 4fdba0c040
commit e956cc75cd
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -92,6 +92,8 @@
return 1
else if (istype(other, /mob/living/carbon/human) && istype(src, /mob/living/carbon/human))
return 1
else if (istype(other, /mob/living/simple_animal) && istype(src, /mob/living/simple_animal))
return 1
return 0
/mob/proc/say_quote(var/text,var/datum/language/speaking)