diff --git a/contrib/help-pages-translation-to-french/gen-html.py b/contrib/help-pages-translation-to-french/gen-html.py index f52fb801f3..387a5626d8 100755 --- a/contrib/help-pages-translation-to-french/gen-html.py +++ b/contrib/help-pages-translation-to-french/gen-html.py @@ -18,7 +18,6 @@ import pysollib.games # noqa: E402,F402,I100,I202 import pysollib.games.mahjongg # noqa: E402,F402 import pysollib.games.special # noqa: E402,F401,F402 -import pysollib.games.ultra # noqa: E402,F401,F402 try: os.mkdir('html') diff --git a/pysollib/games/takeaway.py b/pysollib/games/takeaway.py index c4081e4a5a..fc2741094a 100644 --- a/pysollib/games/takeaway.py +++ b/pysollib/games/takeaway.py @@ -242,11 +242,11 @@ def createGame(self): # register the game registerGame(GameInfo(334, TakeAway, "Take Away", - GI.GT_1DECK_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL, + GI.GT_GOLF | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL, altnames=("Eliminator", "Wolfpack", "Strip"))) registerGame(GameInfo(335, FourStacks, "Four Stacks", GI.GT_1DECK_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL)) registerGame(GameInfo(654, Striptease, "Striptease", - GI.GT_1DECK_TYPE, 1, 0, GI.SL_MOSTLY_SKILL)) + GI.GT_GOLF, 1, 0, GI.SL_MOSTLY_SKILL)) registerGame(GameInfo(784, TakeAway8, "Take Away 8", - GI.GT_1DECK_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL)) + GI.GT_GOLF | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL)) diff --git a/scripts/all_games.py b/scripts/all_games.py index 153f03963a..36f98c41a5 100755 --- a/scripts/all_games.py +++ b/scripts/all_games.py @@ -10,7 +10,6 @@ import pysollib.games import pysollib.games.mahjongg # noqa: F401 import pysollib.games.special -import pysollib.games.ultra # noqa: F401 from pysollib.gamedb import GAME_DB from pysollib.gamedb import GI from pysollib.mfxutil import latin1_normalize