From 1fe8c566ee15f746318082f7817d00d16018321a Mon Sep 17 00:00:00 2001 From: freddyhayward Date: Mon, 12 Jul 2021 02:10:03 +1000 Subject: [PATCH] Fix Hun city names (#4469) (#4476) --- core/src/com/unciv/logic/city/CityInfo.kt | 1 + 1 file changed, 1 insertion(+) 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 -> ""