summaryrefslogtreecommitdiff
path: root/src/simulation/elements/NITR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/NITR.cpp')
-rw-r--r--src/simulation/elements/NITR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/NITR.cpp b/src/simulation/elements/NITR.cpp
index 55375b9..d4bce87 100644
--- a/src/simulation/elements/NITR.cpp
+++ b/src/simulation/elements/NITR.cpp
@@ -28,7 +28,7 @@ Element_NITR::Element_NITR()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 50;
- Description = "Liquid. Pressure sensitive explosive.";
+ Description = "Nitroglycerin. Pressure sensitive explosive. Mix with CLST to make TNT.";
State = ST_LIQUID;
Properties = TYPE_LIQUID;