AIs and Cyborgs can now understand PAIs and MMIs

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3553 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-05-04 04:48:50 +00:00
parent e5d87a178e
commit ef28337a8c
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
return 1
if (istype(other, /mob/living/silicon/decoy))
return 1
if (istype(other, /mob/living/carbon/brain))
return 1
if (istype(other, /mob/living/silicon/pai))
return 1
return ..()
/mob/living/silicon/ai/say_quote(var/text)

View File

@@ -5,6 +5,10 @@
return 1
if (istype(other, /mob/living/carbon/human))
return 1
if (istype(other, /mob/living/carbon/brain))
return 1
if (istype(other, /mob/living/silicon/pai))
return 1
// if (istype(other, /mob/living/silicon/hivebot))
// return 1
return ..()