Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-05-07 17:53:20 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-05-07 17:53:20 (GMT)
commit6fe524933197a03fd7e14c3ff41c3237fcab51c0 (patch)
tree32184c053581ffee616a1900199471c6393ad5b1 /constants.py
parentdd6225e5d52c28e4c855dde093fcc8ebe6ab66c9 (diff)
fix mixup re low score retrieval
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 9cdddb7..97dcbaf 100644
--- a/constants.py
+++ b/constants.py
@@ -45,7 +45,7 @@ DICE = 4
LOW = 'low'
MEDIUM = 'medium'
HIGH = 'high'
-DIFFICULTY_LEVEL = [MEDIUM, HIGH, LOW]
+DIFFICULTY_LEVEL = [LOW, MEDIUM, HIGH]
RED_STROKE = '#FF6040'
RED_FILL = '#FFC4B8'