remove on ball during multi bonnus

This commit is contained in:
CoCo_Sol 2024-01-07 12:00:10 +01:00
parent 0a2a2dda2f
commit 258391c5c5

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: