From 256483b3042a441d165e16c1902b3a4441d480c8 Mon Sep 17 00:00:00 2001 From: Agetian Date: Sun, 2 Jul 2017 12:37:44 +0000 Subject: [PATCH] - Sorting AltWinAchievements by name. --- .../src/main/java/forge/achievement/AltWinAchievements.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java b/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java index ed535650b11..68070fde31e 100644 --- a/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java +++ b/forge-gui/src/main/java/forge/achievement/AltWinAchievements.java @@ -39,12 +39,12 @@ public class AltWinAchievements extends AchievementCollection { add("Laboratory Maniac", "The Insanity", "No more questions? I'm omniscient now!"); add("Mayael's Aria", "The Gargantuan", "Just my shadow weighs a ton!"); add("Maze's End", "The Labyrinth", "What? No bossfight?"); + add("Mechanized Production", "The Rise of Replicas", "Welcome to the future of mass production!"); add("Mortal Combat", "The Boneyard", "So peaceful..."); add("Near-Death Experience", "The Edge", "Phew... I thought I was going to die!"); add("Phage the Untouchable", "The Untouchable", "None are immune to her deadly touch!"); add("Test of Endurance", "The Test", "So... did I pass?"); add("Triskaidekaphobia", "The Fear of 13", "It's just a silly ancient superstition... right?"); - add("Mechanized Production", "The Rise of Replicas", "Welcome to the future of mass production!"); } private void add(String cardName0, String displayName0, String flavorText0) {