diff --git a/Userland/Games/Solitaire/CardStack.h b/Userland/Games/Solitaire/CardStack.h index 6a399f6065..589da87443 100644 --- a/Userland/Games/Solitaire/CardStack.h +++ b/Userland/Games/Solitaire/CardStack.h @@ -57,7 +57,7 @@ private: case Foundation: return { 2, 1, 4, 1 }; case Normal: - return { 0, 15, 1, 3 }; + return { 0, 20, 1, 3 }; case Stock: case Waste: return { 2, 1, 8, 1 };