summaryrefslogtreecommitdiff
path: root/src/sliceitoff/game/gameplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/game/gameplay.py')
-rw-r--r--src/sliceitoff/game/gameplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sliceitoff/game/gameplay.py b/src/sliceitoff/game/gameplay.py
index e1f17ab..028536c 100644
--- a/src/sliceitoff/game/gameplay.py
+++ b/src/sliceitoff/game/gameplay.py
@@ -24,6 +24,7 @@ class Gameplay:
4_000)
if not zap_sprite:
return False
+ Stats.add_score(-500)
if pygame.sprite.spritecollideany(zap_sprite, self.enemies):
if Stats.lose_life():
return True