Messages.getMessages().err("AttackWFAction", "Error: " + ex);
Messages.getMessages().err("AttackWFAction", "CivQuest will abort now!");
System.exit(-1);
}
combatManager.shoot();
// boolean couldShoot = false;
// do {
// couldShoot = combatManager.shoot();
// } while (couldShoot);