diff --git a/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java b/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java index b8fa6b97238..d6b6716b156 100644 --- a/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java +++ b/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java @@ -32,6 +32,7 @@ public class AltWinAchievements extends AchievementCollection { add("Door to Nothingness", "The Door", "And behind door #2 is..."); add("Epic Struggle", "The Army", "Let's just trample them into the ground already!"); add("Felidar Sovereign", "The Cat's Life", "Just wait for his other eight lives!"); + add("Hedron Alignment", "The Alignment", "The hedrons are right!"); add("Helix Pinnacle", "The Tower", "The view from the top is great!"); add("Hellkite Tyrant", "The Hoard", "You made your bed of treasure, now lie in it!"); add("Laboratory Maniac", "The Insanity", "No more questions? I'm omniscient now!"); diff --git a/forge-gui/src/main/java/forge/achievement/PlaneswalkerAchievements.java b/forge-gui/src/main/java/forge/achievement/PlaneswalkerAchievements.java index a8b56a64401..f875b0b14f7 100644 --- a/forge-gui/src/main/java/forge/achievement/PlaneswalkerAchievements.java +++ b/forge-gui/src/main/java/forge/achievement/PlaneswalkerAchievements.java @@ -35,6 +35,7 @@ public class PlaneswalkerAchievements extends AchievementCollection { add("Ashiok, Nightmare Weaver", "Ashiok's Identity", "I subscribe to the theory of blank slate!"); add("Chandra Ablaze", "Chandra's Bargain", "I feel like I've seen those before..."); add("Chandra Nalaar", "Chandra's Rage", "Feel the power of my wrath!"); + add("Chandra, Flamecaller", "Chandra's Sea of Flames", "You didn't activate this for 0 just to get the achievement, did you?"); add("Chandra, Pyromaster", "Chandra's Vengeance", "Please file in triplicate!"); add("Chandra, Roaring Flame", "Chandra's Roar", "The opponent continues to burn..."); add("Chandra, the Firebrand", "Chandra's Hex", "When burning five is just not enough."); @@ -73,6 +74,7 @@ public class PlaneswalkerAchievements extends AchievementCollection { add("Nicol Bolas, Planeswalker", "Bolas's Ultimatum", "Whatever you do, don't call him \"Nicol\"!"); add("Nissa Revane", "Nissa's Summoning", "The whole village is here!"); add("Nissa, Sage Animist", "Nissa's Wake-Up Call", "Wake up! Time to work!"); + add("Nissa, Voice of Zendikar", "Nissa's Bounty", "It's harvest time!"); add("Nissa, Worldwaker", "Nissa's Awakening", "The whole country is here!"); add("Ob Nixilis of the Black Oath", "Nixilis's Black Oath", "We all have to bring sacrifices sometimes."); add("Ob Nixilis Reignited", "Ob Nixilis's Torment", "I'll give you dreams from beyond the underworld!");