From 15d2f0676264a525f82a6385302ca171950ec27f Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Mon, 2 Jan 2012 00:23:43 -0700 Subject: [PATCH] pAI's in PDA's can now hear things, hypothetically. --- code/modules/mob/living/say.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/say.dm b/code/modules/mob/living/say.dm index 29f19dd41e2..d8a2060f48b 100644 --- a/code/modules/mob/living/say.dm +++ b/code/modules/mob/living/say.dm @@ -319,6 +319,9 @@ for (var/mob/M in W) W |= M.contents + for (var/obj/item/device/pda/M in W) + W |= M.contents + for (var/obj/O in W) //radio in pocket could work, radio in backpack wouldn't --rastaf0 spawn (0) if(O && !istype(O.loc, /obj/item/weapon/storage))