Last Words can no longer be prefixed with a radio channel identifier (#22459)
This commit is contained in:
parent
7e01537f2c
commit
b3beda0d72
|
|
@ -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");
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue