diff --git a/core/src/com/unciv/logic/city/CityInfo.kt b/core/src/com/unciv/logic/city/CityInfo.kt index 711885f9ab..c8700ded47 100644 --- a/core/src/com/unciv/logic/city/CityInfo.kt +++ b/core/src/com/unciv/logic/city/CityInfo.kt @@ -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 -> ""