Deadchat now has color

This commit is contained in:
zumorica
2020-04-17 19:38:18 +02:00
parent a408cdad0a
commit 47e964a882

View File

@@ -184,6 +184,9 @@ namespace Content.Client.Chat
case ChatChannel.OOC:
color = Color.LightSkyBlue;
break;
case ChatChannel.Dead:
color = Color.MediumPurple;
break;
}
_currentChatBox?.AddLine(messageText, message.Channel, color);