* Returns the string to add to a name for this StatString. * @return StatString... string. */
| 90 | * @return StatString... string. |
| 91 | */ |
| 92 | const std::string StatString::getString() |
| 93 | { |
| 94 | return _stringToBeAddedIfAllConditionsAreMet; |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Calculates the list of StatStrings that apply to certain unit stats. |