From ca08bad9585474439e3fcdad1c62ddaccaaa33df Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Sun, 7 Jan 2024 11:04:12 +0000 Subject: [PATCH] Retirage d'une ball lors du multi bonnus (#29) Reviewed-on: https://git.tipragot.fr/raphael/ponguito/pulls/29 Reviewed-by: Tipragot Co-authored-by: CoCoSol007 Co-committed-by: CoCoSol007 --- src/scenes/game.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scenes/game.py b/src/scenes/game.py index b763856..07ffa7a 100644 --- a/src/scenes/game.py +++ b/src/scenes/game.py @@ -383,7 +383,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: