1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Russian Patience fits with the Klondike type.

This commit is contained in:
Joe R 2023-09-05 20:38:23 -04:00
parent 8a1940b3d3
commit efcfba4922
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<h1>Russian Patience (Die Russische)</h1>
<p>
Two-Deck game type. 2 stripped decks. No redeal.
Klondike type. 2 stripped decks. No redeal.
<h3>Object</h3>
<p>

View file

@ -1012,7 +1012,7 @@ registerGame(GameInfo(3, Irmgard, "Irmgard",
registerGame(GameInfo(119, DieKoenigsbergerin, "Die Koenigsbergerin",
GI.GT_GYPSY, 2, 0, GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(174, DieRussische, "Russian Patience",
GI.GT_2DECK_TYPE | GI.GT_OPEN | GI.GT_STRIPPED,
GI.GT_KLONDIKE | GI.GT_OPEN | GI.GT_STRIPPED,
2, 0, GI.SL_MOSTLY_SKILL,
ranks=(0, 6, 7, 8, 9, 10, 11, 12),
altnames=("Die Russische",)))