- Actually update the card ultimate achievements after the win.

This commit is contained in:
Michael Kamensky
2023-04-18 22:23:45 +03:00
parent 4aae0e6b01
commit f4030012f9

View File

@@ -67,6 +67,7 @@ public abstract class AchievementCollection implements Iterable<Achievement> {
AltWinAchievements.instance.updateAll(player);
PlaneswalkerAchievements.instance.updateAll(player);
ChallengeAchievements.instance.updateAll(player);
CardActivationAchievements.instance.updateAll(player);
}
public static void buildComboBox(IComboBox<AchievementCollection> cb) {