* returns whether or not the unit is in psi training * @return true/false */
| 520 | * @return true/false |
| 521 | */ |
| 522 | bool Soldier::isInPsiTraining() |
| 523 | { |
| 524 | return _psiTraining; |
| 525 | } |
| 526 | |
| 527 | /** |
| 528 | * toggles whether or not the unit is in psi training |
no outgoing calls
no test coverage detected