From c985ecb02d28c3a14552d84b5e73abb0095258a0 Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Sat, 26 Apr 2014 01:09:19 -0500 Subject: [PATCH] Eavesdrop range on people talking into headsets is right next to them again. Distance dropped from 3 to 1 --- code/modules/mob/living/carbon/human/say.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index 3d2576472a8..8dcd2bb108d 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -117,7 +117,7 @@ if(used_radios.len) italics = 1 - message_range = 3 + message_range = 1 var/datum/gas_mixture/environment = loc.return_air() if(environment)