| 583 | return !!(wpnFlags[this->getID()] & TARG_GROUND); |
| 584 | } |
| 585 | bool WeaponType::targetsMechanical() const |
| 586 | { |
| 587 | return !!(wpnFlags[this->getID()] & TARG_MECH); |
| 588 | } |
| 589 | bool WeaponType::targetsOrganic() const |
| 590 | { |
| 591 | return !!(wpnFlags[this->getID()] & TARG_ORGANIC); |
no test coverage detected