diff options
Diffstat (limited to 'src/simulation/elements/SNOW.cpp')
| -rw-r--r-- | src/simulation/elements/SNOW.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SNOW.cpp b/src/simulation/elements/SNOW.cpp index 58ea878..76c0494 100644 --- a/src/simulation/elements/SNOW.cpp +++ b/src/simulation/elements/SNOW.cpp @@ -28,7 +28,7 @@ Element_SNOW::Element_SNOW() Temperature = R_TEMP-30.0f+273.15f; HeatConduct = 46; - Description = "Light particles."; + Description = "Light particles. Created when ICE breaks under pressure."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_NEUTPASS; |
