mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
A couple game organization corrections.
This commit is contained in:
parent
8909990e89
commit
441c6718fb
2 changed files with 2 additions and 3 deletions
|
@ -452,4 +452,4 @@ registerGame(GameInfo(37, LarasGame, "Lara's Game",
|
|||
registerGame(GameInfo(13006, RelaxedLarasGame, "Lara's Game Relaxed",
|
||||
GI.GT_2DECK_TYPE, 2, 1, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(13007, DoubleLarasGame, "Lara's Game Doubled",
|
||||
GI.GT_2DECK_TYPE, 4, 2, GI.SL_BALANCED))
|
||||
GI.GT_4DECK_TYPE, 4, 2, GI.SL_BALANCED))
|
||||
|
|
|
@ -255,12 +255,11 @@ def r(id, gameclass, name):
|
|||
return gi
|
||||
|
||||
|
||||
r(180, Pegged, "Pegged")
|
||||
r(180, Pegged, "Pegged Octagon")
|
||||
r(181, PeggedCross1, "Pegged Cross 1")
|
||||
r(182, PeggedCross2, "Pegged Cross 2")
|
||||
r(183, Pegged6x6, "Pegged 6x6")
|
||||
r(184, Pegged7x7, "Pegged 7x7")
|
||||
r(210, PeggedTriangle1, "Pegged Triangle 1")
|
||||
r(211, PeggedTriangle2, "Pegged Triangle 2")
|
||||
|
||||
del r
|
||||
|
|
Loading…
Add table
Reference in a new issue