diff options
Diffstat (limited to 'src/simulation/elements/H2.cpp')
| -rw-r--r-- | src/simulation/elements/H2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/H2.cpp b/src/simulation/elements/H2.cpp index e066dfd..1ba935e 100644 --- a/src/simulation/elements/H2.cpp +++ b/src/simulation/elements/H2.cpp @@ -28,7 +28,7 @@ Element_H2::Element_H2() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Combines with O2 to make WATR"; + Description = "Hydrogen. Combines with OXYG to make WATR. Undergoes fusion at high temperature and pressure"; State = ST_GAS; Properties = TYPE_GAS; |
