diff --git a/Userland/Libraries/LibCards/CardStack.h b/Userland/Libraries/LibCards/CardStack.h index 6fa274a050..4e3fdafee5 100644 --- a/Userland/Libraries/LibCards/CardStack.h +++ b/Userland/Libraries/LibCards/CardStack.h @@ -79,7 +79,7 @@ private: case Type::Waste: return { 0, 0, 1, 0 }; case Type::Play: - return { 20, 0, 1, 0 }; + return { 15, 0, 1, 0 }; default: return {}; }