* Gets the size of the unit. Normally this is 1 (small) or 2 (big). * @return The unit's size. */
| 200 | * @return The unit's size. |
| 201 | */ |
| 202 | int Armor::getSize() const |
| 203 | { |
| 204 | return _size; |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Gets the damage modifier for a certain damage type. |
no outgoing calls
no test coverage detected