diff options
Diffstat (limited to 'src/simulation/elements/IGNT.cpp')
| -rw-r--r-- | src/simulation/elements/IGNT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/IGNT.cpp b/src/simulation/elements/IGNT.cpp index c827e6a..500d1a1 100644 --- a/src/simulation/elements/IGNT.cpp +++ b/src/simulation/elements/IGNT.cpp @@ -28,7 +28,7 @@ Element_IGNT::Element_IGNT() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 88; - Description = "Ignition cord."; + Description = "Ignition cord. Burns slowly with fire and sparks."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE | PROP_SPARKSETTLE | PROP_LIFE_KILL; |
