mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
parent
63d98c4692
commit
1fe8c566ee
@ -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 -> ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user