From fa22e6afc577b57497b5d3b000c69e2e277e6cae Mon Sep 17 00:00:00 2001 From: Joe R Date: Mon, 7 Nov 2022 18:00:11 -0500 Subject: [PATCH] Corrected KDE Patience/KPatience compatibility list to correctly match latest version. --- pysollib/gamedb.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pysollib/gamedb.py b/pysollib/gamedb.py index 22d92453..cf9a3b23 100644 --- a/pysollib/gamedb.py +++ b/pysollib/gamedb.py @@ -358,8 +358,10 @@ class GI: # KDE Patience 2.0 from KDE 2.2beta1 (we have 12 out of 14 games) # ("KDE Patience", (1, 2, 7, 8, 18, 19, 23, 36, 50, 256, 261, 903,)), # KDE Patience 2.0 from KDE 3.1.1 (we have 15 out of 15 games) - ("KDE Patience", (1, 2, 7, 8, 18, 19, 23, 36, 50, - 256, 261, 277, 278, 279, 903,)), + # ("KDE Patience", (1, 2, 7, 8, 18, 19, 23, 36, 50, + # 256, 261, 277, 278, 279, 903,)), + # Now KPatience - Calculation and Napoleon's Tomb have been removed. + ("KPatience", (1, 2, 7, 8, 11, 18, 19, 23, 36, 50, 261, 278, 903,)), # Microsoft Solitaire (we have all 5 games) ("Microsoft Solitaire Collection", (2, 8, 11, 38, 22231,)),