Correct VAC and EXOT colours, issue #49

This commit is contained in:
Simon Robertshaw 2012-08-03 18:04:18 +01:00
parent 57f949ecfb
commit 11d2b0eb3c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Element_EXOT::Element_EXOT()
{
Identifier = "DEFAULT_PT_EXOT";
Name = "EXOT";
Colour = PIXPACK(0x808080);
Colour = PIXPACK(0x404040);
MenuVisible = 1;
MenuSection = SC_NUCLEAR;
Enabled = 1;

View File

@ -5,7 +5,7 @@ Tool_Vac::Tool_Vac()
{
Identifier = "DEFAULT_TOOL_VAC";
Name = "VAC";
Colour = PIXPACK(0x000000);
Colour = PIXPACK(0x303030);
Description = "Removes air pressure";
}