Fix spelling mistake

This commit is contained in:
jacob1 2014-09-08 16:06:12 -04:00
parent 28516c24e9
commit a78129adb9

View File

@ -28,7 +28,7 @@ Element_PIPE::Element_PIPE()
Temperature = 273.15f; Temperature = 273.15f;
HeatConduct = 0; HeatConduct = 0;
Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is useable."; Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is usable.";
State = ST_SOLID; State = ST_SOLID;
Properties = TYPE_SOLID|PROP_LIFE_DEC; Properties = TYPE_SOLID|PROP_LIFE_DEC;