* Returns the terror site's unique identifying name. * @param lang Language to get strings from. * @return Full name. */
| 102 | * @return Full name. |
| 103 | */ |
| 104 | std::wstring TerrorSite::getName(Language *lang) const |
| 105 | { |
| 106 | return lang->getString("STR_TERROR_SITE").arg(_id); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Returns the number of seconds remaining before the terror site expires. |