diff --git a/Runtime/MP1/World/CThardus.cpp b/Runtime/MP1/World/CThardus.cpp index c01605dc6..7f23d51b9 100644 --- a/Runtime/MP1/World/CThardus.cpp +++ b/Runtime/MP1/World/CThardus.cpp @@ -989,6 +989,7 @@ void CThardus::ProjectileAttack(CStateManager& mgr, EStateMsg msg, float arg) { void CThardus::Flinch(CStateManager& mgr, EStateMsg msg, float arg) { if (msg == EStateMsg::Activate) { + x5ec_ = 0; for (TUniqueId uid : x798_) { if (auto* rock = CPatterned::CastTo(mgr.ObjectById(uid))) { rock->sub80203d58();