mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Noted original German name for German Clock.
This commit is contained in:
parent
31ada5672e
commit
47c51f454c
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<h1>German Clock</h1>
|
||||
<h1>German Clock (Die Uhr)</h1>
|
||||
<p>
|
||||
One-Deck game type. 1 deck. 1 redeal.
|
||||
|
||||
|
|
|
@ -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",)))
|
||||
|
|
Loading…
Add table
Reference in a new issue