diff options
Diffstat (limited to 'src/simulation/elements/DEST.cpp')
| -rw-r--r-- | src/simulation/elements/DEST.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/DEST.cpp b/src/simulation/elements/DEST.cpp index 6dcca59..d6f24f5 100644 --- a/src/simulation/elements/DEST.cpp +++ b/src/simulation/elements/DEST.cpp @@ -28,7 +28,7 @@ Element_DEST::Element_DEST() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 150; - Description = "More destructive Bomb."; + Description = "More destructive Bomb, can break through virtually anything."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; |
