summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SOAP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/SOAP.cpp')
-rw-r--r--src/simulation/elements/SOAP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SOAP.cpp b/src/simulation/elements/SOAP.cpp
index fcdac37..472dbd7 100644
--- a/src/simulation/elements/SOAP.cpp
+++ b/src/simulation/elements/SOAP.cpp
@@ -28,7 +28,7 @@ Element_SOAP::Element_SOAP()
Temperature = R_TEMP-2.0f +273.15f;
HeatConduct = 29;
- Description = "Soap. Creates bubbles.";
+ Description = "Soap. Creates bubbles. Washes off deco color.";
State = ST_LIQUID;
Properties = TYPE_LIQUID|PROP_NEUTPENETRATE|PROP_LIFE_DEC;