mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
The AI core intercoms no longer pick up speech other than that of their related AI, to prevent micspam when the core is breached.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@661 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
return hearers(7, src.loc)
|
||||
|
||||
/obj/item/device/radio/intercom/hear_talk(mob/M as mob, msg)
|
||||
if((istype(M, /mob/living/silicon/ai) && !src.anyai) && !(M in src.ai))
|
||||
if(!src.anyai && !(M in src.ai))
|
||||
return
|
||||
..()
|
||||
Reference in New Issue
Block a user