mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Manipulation of how Hangman is counting score.
This commit is contained in:
@@ -288,7 +288,5 @@ class HangmanObserver(PrivMsgObserverPrototype):
|
||||
|
||||
def giveExtraPointsInTime(self, nick):
|
||||
delta = time.time()-self.time
|
||||
if delta <30:
|
||||
self.addToScore(nick, 5)
|
||||
if delta <60:
|
||||
self.addToScore(nick, 5)
|
||||
self.addToScore(nick,int((60-delta)/6))
|
||||
Reference in New Issue
Block a user