Adjust color of LITH (#787)

This commit is contained in:
moonheart08
2021-07-04 13:55:20 -05:00
committed by GitHub
parent fb3fcfcdb7
commit 66c5287824

View File

@@ -7,7 +7,7 @@ void Element::Element_LITH()
{
Identifier = "DEFAULT_PT_LITH";
Name = "LITH";
Colour = PIXPACK(0xC5C5BB);
Colour = PIXPACK(0xB6AABF);
MenuVisible = 1;
MenuSection = SC_EXPLOSIVE;
Enabled = 1;