diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-11-03 15:57:32 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-11-03 16:11:11 (GMT) |
| commit | 2ed53a99aee2c12f1a362f5d879bab3f23d4d713 (patch) | |
| tree | 225a81a36b7fca8f70dd0b57e4824a2ffaa1ea35 /src/simulation/elements/EXOT.cpp | |
| parent | bd473f02caa618801513c67fff1cff1fbeb2da34 (diff) | |
| download | powder-2ed53a99aee2c12f1a362f5d879bab3f23d4d713.zip powder-2ed53a99aee2c12f1a362f5d879bab3f23d4d713.tar.gz | |
Change EXOT properties to match TPT
Diffstat (limited to 'src/simulation/elements/EXOT.cpp')
| -rw-r--r-- | src/simulation/elements/EXOT.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/simulation/elements/EXOT.cpp b/src/simulation/elements/EXOT.cpp index 2f96254..4f68af3 100644 --- a/src/simulation/elements/EXOT.cpp +++ b/src/simulation/elements/EXOT.cpp @@ -22,16 +22,16 @@ Element_EXOT::Element_EXOT() Flammable = 0; Explosive = 0; Meltable = 0; - Hardness = 20; + Hardness = 2; - Weight = 45; + Weight = 46; Temperature = R_TEMP-2.0f +273.15f; - HeatConduct = 29; + HeatConduct = 250; Description = "Exotic matter. Explodes with excess exposure to electrons."; State = ST_LIQUID; - Properties = TYPE_LIQUID|PROP_NEUTPENETRATE; + Properties = TYPE_LIQUID; LowPressure = IPL; LowPressureTransition = NT; |
