Skip to content

Commit

Permalink
More alternate names.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Aug 29, 2023
1 parent 3e132dc commit 96351ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysollib/games/beleagueredcastle.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ class PenelopesWeb(StreetsAndAlleys):
altnames=("Laying Siege", "Sham Battle",)))
registerGame(GameInfo(145, Citadel, "Citadel",
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
GI.SL_MOSTLY_SKILL))
GI.SL_MOSTLY_SKILL, altnames=('Under Siege',)))
registerGame(GameInfo(147, Fortress, "Fortress",
GI.GT_BELEAGUERED_CASTLE | GI.GT_OPEN, 1, 0,
GI.SL_SKILL))
Expand Down
3 changes: 2 additions & 1 deletion pysollib/games/fortythieves.py
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,8 @@ def inSuitSequence(self, card1, card2):
registerGame(GameInfo(295, NapoleonsSquare, "Napoleon's Square",
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(310, Emperor, "Emperor",
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED,
altnames=("Deauville")))
registerGame(GameInfo(323, Octave, "Octave",
GI.GT_FORTY_THIEVES, 2, 1, GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(332, Mumbai, "Mumbai",
Expand Down
3 changes: 2 additions & 1 deletion pysollib/games/pyramid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,8 @@ def fillStack(self, stack):
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_LUCK,
altnames=('Helsinki', "Good Thirteen")))
registerGame(GameInfo(594, Elevens, "Elevens",
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_LUCK))
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_LUCK,
altnames=('Eleven Away',)))
registerGame(GameInfo(595, ElevensToo, "Elevens Too",
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_LUCK))
registerGame(GameInfo(596, SuitElevens, "Suit Elevens",
Expand Down

0 comments on commit 96351ef

Please sign in to comment.