Merge branch 'master' of https://github.com/wesnoth/wesnoth
This commit is contained in:
commit
e0871516fb
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ void recruitment::execute() {
|
|||
}
|
||||
int cheapest_unit_cost = get_cheapest_unit_cost_for_leader(leader);
|
||||
if (current_team().gold() < cheapest_unit_cost && cheapest_unit_cost > 0) {
|
||||
LOG_AI_RECRUITMENT << "Leader " << leader->name() << " recruits are to expensive. \n";
|
||||
LOG_AI_RECRUITMENT << "Leader " << leader->name() << " recruits are too expensive. \n";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue