| 531 | return defaultWpnDamageAmt[this->getID()]; |
| 532 | } |
| 533 | int WeaponType::damageBonus() const |
| 534 | { |
| 535 | return defaultWpnDamageBonus[this->getID()]; |
| 536 | } |
| 537 | int WeaponType::damageCooldown() const |
| 538 | { |
| 539 | return wpnDamageCooldowns[this->getID()]; |
no test coverage detected