From 258391c5c59be85f7479e177928c0bc2bc11f75c Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sun, 7 Jan 2024 12:00:10 +0100 Subject: [PATCH] remove on ball during multi bonnus --- src/scenes/game.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scenes/game.py b/src/scenes/game.py index fd38afb..cee8a77 100644 --- a/src/scenes/game.py +++ b/src/scenes/game.py @@ -382,7 +382,6 @@ def __bonus_touched(ball: Entity, bonus: Entity): player = ball.world.query(LastPlayerTurn).pop() match bonus[Bonus]: case Bonus.MULTI: - __spawn_ball(bonus.world) __spawn_ball(bonus.world) ball.world[TimeUntilBonus].start(ball.world) case Bonus.BIG: -- 2.43.4