mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
A few more alternate names.
This commit is contained in:
parent
83c5b8be44
commit
d3262b2c5c
3 changed files with 6 additions and 3 deletions
|
@ -1460,7 +1460,8 @@ registerGame(GameInfo(426, Octagon, "Octagon",
|
|||
registerGame(GameInfo(440, Squadron, "Squadron",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(462, Josephine, "Josephine",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_MOSTLY_SKILL))
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Forty Bandits")))
|
||||
registerGame(GameInfo(493, MarieRose, "Marie Rose",
|
||||
GI.GT_FORTY_THIEVES, 3, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(503, BigStreets, "Big Streets",
|
||||
|
|
|
@ -427,7 +427,8 @@ registerGame(GameInfo(333, OpenGargantua, "Open Gargantua",
|
|||
GI.GT_KLONDIKE, 2, 1, GI.SL_BALANCED,
|
||||
altnames=("Open Jumbo",)))
|
||||
registerGame(GameInfo(15, BigHarp, "Big Harp",
|
||||
GI.GT_KLONDIKE, 2, 0, GI.SL_BALANCED))
|
||||
GI.GT_KLONDIKE, 2, 0, GI.SL_BALANCED,
|
||||
altnames=("Die grosse Harfe", "Die Pyramide",)))
|
||||
registerGame(GameInfo(51, Steps, "Steps",
|
||||
GI.GT_KLONDIKE, 2, 1, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(273, TripleKlondike, "Triple Klondike",
|
||||
|
|
|
@ -480,7 +480,8 @@ registerGame(GameInfo(656, Accordion, "Bayan",
|
|||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_SKILL))
|
||||
registerGame(GameInfo(772, Accordion2, "Accordion",
|
||||
GI.GT_1DECK_TYPE, 1, 0, GI.SL_SKILL,
|
||||
altnames=('Idle Year', 'Methuselah', 'Tower of Babel')))
|
||||
altnames=('Idle Year', 'Methuselah', 'Tower of Babel',
|
||||
'One Away Three Away')))
|
||||
registerGame(GameInfo(773, RelaxedAccordion, "Relaxed Accordion",
|
||||
GI.GT_1DECK_TYPE | GI.GT_RELAXED, 1, 0, GI.SL_SKILL))
|
||||
registerGame(GameInfo(811, AccordionsRevenge, "Accordion's Revenge",
|
||||
|
|
Loading…
Add table
Reference in a new issue