timelimit on skip command

This commit is contained in:
Jannes Höke
2016-04-30 13:27:41 +02:00
parent 27fff4b2e1
commit 76b869fce7
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import logging
from datetime import datetime
import card as c
@ -35,6 +36,7 @@ class Player(object):
self.bluffing = False
self.drew = False
self.anti_cheat = 0
self.turn_started = datetime.now()
def leave(self):
""" Leave the current game """