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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/stats/stats.py b/src/sliceitoff/stats/stats.py
index de7b0c1..7fa39c2 100644
--- a/src/sliceitoff/stats/stats.py
+++ b/src/sliceitoff/stats/stats.py
@@ -23,7 +23,7 @@ class Stats:
@staticmethod
def lose_life():
- __class__.lives -= 3
+ __class__.lives -= 1
return not __class__.lives
@staticmethod