- Renamed the quest deck Rogue 3 to Sabertooth 3.

This commit is contained in:
Chris
2011-08-19 00:35:31 +00:00
parent d18f252ec2
commit c260a283cd
4 changed files with 5 additions and 5 deletions

2
.gitattributes vendored
View File

@@ -9235,7 +9235,7 @@ res/quest/decks/Riddler[!!-~]4.dck -text
res/quest/decks/Rocky[!!-~]1.dck -text res/quest/decks/Rocky[!!-~]1.dck -text
res/quest/decks/Rocky[!!-~]2.dck -text res/quest/decks/Rocky[!!-~]2.dck -text
res/quest/decks/Rocky[!!-~]3.dck -text res/quest/decks/Rocky[!!-~]3.dck -text
res/quest/decks/Rogue[!!-~]3.dck -text res/quest/decks/Sabertooth[!!-~]3.dck -text
res/quest/decks/Samantha[!!-~]Stephens[!!-~]1.dck -text res/quest/decks/Samantha[!!-~]Stephens[!!-~]1.dck -text
res/quest/decks/Samantha[!!-~]Stephens[!!-~]2.dck -text res/quest/decks/Samantha[!!-~]Stephens[!!-~]2.dck -text
res/quest/decks/Samantha[!!-~]Stephens[!!-~]3.dck -text res/quest/decks/Samantha[!!-~]Stephens[!!-~]3.dck -text

View File

@@ -1,4 +1,4 @@
Rogue 3 Sabertooth 3
[general] [general]
constructed constructed
[main] [main]

View File

@@ -93,7 +93,7 @@ Radiant 3
Radioactive Man 3 Radioactive Man 3
Riddler 3 Riddler 3
Rocky 3 Rocky 3
Rogue 3 Sabertooth 3
Samantha Stephens 3 Samantha Stephens 3
Samwise Gamgee 3 Samwise Gamgee 3
Saruman 3 Saruman 3

View File

@@ -328,9 +328,9 @@ public class QuestBattle extends QuestSelectablePanel {
addToDeckList("Rocky 1", "easy", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm"); addToDeckList("Rocky 1", "easy", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
addToDeckList("Rocky 2", "medium", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm"); addToDeckList("Rocky 2", "medium", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
addToDeckList("Rocky 3", "hard", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm"); addToDeckList("Rocky 3", "hard", "WUR Pro red deck with Flamebreak, Tremor, Pyroclasm");
addToDeckList("Rogue 3", "hard", "Mono R Dragon deck with Tarox Bladewing, Dragon Roost and Chandra Nalaar"); // addToDeckList("Rogue 3", "hard", "Mono R Dragon deck with Tarox Bladewing, Dragon Roost and Chandra Nalaar");
// addToDeckList("Sabertooth 2", "medium", "G Smokestack deck"); addToDeckList("Sabertooth 3", "hard", "Mono R Dragon deck with Tarox Bladewing, Dragon Roost and Chandra Nalaar");
addToDeckList("Samantha Stephens 1", "easy", "WU Painter's Servant anti-red deck"); addToDeckList("Samantha Stephens 1", "easy", "WU Painter's Servant anti-red deck");
addToDeckList("Samantha Stephens 2", "medium", "WU Painter's Servant anti-red deck"); addToDeckList("Samantha Stephens 2", "medium", "WU Painter's Servant anti-red deck");
addToDeckList("Samantha Stephens 3", "hard", "WU Painter's Servant anti-red deck with Grindstone combo"); addToDeckList("Samantha Stephens 3", "hard", "WU Painter's Servant anti-red deck with Grindstone combo");