| 527 | return wpnInternalWhatUses::whatUses[this->getID()]; |
| 528 | } |
| 529 | int WeaponType::damageAmount() const |
| 530 | { |
| 531 | return defaultWpnDamageAmt[this->getID()]; |
| 532 | } |
| 533 | int WeaponType::damageBonus() const |
| 534 | { |
| 535 | return defaultWpnDamageBonus[this->getID()]; |
no test coverage detected