From 91a1f19c5259823c1722515f59fb43b922f6d649 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 27 Jun 2021 18:47:09 -0400 Subject: [PATCH] Adjust LITH color slightly so that it isn't the same as CNCT --- src/simulation/elements/LITH.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/LITH.cpp b/src/simulation/elements/LITH.cpp index b05088a69..d0c69be38 100644 --- a/src/simulation/elements/LITH.cpp +++ b/src/simulation/elements/LITH.cpp @@ -7,7 +7,7 @@ void Element::Element_LITH() { Identifier = "DEFAULT_PT_LITH"; Name = "LITH"; - Colour = PIXPACK(0xC0C0C0); + Colour = PIXPACK(0xC5C5BB); MenuVisible = 1; MenuSection = SC_EXPLOSIVE; Enabled = 1;