| 1888 | } |
| 1889 | |
| 1890 | void BattleUnit::updateGeoscapeStats(Soldier *soldier) |
| 1891 | { |
| 1892 | soldier->addMissionCount(); |
| 1893 | soldier->addKillCount(_kills); |
| 1894 | } |
| 1895 | |
| 1896 | /** |
| 1897 | * Check if unit eligible for squaddie promotion. If yes, promote the unit. |
no test coverage detected