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

Grand Duchess is in the Numerica game family.

This commit is contained in:
Joe R 2023-08-23 18:28:51 -04:00
parent d93ad0dbfe
commit d00762b352
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<h1>Grand Duchess</h1>
<p>
Two-Deck game type. 2 decks. 3 redeals.
Numerica type. 2 decks. 3 redeals.
<h3>Object</h3>
<p>

View file

@ -1,6 +1,6 @@
<h1>Grand Duchess +</h1>
<p>
Two-Deck game type. 2 decks. 3 redeals.
Numerica type. 2 decks. 3 redeals.
<h3>Object</h3>
<p>

View file

@ -1,6 +1,6 @@
<h1>Parisienne</h1>
<p>
Two-Deck game type. 2 decks. 3 redeals.
Numerica type. 2 decks. 3 redeals.
<h3>Object</h3>
<p>

View file

@ -154,10 +154,10 @@ class GrandDuchessPlus(GrandDuchess):
registerGame(GameInfo(557, GrandDuchess, "Grand Duchess",
GI.GT_2DECK_TYPE, 2, 3,
GI.GT_NUMERICA, 2, 3,
altnames=('Duchess de Luynes')))
registerGame(GameInfo(617, Parisienne, "Parisienne",
GI.GT_2DECK_TYPE, 2, 3,
GI.GT_NUMERICA, 2, 3,
altnames=('La Parisienne', 'Parisian')))
registerGame(GameInfo(618, GrandDuchessPlus, "Grand Duchess +",
GI.GT_2DECK_TYPE, 2, 3))
GI.GT_NUMERICA, 2, 3))