Fix description: METL does not break under pressure

This commit is contained in:
jacksonmj 2013-05-19 21:46:55 +01:00
parent 981f6984c2
commit 45f057957b

View File

@ -28,7 +28,7 @@ Element_METL::Element_METL()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 251;
Description = "The basic conductor, meltable and breaks under pressure.";
Description = "The basic conductor. Meltable.";
State = ST_SOLID;
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;