diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-10 18:04:27 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-10 18:04:27 +0300 |
commit | 6f2eeab32b08c75399c971a52238bdcdc16085b2 (patch) | |
tree | 6972e845a3351023d56e8e7e4882262722041b9b /src/sliceitoff/hiscores/static.py | |
parent | 7b312aab1af3b2c67bc29df1faf46e39947b51fe (diff) |
tests for highscores
Diffstat (limited to 'src/sliceitoff/hiscores/static.py')
-rw-r--r-- | src/sliceitoff/hiscores/static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/hiscores/static.py b/src/sliceitoff/hiscores/static.py index cf17ba8..65a032e 100644 --- a/src/sliceitoff/hiscores/static.py +++ b/src/sliceitoff/hiscores/static.py @@ -19,7 +19,7 @@ INITIAL_HIGHSCORES = [ (10000, "-O-"), (8000, "-F-"), (6000, "-F-"), - (4000, "-!-"), + (4000, "---"), (2000, "---"), (0, "---") ] |