* Returns the list of EquipmentLayoutItems of a soldier. * @return Pointer to the EquipmentLayoutItem list. */
| 455 | * @return Pointer to the EquipmentLayoutItem list. |
| 456 | */ |
| 457 | std::vector<EquipmentLayoutItem*> *Soldier::getEquipmentLayout() |
| 458 | { |
| 459 | return &_equipmentLayout; |
| 460 | } |
| 461 | |
| 462 | /** |
| 463 | * Trains a soldier's Psychic abilities after 1 month. |
no outgoing calls
no test coverage detected