diff options
Diffstat (limited to 'src/simulation/elements/BRAY.cpp')
| -rw-r--r-- | src/simulation/elements/BRAY.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BRAY.cpp b/src/simulation/elements/BRAY.cpp index 7c43d42..5030020 100644 --- a/src/simulation/elements/BRAY.cpp +++ b/src/simulation/elements/BRAY.cpp @@ -28,7 +28,7 @@ Element_BRAY::Element_BRAY() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Ray Point. Rays create points when they collide"; + Description = "Ray Point. Rays create points when they collide."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_LIFE_KILL; |
