]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Toned down wall color (#22522)
authorchromiumboy <50505512+chromiumboy@users.noreply.github.com>
Fri, 15 Dec 2023 05:36:01 +0000 (23:36 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2023 05:36:01 +0000 (22:36 -0700)
Content.Client/Medical/CrewMonitoring/CrewMonitoringNavMapControl.cs

index f4ae82970c2f8fbed7ed28b5654f0ae12de906db..e6adf13bed4abe37d12342639099891e22d5d7f9 100644 (file)
@@ -15,7 +15,7 @@ public sealed partial class CrewMonitoringNavMapControl : NavMapControl
 
     public CrewMonitoringNavMapControl() : base()
     {
-        WallColor = new Color(250, 146, 255);
+        WallColor = new Color(192, 122, 196);
         TileColor = new(71, 42, 72);
 
         _backgroundColor = Color.FromSrgb(TileColor.WithAlpha(0.8f));