From 6f2eeab32b08c75399c971a52238bdcdc16085b2 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Wed, 10 Apr 2024 18:04:27 +0300 Subject: tests for highscores --- src/sliceitoff/hiscores/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sliceitoff/hiscores/static.py') 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, "---") ] -- cgit v1.2.3