diff --git a/src/simulation/elements/OIL.cpp b/src/simulation/elements/OIL.cpp index 69d2f2983..26e0dfbfa 100644 --- a/src/simulation/elements/OIL.cpp +++ b/src/simulation/elements/OIL.cpp @@ -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;