diff options
Diffstat (limited to 'src/simulation/elements/ICEI.cpp')
| -rw-r--r-- | src/simulation/elements/ICEI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/ICEI.cpp b/src/simulation/elements/ICEI.cpp index 9449b4a..7edfd22 100644 --- a/src/simulation/elements/ICEI.cpp +++ b/src/simulation/elements/ICEI.cpp @@ -28,7 +28,7 @@ Element_ICEI::Element_ICEI() Temperature = R_TEMP-50.0f+273.15f; HeatConduct = 46; - Description = "Solid. Freezes water. Crushes under pressure. Cools down air."; + Description = "Crushes under pressure. Cools down air."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_NEUTPASS; |
