Remove inaccuracy in OIL's description

This commit is contained in:
jacob1
2022-05-02 11:34:26 -04:00
parent b278eb4393
commit f70f222a61

View File

@@ -27,7 +27,7 @@ void Element::Element_OIL()
Weight = 20;
HeatConduct = 42;
Description = "Flammable, turns into GAS at low pressure or high temperature. Can be formed with NEUT and NITR.";
Description = "Flammable, turns into GAS at low pressure or high temperature.";
Properties = TYPE_LIQUID | PROP_NEUTPASS;