summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GLAS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/GLAS.cpp')
-rw-r--r--src/simulation/elements/GLAS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GLAS.cpp b/src/simulation/elements/GLAS.cpp
index 5baa59c..347e809 100644
--- a/src/simulation/elements/GLAS.cpp
+++ b/src/simulation/elements/GLAS.cpp
@@ -28,7 +28,7 @@ Element_GLAS::Element_GLAS()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 150;
- Description = "Solid. Meltable. Shatters under pressure";
+ Description = "Glass. Meltable. Shatters under pressure, and refracts photons.";
State = ST_SOLID;
Properties = TYPE_SOLID | PROP_NEUTPASS | PROP_HOT_GLOW | PROP_SPARKSETTLE;