Skip to content

Commit

Permalink
Radius 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 18, 2024
1 parent 7286115 commit 96b661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/text_to_speech/code/tts_megaphone.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/megaphone/say_msg(mob/living/user, message)
. = ..()
for(var/mob/M in get_mobs_in_view(7, src))
for(var/mob/M in get_mobs_in_view(14, src))
var/effect = SOUND_EFFECT_MEGAPHONE
if(isrobot(user))
effect = SOUND_EFFECT_MEGAPHONE_ROBOT
Expand Down

0 comments on commit 96b661c

Please sign in to comment.