Stealthier whispers (#17898)
* Stealth whisper take 2 * weh * fix whisper maxrange * make variables more distinct
This commit is contained in:
@@ -53,7 +53,7 @@ public sealed class ListeningSystem : EntitySystem
|
||||
continue;
|
||||
}
|
||||
|
||||
if (obfuscatedEv != null && distance > ChatSystem.WhisperRange)
|
||||
if (obfuscatedEv != null && distance > ChatSystem.WhisperClearRange)
|
||||
RaiseLocalEvent(listenerUid, obfuscatedEv);
|
||||
else
|
||||
RaiseLocalEvent(listenerUid, ev);
|
||||
|
||||
Reference in New Issue
Block a user