We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed539cc commit b3fbb2eCopy full SHA for b3fbb2e
1 file changed
code/ship/ship.cpp
@@ -16433,6 +16433,7 @@ int ship_do_rearm_frame( object *objp, float frametime )
16433
swp->secondary_bank_ammo[i] = swp->secondary_bank_start_ammo[i];
16434
}
16435
use_mission_rearm_pool_for_weapon(weapon_class, swp->secondary_bank_ammo[i] - prev_ammo, shipp->team);
16436
+ }
16437
} else {
16438
banks_full++;
16439
0 commit comments