diff options
Diffstat (limited to 'src/simulation/elements/SPRK.cpp')
| -rw-r--r-- | src/simulation/elements/SPRK.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SPRK.cpp b/src/simulation/elements/SPRK.cpp index 5d99b07..15fd0e4 100644 --- a/src/simulation/elements/SPRK.cpp +++ b/src/simulation/elements/SPRK.cpp @@ -28,7 +28,7 @@ Element_SPRK::Element_SPRK() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Electricity. Conducted by metal and water."; + Description = "Electricity. The basis of all electronics in TPT, travels along wires and other conductive elements."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; |
