forgotten ;
This commit is contained in:
parent
c9318bd11a
commit
8712f9c06e
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void ai::do_attack_analysis(
|
|||
int best_leadership_bonus = abil.highest("value").first;
|
||||
double leadership_bonus = static_cast<double>(best_leadership_bonus+100)/100.0;
|
||||
if (leadership_bonus > 1.1) {
|
||||
ERR_AI << unit_itor->second.name() << " is getting leadership " << leadership_bonus << "\n"
|
||||
ERR_AI << unit_itor->second.name() << " is getting leadership " << leadership_bonus << "\n";
|
||||
}
|
||||
|
||||
// Check to see whether this move would be a backstab.
|
||||
|
|
Loading…
Add table
Reference in a new issue