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