aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/player.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.py b/src/player.py
index 590405a..1e880a1 100644
--- a/src/player.py
+++ b/src/player.py
@@ -31,7 +31,6 @@ class Player():
if is_dot:
game_state.score += 10
-
if is_big_dot:
self.powerup = True
self.timer = Timer(5 * 1000)