diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 14:32:05 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 14:32:05 (GMT) |
| commit | 2189d298a7ae718b9d483cc3925bcb8fee854281 (patch) | |
| tree | b5922ae28bb578b926c2856f1681f1b08392777f /src/simulation/elements/FRZW.cpp | |
| parent | fad383f3923cc04fb8b2ecd7a72cf5406832cf5d (diff) | |
| download | powder-2189d298a7ae718b9d483cc3925bcb8fee854281.zip powder-2189d298a7ae718b9d483cc3925bcb8fee854281.tar.gz | |
TPT: Move INST flood fill into a separate function 36de2f19f5
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; |
