diff --git a/game.py b/game.py index ca74d43..c863943 100644 --- a/game.py +++ b/game.py @@ -64,7 +64,7 @@ class Game(object): return players def start(self): - if self.mode == None or self.mode == 'fast' + if self.mode == None or self.mode == "wild": self.deck._fill_classic_() else: self.deck._fill_wild_()