diff --git a/html-src/rules/germanclock.html b/html-src/rules/germanclock.html index 4bf2f8e5..133eca59 100644 --- a/html-src/rules/germanclock.html +++ b/html-src/rules/germanclock.html @@ -1,4 +1,4 @@ -

German Clock

+

German Clock (Die Uhr)

One-Deck game type. 1 deck. 1 redeal. diff --git a/pysollib/games/grandfathersclock.py b/pysollib/games/grandfathersclock.py index f2e95c02..e045d3b0 100644 --- a/pysollib/games/grandfathersclock.py +++ b/pysollib/games/grandfathersclock.py @@ -713,4 +713,5 @@ registerGame(GameInfo(737, Clock, "Clock", GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK, altnames=("Travellers", "Sundial"))) registerGame(GameInfo(827, GermanClock, "German Clock", - GI.GT_1DECK_TYPE, 1, 1, GI.SL_MOSTLY_LUCK)) + GI.GT_1DECK_TYPE, 1, 1, GI.SL_MOSTLY_LUCK, + altnames=("Die Uhr",)))