* Gets the corpse item used in the Geoscape. * @return The name of the corpse item. */
| 153 | * @return The name of the corpse item. |
| 154 | */ |
| 155 | std::string Armor::getCorpseGeoscape() const |
| 156 | { |
| 157 | return _corpseGeo; |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * Gets the list of corpse items dropped by the unit |
no outgoing calls
no test coverage detected