From 63daf67d44c284068a6104221121f466d9790ad9 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Fri, 26 Oct 2012 15:14:57 +0100 Subject: [PATCH] Improve EXOT description --- src/simulation/elements/EXOT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/EXOT.cpp b/src/simulation/elements/EXOT.cpp index 8934f89d2..2f9625459 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;