diff options
Diffstat (limited to 'src/simulation/elements/GBMB.cpp')
| -rw-r--r-- | src/simulation/elements/GBMB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GBMB.cpp b/src/simulation/elements/GBMB.cpp index 4257477..b9a603f 100644 --- a/src/simulation/elements/GBMB.cpp +++ b/src/simulation/elements/GBMB.cpp @@ -28,7 +28,7 @@ Element_GBMB::Element_GBMB() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Sticks to first object it touches then produces strong gravity push."; + Description = "Gravity bomb. Sticks to the first object it touches then produces a strong gravity push."; State = ST_NONE; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; |
