diff options
Diffstat (limited to 'src/simulation/elements/DTEC.cpp')
| -rw-r--r-- | src/simulation/elements/DTEC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/DTEC.cpp b/src/simulation/elements/DTEC.cpp index 71bbf8b..8ecaf2e 100644 --- a/src/simulation/elements/DTEC.cpp +++ b/src/simulation/elements/DTEC.cpp @@ -28,7 +28,7 @@ Element_DTEC::Element_DTEC() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Creates a spark when something with its ctype is nearby"; + Description = "Detector, creates a spark when something with its ctype is nearby."; State = ST_SOLID; Properties = TYPE_SOLID; |
