Skip to content

Commit

Permalink
Open Proils is an open game.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Nov 29, 2023
1 parent a99bacb commit 10c6b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysollib/games/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,6 @@ def _saveGameHook(self, p):
registerGame(GameInfo(894, Cromwell, "Cromwell",
GI.GT_FAN_TYPE | GI.GT_OPEN, 2, 0, GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(908, OpenProils, "Open Proils",
GI.GT_FAN_TYPE, 1, 0, GI.SL_BALANCED))
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_BALANCED))
registerGame(GameInfo(926, AlexanderTheGreat, "Alexander the Great",
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))

0 comments on commit 10c6b5c

Please sign in to comment.