Unstable 1.1.14.0

This commit is contained in:
Markus Isberg
2023-10-02 16:43:54 +03:00
parent 94f5a93a0c
commit cf8f0de659
606 changed files with 21906 additions and 11456 deletions
@@ -42,6 +42,7 @@ namespace Barotrauma.Networking
DoSProtection,
Karma,
Talent,
Traitors,
Error,
}
@@ -59,6 +60,7 @@ namespace Barotrauma.Networking
{ MessageType.DoSProtection, Color.OrangeRed },
{ MessageType.Karma, new Color(75, 88, 255) },
{ MessageType.Talent, new Color(125, 125, 255) },
{ MessageType.Traitors, new Color(107, 69, 158) },
{ MessageType.Error, Color.Red }
};
@@ -76,6 +78,7 @@ namespace Barotrauma.Networking
{ MessageType.DoSProtection, "DoSProtection" },
{ MessageType.Karma, "Karma" },
{ MessageType.Talent, "Talent" },
{ MessageType.Traitors, "Traitors" },
{ MessageType.Error, "Error" }
};