* returns this soldier's psionic improvement score for this month. * @return score */
| 537 | * @return score |
| 538 | */ |
| 539 | int Soldier::getImprovement() |
| 540 | { |
| 541 | return _improvement; |
| 542 | } |
| 543 | |
| 544 | /** |
| 545 | * Returns the soldier's death details. |
no outgoing calls
no test coverage detected