diff options
Diffstat (limited to 'src/simulation/elements/DESL.cpp')
| -rw-r--r-- | src/simulation/elements/DESL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/DESL.cpp b/src/simulation/elements/DESL.cpp index 7427363..dc34dc8 100644 --- a/src/simulation/elements/DESL.cpp +++ b/src/simulation/elements/DESL.cpp @@ -28,7 +28,7 @@ Element_DESL::Element_DESL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 42; - Description = "Liquid. Explodes under high pressure and temperatures"; + Description = "Liquid diesel. Explodes under high pressure and temperatures."; State = ST_LIQUID; Properties = TYPE_LIQUID; |
