Adjust LITH color slightly so that it isn't the same as CNCT

This commit is contained in:
jacob1 2021-06-27 18:47:09 -04:00
parent f9d9951237
commit 91a1f19c52
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -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;