placeMinorCivs
private fun placeMinorCivs(tileMap: TileMap, civs: List<CivilizationInfo>)
Content copied to clipboard
Assigns civs to regions or "uninhabited" land and places them. Depends on assignLuxuries having been called previously. Note: can silently fail to place all city states if there is too little room. Currently our GameStarter fills out with random city states, Civ V behavior is to forget about the discarded city states entirely.
Sources
jvm source
Link copied to clipboard