diff --git a/android/res/drawable-hdpi/uncivicon2.png b/android/res/drawable-hdpi/uncivicon2.png index 75e958be8b..1ed01bd13c 100644 Binary files a/android/res/drawable-hdpi/uncivicon2.png and b/android/res/drawable-hdpi/uncivicon2.png differ diff --git a/android/res/drawable-mdpi/uncivicon2.png b/android/res/drawable-mdpi/uncivicon2.png index 8e2ecc9f99..fdd2a4d737 100644 Binary files a/android/res/drawable-mdpi/uncivicon2.png and b/android/res/drawable-mdpi/uncivicon2.png differ diff --git a/android/res/drawable-xhdpi/uncivicon2.png b/android/res/drawable-xhdpi/uncivicon2.png index 76f7742fcc..a60ff61b49 100644 Binary files a/android/res/drawable-xhdpi/uncivicon2.png and b/android/res/drawable-xhdpi/uncivicon2.png differ diff --git a/android/res/drawable-xxhdpi/uncivicon2.png b/android/res/drawable-xxhdpi/uncivicon2.png index 1fd4c4d972..256b73bad1 100644 Binary files a/android/res/drawable-xxhdpi/uncivicon2.png and b/android/res/drawable-xxhdpi/uncivicon2.png differ diff --git a/android/res/drawable-xxxhdpi/uncivicon2.png b/android/res/drawable-xxxhdpi/uncivicon2.png index 1699da3a93..17905bbcfe 100644 Binary files a/android/res/drawable-xxxhdpi/uncivicon2.png and b/android/res/drawable-xxxhdpi/uncivicon2.png differ diff --git a/core/src/com/unciv/logic/GameInfo.kt b/core/src/com/unciv/logic/GameInfo.kt index 1d98a38d37..09a8261abb 100644 --- a/core/src/com/unciv/logic/GameInfo.kt +++ b/core/src/com/unciv/logic/GameInfo.kt @@ -224,7 +224,7 @@ class GameInfo { // which in turn leads to us trying to get info on all the building in all the cities... // which can fail if there's an "unregistered" building anywhere for (civInfo in civilizations) { - // As of 3.5. + // As of 3.3.7, Facism -> Fascism if(civInfo.policies.adoptedPolicies.contains("Facism")){ civInfo.policies.adoptedPolicies.remove("Facism") civInfo.policies.adoptedPolicies.add("Fascism")