summaryrefslogtreecommitdiff
path: root/src/simulation/elements/OIL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/OIL.cpp')
-rw-r--r--src/simulation/elements/OIL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/OIL.cpp b/src/simulation/elements/OIL.cpp
index 3d2239d..d78660e 100644
--- a/src/simulation/elements/OIL.cpp
+++ b/src/simulation/elements/OIL.cpp
@@ -28,7 +28,7 @@ Element_OIL::Element_OIL()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 42;
- Description = "Liquid. Flammable.";
+ Description = "Flammable, turns into GAS at low pressure or high temperature. Can be formed with NEUT and NITR.";
State = ST_LIQUID;
Properties = TYPE_LIQUID | PROP_NEUTPASS;