diff options
Diffstat (limited to 'src/simulation/elements/FRZW.cpp')
| -rw-r--r-- | src/simulation/elements/FRZW.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FRZW.cpp b/src/simulation/elements/FRZW.cpp index 8ba954a..5bdbb21 100644 --- a/src/simulation/elements/FRZW.cpp +++ b/src/simulation/elements/FRZW.cpp @@ -28,7 +28,7 @@ Element_FRZW::Element_FRZW() Temperature = 120.0f; HeatConduct = 29; - Description = "FREEZE WATER"; + Description = "Freeze water. Hybrid liquid formed when Freeze powder melts."; State = ST_LIQUID; Properties = TYPE_LIQUID||PROP_LIFE_DEC; |
