diff --git a/dlls/asheep/poolstick.cpp b/dlls/asheep/poolstick.cpp index 25a880fd..d4003c91 100644 --- a/dlls/asheep/poolstick.cpp +++ b/dlls/asheep/poolstick.cpp @@ -286,7 +286,12 @@ int CPoolstick::Swing( int fFirst ) } m_pPlayer->m_iWeaponVolume = POOLSTICK_BODYHIT_VOLUME; if ( !pEntity->IsAlive() ) + { +#if CROWBAR_FIX_RAPID_CROWBAR + m_flNextPrimaryAttack = GetNextAttackDelay(0.25); +#endif return TRUE; + } else flVol = 0.1;