From 2b5057d4281b47443e4673a1474d00301a8b97e9 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:07:24 +0000 Subject: [PATCH] - Added the description and updated the lists. --- res/quest/easy.txt | 1 + res/quest/hard.txt | 1 + res/quest/medium.txt | 1 + src/forge/quest/gui/main/QuestBattle.java | 6 +++--- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/res/quest/easy.txt b/res/quest/easy.txt index 9776d0fe059..ebca334ee93 100644 --- a/res/quest/easy.txt +++ b/res/quest/easy.txt @@ -1,3 +1,4 @@ +Aquaman 1 Bamm Bamm Rubble 1 Barney Rubble 1 Bart Simpson 1 diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 0629071a933..8d6762889a0 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -1,5 +1,6 @@ Abraham Lincoln 3 Albert Einstein 3 +Aquaman 3 Barney Rubble 3 Bart Simpson 3 Batman 3 diff --git a/res/quest/medium.txt b/res/quest/medium.txt index efc2eba1a0f..d85aaa78cb6 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -1,4 +1,5 @@ Albert Einstein 2 +Aquaman 2 Aragorn 2 Barney Rubble 2 Bart Simpson 2 diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 3b94486d449..db90920ce2c 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -25,9 +25,9 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Abraham Lincoln 3", "hard", "WUR flying creatures with Flamebreak and Earthquake"); addToDeckList("Albert Einstein 2", "medium", "Garruk Wildspeaker, W+G creatures with Needle Storm and Retribution of the Meek"); addToDeckList("Albert Einstein 3", "hard", "Garruk Wildspeaker, W+G creatures with Needle Storm and Retribution of the Meek"); -// addToDeckList("Aquaman 1", "easy", "WU Singleton"); -// addToDeckList("Aquaman 2", "medium", "WU Caw-Blade"); -// addToDeckList("Aquaman 3", "hard", "WU Caw-Blade Constructed"); + addToDeckList("Aquaman 1", "easy", "WU Singleton"); + addToDeckList("Aquaman 2", "medium", "WU Caw-Blade"); + addToDeckList("Aquaman 3", "hard", "WU Caw-Blade"); addToDeckList("Aragorn 2", "medium", "WBRG Landfall deck"); // addToDeckList("Ash 1", "easy", "WB Singleton"); // addToDeckList("Ash 2", "medium", "WB Singleton ");