summaryrefslogtreecommitdiff
path: root/src/simulation/elements/VINE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/VINE.cpp')
-rw-r--r--src/simulation/elements/VINE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/VINE.cpp b/src/simulation/elements/VINE.cpp
index 798fe35..398cce6 100644
--- a/src/simulation/elements/VINE.cpp
+++ b/src/simulation/elements/VINE.cpp
@@ -28,7 +28,7 @@ Element_VINE::Element_VINE()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 65;
- Description = "Vine, grows";
+ Description = "Vine, can grow along WOOD.";
State = ST_SOLID;
Properties = TYPE_SOLID;