fix RFRG description typo (use more common spelling)

This commit is contained in:
jacob1 2017-07-29 22:49:40 -04:00
parent c4e1f49618
commit 7e9124033b

View File

@ -28,7 +28,7 @@ Element_RFRG::Element_RFRG()
Temperature = R_TEMP + 273.15f;
HeatConduct = 3;
Description = "Refrigerant. Heats up and liquifies under pressure.";
Description = "Refrigerant. Heats up and liquefies under pressure.";
Properties = TYPE_GAS|PROP_DEADLY;