mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 21:50:18 +02:00
Adjust LITH color slightly so that it isn't the same as CNCT
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user