mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Actually update the card ultimate achievements after the win.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user