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:
parent
d93ad0dbfe
commit
d00762b352
4 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue