summaryrefslogtreecommitdiff
path: root/src/simulation/elements/CO2.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-04 02:42:36 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-04 02:42:36 (GMT)
commitc68e4b1393f92fadfe4cf4b6dcca212414dd8646 (patch)
treed56fb4b11705d747595d42d8f6618d5d4da705b8 /src/simulation/elements/CO2.cpp
parent773d500d8abeb5b5c0a957a947cd5b66441ddfa8 (diff)
downloadpowder-c68e4b1393f92fadfe4cf4b6dcca212414dd8646.zip
powder-c68e4b1393f92fadfe4cf4b6dcca212414dd8646.tar.gz
change descriptions of many elements to be more consistent, contain more info, and be more helpful.
Diffstat (limited to 'src/simulation/elements/CO2.cpp')
-rw-r--r--src/simulation/elements/CO2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/CO2.cpp b/src/simulation/elements/CO2.cpp
index eb4bcb6..c3bb7c9 100644
--- a/src/simulation/elements/CO2.cpp
+++ b/src/simulation/elements/CO2.cpp
@@ -28,7 +28,7 @@ Element_CO2::Element_CO2()
Temperature = R_TEMP+273.15f;
HeatConduct = 88;
- Description = "Carbon Dioxide";
+ Description = "Carbon Dioxide. Heavy gas, drifts downwards. Carbonates water and turns to dry ice when cold.";
State = ST_GAS;
Properties = TYPE_GAS;