mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
parent
63d98c4692
commit
1fe8c566ee
@ -138,6 +138,7 @@ class CityInfo {
|
|||||||
val cityNameRounds = civInfo.citiesCreated / nationCities.size
|
val cityNameRounds = civInfo.citiesCreated / nationCities.size
|
||||||
if (cityNameRounds > 0 && civInfo.hasUnique("\"Borrows\" city names from other civilizations in the game")) {
|
if (cityNameRounds > 0 && civInfo.hasUnique("\"Borrows\" city names from other civilizations in the game")) {
|
||||||
name = borrowCityName()
|
name = borrowCityName()
|
||||||
|
return
|
||||||
}
|
}
|
||||||
val cityNamePrefix = when (cityNameRounds) {
|
val cityNamePrefix = when (cityNameRounds) {
|
||||||
0 -> ""
|
0 -> ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user