fix stats
This commit is contained in:
parent
a464f366eb
commit
10c44d266d
1 changed files with 1 additions and 1 deletions
2
game.py
2
game.py
|
@ -64,7 +64,7 @@ class Game(object):
|
||||||
return players
|
return players
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
if self.mode == None or self.mode == 'fast'
|
if self.mode == None or self.mode == "wild":
|
||||||
self.deck._fill_classic_()
|
self.deck._fill_classic_()
|
||||||
else:
|
else:
|
||||||
self.deck._fill_wild_()
|
self.deck._fill_wild_()
|
||||||
|
|
Loading…
Reference in a new issue