mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix Decked Out key
This commit is contained in:
@@ -17,7 +17,7 @@ public class ConstructedAchievements extends AchievementCollection {
|
|||||||
@Override
|
@Override
|
||||||
protected void buildBottomShelf() {
|
protected void buildBottomShelf() {
|
||||||
add("Poisoned", new Poisoned(10, 15, 25));
|
add("Poisoned", new Poisoned(10, 15, 25));
|
||||||
add("Decked Out", new DeckedOut(8, 4));
|
add("DeckedOut", new DeckedOut(8, 4));
|
||||||
add("Vanguard", new VariantWins(GameType.Vanguard, 25, 50));
|
add("Vanguard", new VariantWins(GameType.Vanguard, 25, 50));
|
||||||
add("MomirBasic", new VariantWins(GameType.MomirBasic, 25, 50));
|
add("MomirBasic", new VariantWins(GameType.MomirBasic, 25, 50));
|
||||||
add("Commander", new VariantWins(GameType.Commander, 25, 50));
|
add("Commander", new VariantWins(GameType.Commander, 25, 50));
|
||||||
|
|||||||
Reference in New Issue
Block a user