reduce waiting time for repeated skipping and remove after four successive skips

This commit is contained in:
Jannes Höke
2016-05-08 17:03:29 +02:00
parent 2b8c01002f
commit 1d10388d8e
2 changed files with 38 additions and 7 deletions

View File

@ -55,6 +55,7 @@ class Player(object):
self.drew = False
self.anti_cheat = 0
self.turn_started = datetime.now()
self.waiting_time = 90
def leave(self):
""" Leave the current game """