diff options
| author | jacob1 <jfu614@gmail.com> | 2012-12-18 19:55:10 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2012-12-18 19:55:10 (GMT) |
| commit | b236c75209c45bddf51f6911593d27779dd621e2 (patch) | |
| tree | eb73becb499ecbedad620669840b357a8583e154 /src/simulation/elements/CONV.cpp | |
| parent | 771d71ea4619f30bd1b135697e83037ba333008f (diff) | |
| download | powder-b236c75209c45bddf51f6911593d27779dd621e2.zip powder-b236c75209c45bddf51f6911593d27779dd621e2.tar.gz | |
make TSNS not detect METL, some other sensor and CONV fixes
Diffstat (limited to 'src/simulation/elements/CONV.cpp')
| -rw-r--r-- | src/simulation/elements/CONV.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/CONV.cpp b/src/simulation/elements/CONV.cpp index 6ad1336..6577516 100644 --- a/src/simulation/elements/CONV.cpp +++ b/src/simulation/elements/CONV.cpp @@ -28,7 +28,7 @@ Element_CONV::Element_CONV() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. Converts whatever touches it into its ctype."; + Description = "Solid. Converts everything into whatever it first touches."; State = ST_NONE; Properties = TYPE_SOLID; |
