Cleanup warnings in ChatSystem (#36773)
* Cleanup warnings in ChatSystem * fix after merge --------- Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Text.RegularExpressions;
|
||||
using Content.Shared.Popups;
|
||||
using Content.Shared.Radio;
|
||||
using Content.Shared.Speech;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
@@ -27,7 +28,8 @@ public abstract class SharedChatSystem : EntitySystem
|
||||
public const int VoiceRange = 10; // how far voice goes in world units
|
||||
public const int WhisperClearRange = 2; // how far whisper goes while still being understandable, in world units
|
||||
public const int WhisperMuffledRange = 5; // how far whisper goes at all, in world units
|
||||
public const string DefaultAnnouncementSound = "/Audio/Announcements/announce.ogg";
|
||||
public static readonly SoundSpecifier DefaultAnnouncementSound
|
||||
= new SoundPathSpecifier("/Audio/Announcements/announce.ogg");
|
||||
|
||||
public static readonly ProtoId<RadioChannelPrototype> CommonChannel = "Common";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user