| 535 | return defaultWpnDamageBonus[this->getID()]; |
| 536 | } |
| 537 | int WeaponType::damageCooldown() const |
| 538 | { |
| 539 | return wpnDamageCooldowns[this->getID()]; |
| 540 | } |
| 541 | int WeaponType::damageFactor() const |
| 542 | { |
| 543 | return wpnDamageFactor[this->getID()]; |
no test coverage detected