* Returns the unit's current armor. * @return Pointer to armor data. */
| 405 | * @return Pointer to armor data. |
| 406 | */ |
| 407 | Armor *Soldier::getArmor() const |
| 408 | { |
| 409 | return _armor; |
| 410 | } |
| 411 | |
| 412 | /** |
| 413 | * Changes the unit's current armor. |
no outgoing calls
no test coverage detected