fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

Cannot autoselect next target to build in the city by right click on "Change" #130

Open iegik opened 3 years ago

iegik commented 3 years ago
Screenshot 2021-09-11 at 15 41 21

Also may be related to #115

Screenshot 2021-09-11 at 15 42 06
fire-eggs commented 3 years ago

See issue #121 where the city status flag includes the state of auto-build mode.

fire-eggs commented 3 years ago

image

fire-eggs commented 3 years ago

From the manual:

Auto-Production: This is an option available from the City menu. If you choose it, your advisors will automatically decide what unit or improvement this city should produce. When a new unit or improvement is completed, the advisors automatically choose what to build next. You can retake control of production at any time by turning off the Auto-Production option. This option applies to only one city at a time. It must be selected for each city.

iegik commented 2 years ago

This may related with how AI decide to produce units in the cities https://github.com/fire-eggs/CivOne/issues/165