Unciv/tests
Yair Morgenstern 13af71e427
Autoupdates to uniques will multiple solutions now replace to the correct one (#6208)
* Autoupdates to uniques will multiple solutions now replace to the correct one

Problem - some deprecated uniques can lead to multiple possibilities of replacements, depending on the parameter type
This lead to replacements in the jsons that were either unparseable entirely or were causing errors, both of which needed to be corrected by hand
We now separate such deprecations into their constituent potential replacement uniques, and try and take only the unique that doesn't cause any errors
Works like a charmander :)

* Conditional name change

* Resolved #6179 - when changing units production due to deprecation, notification no longer counts the same city multiple times if it appears multiple times in its queue
2022-02-22 11:33:07 +02:00
..
src/com/unciv Autoupdates to uniques will multiple solutions now replace to the correct one (#6208) 2022-02-22 11:33:07 +02:00
build.gradle.kts Bumped sourceCompatibility to Java 7 2021-08-20 15:24:02 +03:00