FreeCol / freecol

FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.
GNU General Public License v2.0
585 stars 170 forks source link

Order colony-resources from best to worst in workplan #79

Closed bjorneg closed 3 years ago

bjorneg commented 3 years ago

Sometimes AI assigns European units to worst producing tile.

I think the bug is caused by a wrongly sorted workplan in ColonyPlan.java.

Calebrw commented 3 years ago

Merged.