From bfd8c191e967266beb9bcfa0c15e7aa9b63ee9ee Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:13:22 +0000 Subject: [PATCH] - Minor changes to a few quest deck descriptions. --- src/forge/quest/gui/main/QuestBattle.java | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/forge/quest/gui/main/QuestBattle.java b/src/forge/quest/gui/main/QuestBattle.java index 86432134493..c2c757ab076 100644 --- a/src/forge/quest/gui/main/QuestBattle.java +++ b/src/forge/quest/gui/main/QuestBattle.java @@ -62,25 +62,25 @@ public class QuestBattle extends QuestSelectablePanel { addToDeckList("Buffy 2", "medium", "BRG Vampires deck with wither and Sorceress Queen"); addToDeckList("Buffy 3", "hard", "BRG Vampires deck with wither and Sorceress Queen"); - addToDeckList("C3PO 1", "easy", "BR Goblins, Goblin Ringleader, Mad Auntie and Sensation Gorger"); - addToDeckList("C3PO 2", "medium", "BR Goblins, Goblin Ringleader, Kiki-Jiki, Mad Auntie and Sensation Gorger"); - addToDeckList("C3PO 3", "hard", "BR Goblins, Goblin Ringleader, Kiki-Jiki, Mad Auntie and Sensation Gorger"); -// addToDeckList("Cable 2", "medium", "RU Artifact"); -// addToDeckList("Cable 3", "hard", "R Artifact deck"); -// addToDeckList("Captain America 2", "medium", "Bant Exalted"); -// addToDeckList("Captain America 3", "hard", "Bant Exalted"); - addToDeckList("Catwoman 1", "easy", "GW Cat creatures"); - addToDeckList("Catwoman 2", "medium", "GWR Cats creatures with Lightning Helix"); -// addToDeckList("Colbert 2", "medium", "GW Cats"); -// addToDeckList("Colbert 3", "hard", "RWU Extended"); -// addToDeckList("Colossus 2", "medium", "GR Changeling"); -// addToDeckList("Colossus 3", "hard", "GU Standard Constructed"); - addToDeckList("Comic Book Guy 3", "hard", "Roc and Rukh Eggs, Flamebrake, Earthquake, Auriok Champion, Kor Firewalker"); -// addToDeckList("Conan 3", "hard", "Red monsters"); - addToDeckList("Crocodile Dundee 1", "easy", "Mono red deck with Mudbrawler Cohort and Bloodmark Mentor"); - addToDeckList("Crocodile Dundee 2", "medium", "Mono red deck with Mudbrawler Cohort and Bloodmark Mentor"); - addToDeckList("Crocodile Dundee 3", "hard", "Mono red deck with Mudbrawler Cohort and Bloodmark Mentor"); - addToDeckList("Cyclops 3", "hard", "Slivers mainly, some spells"); + addToDeckList("C3PO 1", "easy", "BR Goblin deck with Goblin Ringleader, Mad Auntie and Sensation Gorger"); + addToDeckList("C3PO 2", "medium", "BR Goblin deck with Goblin Ringleader, Kiki-Jiki, Mad Auntie and Sensation Gorger"); + addToDeckList("C3PO 3", "hard", "BR Goblin deck with Goblin Ringleader, Kiki-Jiki, Mad Auntie and Sensation Gorger"); +// addToDeckList("Cable 2", "medium", "UR Artifact deck"); +// addToDeckList("Cable 3", "hard", "R Artifact deck deck"); +// addToDeckList("Captain America 2", "medium", "Bant Exalted deck"); +// addToDeckList("Captain America 3", "hard", "Bant Exalted deck"); + addToDeckList("Catwoman 1", "easy", "WG Cat deck with Kjeldoran War Cry"); + addToDeckList("Catwoman 2", "medium", "WRG Cat deck with Lightning Helix"); +// addToDeckList("Colbert 2", "medium", "WG Cats deck"); +// addToDeckList("Colbert 3", "hard", "WUR Extended deck"); +// addToDeckList("Colossus 2", "medium", "RG Changeling deck"); +// addToDeckList("Colossus 3", "hard", "UG Standard Constructed deck"); + addToDeckList("Comic Book Guy 3", "hard", "WR deck with Roc and Rukh Eggs, Flamebrake, Earthquake and Auriok Champion"); +// addToDeckList("Conan 3", "hard", "Red monsters deck"); + addToDeckList("Crocodile Dundee 1", "easy", "Mono R deck with Mudbrawler Cohort and Bloodmark Mentor"); + addToDeckList("Crocodile Dundee 2", "medium", "Mono R deck with Mudbrawler Cohort and Bloodmark Mentor"); + addToDeckList("Crocodile Dundee 3", "hard", "Mono R deck with Mudbrawler Cohort and Bloodmark Mentor"); + addToDeckList("Cyclops 3", "hard", "WUBRG Slivers deck with a few spells"); addToDeckList("Da Vinci 1", "easy", "Mono black deck, Ashenmoor Cohort + Badmoon + some Fear"); addToDeckList("Da Vinci 2", "medium", "Mono black deck, Korlash, Heir to Blackblade + Badmoon + threat removal");