diff options
Diffstat (limited to 'src/simulation/elements/WATR.cpp')
| -rw-r--r-- | src/simulation/elements/WATR.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simulation/elements/WATR.cpp b/src/simulation/elements/WATR.cpp index 3c546e6..ca3b926 100644 --- a/src/simulation/elements/WATR.cpp +++ b/src/simulation/elements/WATR.cpp @@ -27,6 +27,7 @@ Element_WATR::Element_WATR() Weight = 30; Temperature = R_TEMP-2.0f +273.15f; + Enthalpy = 7500; HeatConduct = 29; Description = "Liquid. Conducts electricity. Freezes. Extinguishes fires."; @@ -84,4 +85,4 @@ int Element_WATR::update(UPDATE_FUNC_ARGS) return 0; } -Element_WATR::~Element_WATR() {}
\ No newline at end of file +Element_WATR::~Element_WATR() {} |
