diff options
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; |
