diff options
Diffstat (limited to 'src/simulation/elements/LNTG.cpp')
| -rw-r--r-- | src/simulation/elements/LNTG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/LNTG.cpp b/src/simulation/elements/LNTG.cpp index f5c08c0..da3199f 100644 --- a/src/simulation/elements/LNTG.cpp +++ b/src/simulation/elements/LNTG.cpp @@ -28,7 +28,7 @@ Element_LNTG::Element_LNTG() Temperature = 70.15f; HeatConduct = 70; - Description = "Liquid Nitrogen. Very cold."; + Description = "Liquid Nitrogen. Very cold, disappears whenever it touches anything warmer."; State = ST_SOLID; Properties = TYPE_LIQUID; |
