| 2208 | return unitUpgrades::upgrades[this->getID()]; |
| 2209 | } |
| 2210 | UpgradeType UnitType::armorUpgrade() const |
| 2211 | { |
| 2212 | return unitArmorUpgrades::armorUpgrade[this->getID()]; |
| 2213 | } |
| 2214 | int UnitType::maxHitPoints() const |
| 2215 | { |
| 2216 | return defaultMaxHP[this->getID()]; |
no test coverage detected