| 915 | }; |
| 916 | |
| 917 | bool AEquipment::needsReload() const |
| 918 | { |
| 919 | return type->type == AEquipmentType::Type::Weapon && ammo == 0 && !type->ammo_types.empty(); |
| 920 | } |
| 921 | |
| 922 | // Alexey Andronov: Istrebitel |
| 923 | // Made up values calculated by trying several throws in game |
no test coverage detected