diff options
Diffstat (limited to 'src/simulation/elements/FIGH.cpp')
| -rw-r--r-- | src/simulation/elements/FIGH.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FIGH.cpp b/src/simulation/elements/FIGH.cpp index 146c3db..767805b 100644 --- a/src/simulation/elements/FIGH.cpp +++ b/src/simulation/elements/FIGH.cpp @@ -28,7 +28,7 @@ Element_FIGH::Element_FIGH() Temperature = R_TEMP+14.6f+273.15f; HeatConduct = 0; - Description = "Fighter. Tries to kill stickmen."; + Description = "Fighter. Tries to kill stickmen. You must first give it an element to kill him with."; State = ST_NONE; Properties = 0; |
