diff options
Diffstat (limited to 'src/sliceitoff/stats/stats.py')
-rw-r--r-- | src/sliceitoff/stats/stats.py | 2 |
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 |