From b136272a15d9c492655592d27984b15e6ba52707 Mon Sep 17 00:00:00 2001 From: rootcoma Date: Wed, 13 Nov 2013 08:49:51 -0800 Subject: [PATCH] Subtracting more points on questions answered quickly --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 742b497..efb6f75 100644 --- a/plugin.py +++ b/plugin.py @@ -915,7 +915,7 @@ class TriviaTime(callbacks.Plugin): self.removeEvent() - self.storage.updateQuestionStats(self.lineNumber, 1, 0) + self.storage.updateQuestionStats(self.lineNumber, (4-self.hintsCounter), 0) if self.stopPending == True: self.stop()