diff options
Diffstat (limited to 'src/simulation/elements/LAVA.cpp')
| -rw-r--r-- | src/simulation/elements/LAVA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/LAVA.cpp b/src/simulation/elements/LAVA.cpp index 796af14..062dcf8 100644 --- a/src/simulation/elements/LAVA.cpp +++ b/src/simulation/elements/LAVA.cpp @@ -28,7 +28,7 @@ Element_LAVA::Element_LAVA() Temperature = R_TEMP+1500.0f+273.15f; HeatConduct = 60; - Description = "Heavy liquid. Ignites flammable materials. Solidifies when cold."; + Description = "Molten lava. Ignites flammable materials. Generated when metals and other materials melt, solidifies when cold."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_LIFE_DEC; |
