fix: la powerball con quantum effect no feia roido al explotar

This commit is contained in:
2025-07-15 08:18:05 +02:00
parent aa195b8cf4
commit 6329283124
3 changed files with 3 additions and 1 deletions

View File

@@ -256,6 +256,7 @@ int BalloonManager::popBalloon(std::shared_ptr<Balloon> balloon)
if (balloon->getType() == BalloonType::POWERBALL)
{
balloon->pop(true);
score = destroyAllBalloons();
power_ball_enabled_ = false;
balloon_deploy_counter_ = 20;