diff options
Diffstat (limited to 'src/simulation/elements/NWHL.cpp')
| -rw-r--r-- | src/simulation/elements/NWHL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/NWHL.cpp b/src/simulation/elements/NWHL.cpp index 7db070c..b1c10e5 100644 --- a/src/simulation/elements/NWHL.cpp +++ b/src/simulation/elements/NWHL.cpp @@ -28,7 +28,7 @@ Element_NWHL::Element_NWHL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 186; - Description = "White hole (Requires newtonian gravity)"; + Description = "White hole, pushes away other particles with gravity. (Requires Newtonian gravity)"; State = ST_SOLID; Properties = TYPE_SOLID; |
