Increases VoiceRange To 10 From 7 (#12254)
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user