From f70f222a61b62c10cc77a4ca069f97b35deab508 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 2 May 2022 11:34:26 -0400 Subject: [PATCH] Remove inaccuracy in OIL's description --- src/simulation/elements/OIL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;