Update WIRE name and description, fixes #101

This commit is contained in:
Simon Robertshaw 2012-12-14 18:50:25 +00:00
parent 05fc39e40f
commit e5feefa419

View File

@ -3,7 +3,7 @@
Element_WIRE::Element_WIRE()
{
Identifier = "DEFAULT_PT_WIRE";
Name = "WIRE";
Name = "WWLD";
Colour = PIXPACK(0xFFCC00);
MenuVisible = 1;
MenuSection = SC_ELEC;
@ -28,7 +28,7 @@ Element_WIRE::Element_WIRE()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 250;
Description = "WireWorld wires.";
Description = "WireWorld wires, probably not what you want. For normal wires, use METL";
State = ST_SOLID;
Properties = TYPE_SOLID;