diff options
Diffstat (limited to 'src/simulation/elements/REPL.cpp')
| -rw-r--r-- | src/simulation/elements/REPL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/REPL.cpp b/src/simulation/elements/REPL.cpp index aa513e9..81b7c84 100644 --- a/src/simulation/elements/REPL.cpp +++ b/src/simulation/elements/REPL.cpp @@ -28,7 +28,7 @@ Element_REPL::Element_REPL() Temperature = 20.0f+0.0f +273.15f; HeatConduct = 0; - Description = "Repel or attract particles based on temp value."; + Description = "Repels or attracts particles based on it's temp value."; State = ST_NONE; Properties = TYPE_SOLID; |
