| 591 | return !!(wpnFlags[this->getID()] & TARG_ORGANIC); |
| 592 | } |
| 593 | bool WeaponType::targetsNonBuilding() const |
| 594 | { |
| 595 | return !!(wpnFlags[this->getID()] & TARG_NOBUILD); |
| 596 | } |
| 597 | bool WeaponType::targetsNonRobotic() const |
| 598 | { |
| 599 | return !!(wpnFlags[this->getID()] & TARG_NOROBOT); |
no test coverage detected