| 555 | return wpnInternalExplosionType::explosionType[this->getID()]; |
| 556 | } |
| 557 | int WeaponType::minRange() const |
| 558 | { |
| 559 | return wpnMinRange[this->getID()]; |
| 560 | } |
| 561 | int WeaponType::maxRange() const |
| 562 | { |
| 563 | return wpnMaxRange[this->getID()]; |
no test coverage detected