diff options
Diffstat (limited to 'src/simulation/elements/TSNS.cpp')
| -rw-r--r-- | src/simulation/elements/TSNS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TSNS.cpp b/src/simulation/elements/TSNS.cpp index d82194c..97fd7a2 100644 --- a/src/simulation/elements/TSNS.cpp +++ b/src/simulation/elements/TSNS.cpp @@ -28,7 +28,7 @@ Element_TSNS::Element_TSNS() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Creates a spark when there's a nearby particle with a greater temperature"; + Description = "Temperature sensor, creates a spark when there's a nearby particle with a greater temperature."; State = ST_SOLID; Properties = TYPE_SOLID; |
