TG: AIs and Cyborgs can now understand PAIs and MMIs

Revision: r3553
Author: 	 kortgstation
This commit is contained in:
Erthilo
2012-05-10 01:50:41 +01:00
parent ad95edc954
commit 3ea312f2d2
2 changed files with 8 additions and 0 deletions
@@ -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)
@@ -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 ..()