diff options
Diffstat (limited to 'src/simulation/elements/NTCT.cpp')
| -rw-r--r-- | src/simulation/elements/NTCT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/NTCT.cpp b/src/simulation/elements/NTCT.cpp index c6c065e..24a190b 100644 --- a/src/simulation/elements/NTCT.cpp +++ b/src/simulation/elements/NTCT.cpp @@ -28,7 +28,7 @@ Element_NTCT::Element_NTCT() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Semi-conductor. Only conducts electricity when hot (More than 100C)"; + Description = "Semi-conductor. Only conducts electricity when hot. (More than 100C)"; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC; |
