diff --git a/src/game/Game/BallSystem.cpp b/src/game/Game/BallSystem.cpp index f350b5e..f68faef 100644 --- a/src/game/Game/BallSystem.cpp +++ b/src/game/Game/BallSystem.cpp @@ -343,7 +343,7 @@ bool dd::Systems::BallSystem::Contact(const Events::Contact &event) EventBroker->Publish(particleEvent); } - ballComponent->Combo = 10; + ballComponent->Combo = 0; if (!ballComponent->Waiting) { if (m_InkBlaster) { if (!m_InkAttached) {