summaryrefslogtreecommitdiff
path: root/src/simulation/elements/FUSE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/FUSE.cpp')
-rw-r--r--src/simulation/elements/FUSE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FUSE.cpp b/src/simulation/elements/FUSE.cpp
index 9267e5e..9eb5e37 100644
--- a/src/simulation/elements/FUSE.cpp
+++ b/src/simulation/elements/FUSE.cpp
@@ -28,7 +28,7 @@ Element_FUSE::Element_FUSE()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 200;
- Description = "Solid. Burns slowly. Ignites at somewhat high temperatures and electricity.";
+ Description = "Burns slowly. Ignites at somewhat high temperatures or with electricity.";
State = ST_SOLID;
Properties = TYPE_SOLID;