summaryrefslogtreecommitdiff
path: root/src/sliceitoff/stats/stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/stats/stats.py')
-rw-r--r--src/sliceitoff/stats/stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sliceitoff/stats/stats.py b/src/sliceitoff/stats/stats.py
index 22345d7..80cd347 100644
--- a/src/sliceitoff/stats/stats.py
+++ b/src/sliceitoff/stats/stats.py
@@ -20,6 +20,7 @@ class Stats:
__class__.score += __class__.level * 3_000
__class__.score += __class__.level * __class__.bonus
__class__.bonus = 20_000
+ __class__.percent = 100
__class__.level += 1
@staticmethod