tryPlaceMinorCivsInTiles

private fun tryPlaceMinorCivsInTiles(civsToPlace: MutableList<CivilizationInfo>, tileMap: TileMap, tileList: MutableList<TileInfo>)

Attempts to randomly place civs from civsToPlace in tiles from tileList. Assumes that tileList is pre-vetted and only contains habitable land tiles. Will modify both civsToPlace and tileList as it goes!

Sources

jvm source
Link copied to clipboard