[feat] ru and eng keycodes

# Conflicts:
#	Content.Shared/Chat/SharedChatSystem.cs
This commit is contained in:
rhailrake
2023-04-25 21:16:29 +06:00
committed by Remuchi
parent 505caa556e
commit 95165aacae
4 changed files with 45 additions and 16 deletions

View File

@@ -218,8 +218,7 @@ public sealed partial class EncryptionKeySystem : EntitySystem
var key = id == SharedChatSystem.CommonChannel
? SharedChatSystem.RadioCommonPrefix.ToString()
: $"{SharedChatSystem.RadioChannelPrefix}{proto.KeyCode}";
: $":{string.Join(", :", proto.KeyCodes.ToArray())}"; //WD-EDIT
examineEvent.PushMarkup(Loc.GetString(channelFTLPattern,
("color", proto.Color),
("key", key),