diff options
Diffstat (limited to 'src/simulation/elements/PRTI.cpp')
| -rw-r--r-- | src/simulation/elements/PRTI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PRTI.cpp b/src/simulation/elements/PRTI.cpp index 4f5a0f5..ce91087 100644 --- a/src/simulation/elements/PRTI.cpp +++ b/src/simulation/elements/PRTI.cpp @@ -28,7 +28,7 @@ Element_PRTI::Element_PRTI() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Portal IN. Things go in here, now with channels (same as WIFI)"; + Description = "Portal IN. Things go in here, now with temperature dependent channels (same as WIFI)"; State = ST_SOLID; Properties = TYPE_SOLID; |
