fix stats

This commit is contained in:
Pesakitan22 2018-04-18 09:48:43 +07:00
parent a464f366eb
commit 10c44d266d

View file

@ -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_()