diff --git a/code/__HELPERS/game.dm b/code/__HELPERS/game.dm index 856d7b5f6f7..a6a7e825903 100644 --- a/code/__HELPERS/game.dm +++ b/code/__HELPERS/game.dm @@ -187,6 +187,9 @@ if(!istype(C) || !C.eye) continue //I have no idea when this client check would be needed, but if this runtimes people won't hear anything //So kinda paranoid about runtime avoidance. + if(istype(C.eye, /obj/machinery/camera) + continue //No microphones in cameras. + if(C.mob in hear) continue if(C.eye in (hear|objects))