Increases VoiceRange To 10 From 7 (#12254)

This commit is contained in:
Taran
2022-10-27 21:25:47 -06:00
committed by GitHub
parent 23768e34e8
commit e59bf8acd9

View File

@@ -54,7 +54,7 @@ public sealed partial class ChatSystem : SharedChatSystem
[Dependency] private readonly StationSystem _stationSystem = default!; [Dependency] private readonly StationSystem _stationSystem = default!;
[Dependency] private readonly MobStateSystem _mobStateSystem = default!; [Dependency] private readonly MobStateSystem _mobStateSystem = default!;
private const int VoiceRange = 7; // how far voice goes in world units private const int VoiceRange = 10; // how far voice goes in world units
private const int WhisperRange = 2; // how far whisper goes in world units private const int WhisperRange = 2; // how far whisper goes in world units
private const string DefaultAnnouncementSound = "/Audio/Announcements/announce.ogg"; private const string DefaultAnnouncementSound = "/Audio/Announcements/announce.ogg";