Retirage d'une ball lors du multi bonnus #29

Merged
tipragot merged 1 commit from change-multi-bonnus into main 2024-01-07 11:04:14 +00:00

View file

@ -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: