diff options
Diffstat (limited to 'src/simulation/elements/SING.cpp')
| -rw-r--r-- | src/simulation/elements/SING.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SING.cpp b/src/simulation/elements/SING.cpp index e0ec3db..e39a55b 100644 --- a/src/simulation/elements/SING.cpp +++ b/src/simulation/elements/SING.cpp @@ -28,7 +28,7 @@ Element_SING::Element_SING() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Singularity"; + Description = "Singularity. Creates huge amounts of negative pressure and destroys everything."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC; |
