diff --git a/.gitattributes b/.gitattributes index 1bc6f242be1..f829fb6173f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9235,7 +9235,7 @@ res/quest/decks/Riddler[!!-~]4.dck -text res/quest/decks/Rocky[!!-~]1.dck -text res/quest/decks/Rocky[!!-~]2.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[!!-~]2.dck -text res/quest/decks/Samantha[!!-~]Stephens[!!-~]3.dck -text diff --git a/res/quest/decks/Rogue 3.dck b/res/quest/decks/Sabertooth 3.dck similarity index 91% rename from res/quest/decks/Rogue 3.dck rename to res/quest/decks/Sabertooth 3.dck index dd2958f19d5..00c8e5a4a14 100644 --- a/res/quest/decks/Rogue 3.dck +++ b/res/quest/decks/Sabertooth 3.dck @@ -1,4 +1,4 @@ -Rogue 3 +Sabertooth 3 [general] constructed [main] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 2888aafd715..fbf68b5baa2 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -93,7 +93,7 @@ Radiant 3 Radioactive Man 3 Riddler 3 Rocky 3 -Rogue 3 +Sabertooth 3 Samantha Stephens 3 Samwise Gamgee 3 Saruman 3 diff --git a/src/main/java/forge/quest/gui/main/QuestBattle.java b/src/main/java/forge/quest/gui/main/QuestBattle.java index bda20f6c637..674a518aea0 100644 --- a/src/main/java/forge/quest/gui/main/QuestBattle.java +++ b/src/main/java/forge/quest/gui/main/QuestBattle.java @@ -328,9 +328,9 @@ public class QuestBattle extends QuestSelectablePanel { 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 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 2", "medium", "WU Painter's Servant anti-red deck"); addToDeckList("Samantha Stephens 3", "hard", "WU Painter's Servant anti-red deck with Grindstone combo");