summaryrefslogtreecommitdiff
path: root/src/simulation/elements/NBLE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/NBLE.cpp')
-rw-r--r--src/simulation/elements/NBLE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/NBLE.cpp b/src/simulation/elements/NBLE.cpp
index ada32a9..1c569f6 100644
--- a/src/simulation/elements/NBLE.cpp
+++ b/src/simulation/elements/NBLE.cpp
@@ -28,7 +28,7 @@ Element_NBLE::Element_NBLE()
Temperature = R_TEMP+2.0f +273.15f;
HeatConduct = 106;
- Description = "Noble Gas. Diffuses. Conductive. Ionizes into plasma when introduced to electricity";
+ Description = "Noble Gas. Diffuses and conductive. Ionizes into plasma when introduced to electricity.";
State = ST_GAS;
Properties = TYPE_GAS|PROP_CONDUCTS|PROP_LIFE_DEC;