class inv_formation

The inv_formation class derived from formation class.

The difference between formation object and an inv_formation object that the later has added the following:
1. inv_formation has the element of attack, thus formation members attack with fire.
2. inv_formation also has a mother_ship member that handles invaders mother ship.

Handling all logic is done in inv_formation::action() method.