Last Words can no longer be prefixed with a radio channel identifier (#22459)

This commit is contained in:
Errant
2023-12-13 22:20:38 +01:00
committed by GitHub
parent cd58be1034
commit 711eafd747

View File

@@ -75,7 +75,7 @@ public sealed class CritMobActionsSystem : EntitySystem
}
lastWords += "...";
_chat.TrySendInGameICMessage(uid, lastWords, InGameICChatType.Whisper, ChatTransmitRange.Normal, ignoreActionBlocker: true);
_chat.TrySendInGameICMessage(uid, lastWords, InGameICChatType.Whisper, ChatTransmitRange.Normal, checkRadioPrefix: false, ignoreActionBlocker: true);
_host.ExecuteCommand(actor.PlayerSession, "ghost");
});