mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 07:48:31 +07:00

* Show a highlight for the tile that seems most suitable to found a city (can be turned off in settings) * Don't allow players to cheat through highlighting suggested map tiles for city founding. * Don't pass whether cheating is allowed, but just decide based on whether civ is AI or not. That way it will also work correctly for automated settlers (by human players). Also show it in the first round, because why not. If the map generator puts us on a shitty starting tile, why not tell the player? * Address comments * Address comments