summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PIPE.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-05-04 13:42:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-05-04 13:42:23 (GMT)
commitcab667001dd1944cae646349430b969912c0b157 (patch)
tree53a425ae892e4f7f643822abdf1bb26449a443a0 /src/simulation/elements/PIPE.cpp
parentdd0f5f5efb4f108c2ce329a2ceabc7d8fa2b63f8 (diff)
parent630216c2531545c232edb45d3054c903c2c205c4 (diff)
downloadpowder-cab667001dd1944cae646349430b969912c0b157.zip
powder-cab667001dd1944cae646349430b969912c0b157.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/simulation/elements/PIPE.cpp')
-rw-r--r--src/simulation/elements/PIPE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PIPE.cpp b/src/simulation/elements/PIPE.cpp
index 0e49890..44e75db 100644
--- a/src/simulation/elements/PIPE.cpp
+++ b/src/simulation/elements/PIPE.cpp
@@ -28,7 +28,7 @@ Element_PIPE::Element_PIPE()
Temperature = 273.15f;
HeatConduct = 0;
- Description = "Moves elements around, read FAQ on website for help.";
+ Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is useable.";
State = ST_SOLID;
Properties = TYPE_SOLID|PROP_LIFE_DEC;