Android icons up-to-date
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 19 KiB |
|
@ -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")
|
||||
|
|