Retirage d'une ball lors du multi bonnus (#29)

Reviewed-on: #29
Reviewed-by: Tipragot <contact@tipragot.fr>
Co-authored-by: CoCoSol007 <solois.corentin@gmail.com>
Co-committed-by: CoCoSol007 <solois.corentin@gmail.com>
This commit is contained in:
CoCo_Sol 2024-01-07 11:04:12 +00:00 committed by Tipragot
parent f2a91ed35d
commit ca08bad958

View file

@ -383,7 +383,6 @@ def __bonus_touched(ball: Entity, bonus: Entity):
player = ball.world.query(LastPlayerTurn).pop() player = ball.world.query(LastPlayerTurn).pop()
match bonus[Bonus]: match bonus[Bonus]:
case Bonus.MULTI: case Bonus.MULTI:
__spawn_ball(bonus.world)
__spawn_ball(bonus.world) __spawn_ball(bonus.world)
ball.world[TimeUntilBonus].start(ball.world) ball.world[TimeUntilBonus].start(ball.world)
case Bonus.BIG: case Bonus.BIG: