Adjust LITH color slightly so that it isn't the same as CNCT
This commit is contained in:
parent
f9d9951237
commit
91a1f19c52
@ -7,7 +7,7 @@ void Element::Element_LITH()
|
|||||||
{
|
{
|
||||||
Identifier = "DEFAULT_PT_LITH";
|
Identifier = "DEFAULT_PT_LITH";
|
||||||
Name = "LITH";
|
Name = "LITH";
|
||||||
Colour = PIXPACK(0xC0C0C0);
|
Colour = PIXPACK(0xC5C5BB);
|
||||||
MenuVisible = 1;
|
MenuVisible = 1;
|
||||||
MenuSection = SC_EXPLOSIVE;
|
MenuSection = SC_EXPLOSIVE;
|
||||||
Enabled = 1;
|
Enabled = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user