| 523 | return wpnInternalTechs::attachedTech[this->getID()]; |
| 524 | } |
| 525 | UnitType WeaponType::whatUses() const |
| 526 | { |
| 527 | return wpnInternalWhatUses::whatUses[this->getID()]; |
| 528 | } |
| 529 | int WeaponType::damageAmount() const |
| 530 | { |
| 531 | return defaultWpnDamageAmt[this->getID()]; |