MERC -> liquids, FUSE/FSEP -> explosives

This commit is contained in:
jacob1 2015-08-30 01:54:31 -04:00
parent ed4678c9a8
commit 68b4f1efd6
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Element_FSEP::Element_FSEP()
Name = "FSEP";
Colour = PIXPACK(0x63AD5F);
MenuVisible = 1;
MenuSection = SC_POWDERS;
MenuSection = SC_EXPLOSIVE;
Enabled = 1;
Advection = 0.7f;

View File

@ -6,7 +6,7 @@ Element_FUSE::Element_FUSE()
Name = "FUSE";
Colour = PIXPACK(0x0A5706);
MenuVisible = 1;
MenuSection = SC_SOLIDS;
MenuSection = SC_EXPLOSIVE;
Enabled = 1;
Advection = 0.0f;

View File

@ -6,7 +6,7 @@ Element_MERC::Element_MERC()
Name = "MERC";
Colour = PIXPACK(0x736B6D);
MenuVisible = 1;
MenuSection = SC_ELEC;
MenuSection = SC_LIQUID;
Enabled = 1;
Advection = 0.4f;