* toggles whether or not the unit is in psi training */
| 528 | * toggles whether or not the unit is in psi training |
| 529 | */ |
| 530 | void Soldier::setPsiTraining() |
| 531 | { |
| 532 | _psiTraining = !_psiTraining; |
| 533 | } |
| 534 | |
| 535 | /** |
| 536 | * returns this soldier's psionic improvement score for this month. |
no outgoing calls
no test coverage detected