diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-04 02:42:36 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-04 02:42:36 (GMT) |
| commit | c68e4b1393f92fadfe4cf4b6dcca212414dd8646 (patch) | |
| tree | d56fb4b11705d747595d42d8f6618d5d4da705b8 /src/simulation/elements/ELEC.cpp | |
| parent | 773d500d8abeb5b5c0a957a947cd5b66441ddfa8 (diff) | |
| download | powder-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/ELEC.cpp')
| -rw-r--r-- | src/simulation/elements/ELEC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/ELEC.cpp b/src/simulation/elements/ELEC.cpp index fe056f3..8ab4af1 100644 --- a/src/simulation/elements/ELEC.cpp +++ b/src/simulation/elements/ELEC.cpp @@ -28,7 +28,7 @@ Element_ELEC::Element_ELEC() Temperature = R_TEMP+200.0f+273.15f; HeatConduct = 251; - Description = "Electrons"; + Description = "Electrons. Sparks electronics, reacts with NEUT and WATR."; State = ST_GAS; Properties = TYPE_ENERGY|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; |
