Stealthier whispers (#17898)

* Stealth whisper take 2

* weh

* fix whisper maxrange

* make variables more distinct
This commit is contained in:
Errant
2023-08-01 14:43:02 +00:00
committed by GitHub
parent 5fc7f21853
commit 9b10f7f557
3 changed files with 28 additions and 11 deletions

View File

@@ -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);