| 2314 | return sightRangeTiles[this->getID()] * 32; |
| 2315 | } |
| 2316 | WeaponType UnitType::groundWeapon() const |
| 2317 | { |
| 2318 | return unitWeapons::groundWeapon[this->getID()]; |
| 2319 | } |
| 2320 | int UnitType::maxGroundHits() const |
| 2321 | { |
| 2322 | return groundWeaponHits[this->getID()]; |