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

Removed a leading space in the "Pyramid's Stones" alternate name that was throwing off the sorting.

This commit is contained in:
Joe R 2021-04-16 20:22:23 -04:00
parent f7c28b5011
commit 9a7bc59c8b

View file

@ -1349,7 +1349,7 @@ registerGame(GameInfo(38, Pyramid, "Pyramid",
registerGame(GameInfo(193, RelaxedPyramid, "Relaxed Pyramid",
GI.GT_PAIRING_TYPE | GI.GT_RELAXED, 1, 2,
GI.SL_MOSTLY_LUCK,
altnames=(" Pyramid's Stones",)))
altnames=("Pyramid's Stones",)))
# registerGame(GameInfo(44, Thirteen, "Thirteen",
# GI.GT_PAIRING_TYPE, 1, 0))
registerGame(GameInfo(592, Giza, "Giza",