diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:14:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:14:57 (GMT) |
| commit | 63daf67d44c284068a6104221121f466d9790ad9 (patch) | |
| tree | f054375b60d9b332c1c0f5658fc43c0add6dd217 /src/simulation/elements/EXOT.cpp | |
| parent | 6d1c7be74068a06ba8a64dbe3d94a8a25fa7b09e (diff) | |
| download | powder-63daf67d44c284068a6104221121f466d9790ad9.zip powder-63daf67d44c284068a6104221121f466d9790ad9.tar.gz | |
Improve EXOT description
Diffstat (limited to 'src/simulation/elements/EXOT.cpp')
| -rw-r--r-- | src/simulation/elements/EXOT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/EXOT.cpp b/src/simulation/elements/EXOT.cpp index 8934f89..2f96254 100644 --- a/src/simulation/elements/EXOT.cpp +++ b/src/simulation/elements/EXOT.cpp @@ -28,7 +28,7 @@ Element_EXOT::Element_EXOT() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Radioactive liquid"; + Description = "Exotic matter. Explodes with excess exposure to electrons."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_NEUTPENETRATE; |
