* Gets the storage item needed to equip this. * @return The name of the store item. */
| 172 | * @return The name of the store item. |
| 173 | */ |
| 174 | std::string Armor::getStoreItem() const |
| 175 | { |
| 176 | return _storeItem; |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Gets the drawing routine ID. |
no outgoing calls
no test coverage detected