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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;