diff --git a/res/quest/decks/Jack Sparrow 1.dck b/res/quest/decks/Jack Sparrow 1.dck index 0164fee64df..4f5588444ce 100644 --- a/res/quest/decks/Jack Sparrow 1.dck +++ b/res/quest/decks/Jack Sparrow 1.dck @@ -4,26 +4,25 @@ constructed [main] 1 Expedition Map 4 Underground Sea -1 Armored Galleon +2 Armored Galleon 1 Leonin Scimitar -6 Swamp 2 Talas Warrior -3 Steam Frigate 2 Pirate Ship +2 Steam Frigate +6 Swamp 4 Drowned Catacomb 2 Dissipate +3 Undermine 10 Island -2 Undermine -3 False Summoning 1 Ancestral Recall +3 False Summoning 2 Talas Scout -1 Talas Air Ship +2 Talas Air Ship 1 Mikokoro, Center of the Sea 2 Cloud Pirates -1 Tooth of Chiss-Goria 3 Counterspell -4 Talas Merchant -1 Ramirez DePietro -2 Rishadan Airship +2 Talas Merchant +2 Ramirez DePietro 1 Archivist +2 Rishadan Airship [sideboard] diff --git a/src/forge/Gui_NewGame.java b/src/forge/Gui_NewGame.java index 4605ab72665..d7a6c98dfa5 100644 --- a/src/forge/Gui_NewGame.java +++ b/src/forge/Gui_NewGame.java @@ -192,7 +192,7 @@ public class Gui_NewGame extends JFrame implements NewConstants, NewConstants.LA Dimension screen = getToolkit().getScreenSize(); Rectangle bounds = getBounds(); - bounds.width = 520; + bounds.width = 550; bounds.height = 553; bounds.x = (screen.width - bounds.width) / 2; bounds.y = (screen.height - bounds.height) / 2;