| 2306 | return this->dimensionUp() + 1 + this->dimensionDown(); |
| 2307 | } |
| 2308 | int UnitType::seekRange() const |
| 2309 | { |
| 2310 | return seekRangeTiles[this->getID()] * 32; |
| 2311 | } |
| 2312 | int UnitType::sightRange() const |
| 2313 | { |
| 2314 | return sightRangeTiles[this->getID()] * 32; |
no test coverage detected