diff options
Diffstat (limited to 'src/simulation/elements/LIGH.cpp')
| -rw-r--r-- | src/simulation/elements/LIGH.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/LIGH.cpp b/src/simulation/elements/LIGH.cpp index 1556110..bf41f77 100644 --- a/src/simulation/elements/LIGH.cpp +++ b/src/simulation/elements/LIGH.cpp @@ -29,7 +29,7 @@ Element_LIGH::Element_LIGH() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "More realistic lightning. Set pen size to set the size of the lightning."; + Description = "Lightning. Change the brush size to set the size of the lightning."; State = ST_SOLID; Properties = TYPE_SOLID; |
