diff options
Diffstat (limited to 'src/simulation/elements/STKM2.cpp')
| -rw-r--r-- | src/simulation/elements/STKM2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/STKM2.cpp b/src/simulation/elements/STKM2.cpp index 0621d75..6583b70 100644 --- a/src/simulation/elements/STKM2.cpp +++ b/src/simulation/elements/STKM2.cpp @@ -28,7 +28,7 @@ Element_STKM2::Element_STKM2() Temperature = R_TEMP+14.6f+273.15f; HeatConduct = 0; - Description = "Stickman. Don't kill him!"; + Description = "second stickman. Don't kill him! Control with wasd."; State = ST_NONE; Properties = 0; |
