Fix Hun city names (#4469) (#4476)

This commit is contained in:
freddyhayward 2021-07-12 02:10:03 +10:00 committed by GitHub
parent 63d98c4692
commit 1fe8c566ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,7 @@ class CityInfo {
val cityNameRounds = civInfo.citiesCreated / nationCities.size
if (cityNameRounds > 0 && civInfo.hasUnique("\"Borrows\" city names from other civilizations in the game")) {
name = borrowCityName()
return
}
val cityNamePrefix = when (cityNameRounds) {
0 -> ""