diff options
Diffstat (limited to 'src/simulation/elements/LO2.cpp')
| -rw-r--r-- | src/simulation/elements/LO2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/LO2.cpp b/src/simulation/elements/LO2.cpp index 2b291f3..41a5053 100644 --- a/src/simulation/elements/LO2.cpp +++ b/src/simulation/elements/LO2.cpp @@ -28,7 +28,7 @@ Element_LO2::Element_LO2() Temperature = 80.0f; HeatConduct = 70; - Description = "Liquid Oxygen. Very cold. Reacts with fire"; + Description = "Liquid Oxygen. Very cold. Reacts with fire."; State = ST_LIQUID; Properties = TYPE_LIQUID; |
