mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Re-fixed flake8.
This commit is contained in:
parent
bfe1842b60
commit
44d09efa66
1 changed files with 2 additions and 0 deletions
|
@ -922,6 +922,7 @@ class ForestGlade(Game):
|
||||||
|
|
||||||
shallHighlightMatch = Game._shallHighlightMatch_SS
|
shallHighlightMatch = Game._shallHighlightMatch_SS
|
||||||
|
|
||||||
|
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
# * Bear River
|
# * Bear River
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
@ -1015,6 +1016,7 @@ class BearRiver(Fan):
|
||||||
def _saveGameHook(self, p):
|
def _saveGameHook(self, p):
|
||||||
p.dump(self.base_card.id)
|
p.dump(self.base_card.id)
|
||||||
|
|
||||||
|
|
||||||
# register the game
|
# register the game
|
||||||
registerGame(GameInfo(56, FanGame, "Fan",
|
registerGame(GameInfo(56, FanGame, "Fan",
|
||||||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||||
|
|
Loading…
Add table
Reference in a new issue