diff --git a/binary/dlls/egon.cpp b/binary/dlls/egon.cpp index eeb7ca33..800d4ad6 100644 --- a/binary/dlls/egon.cpp +++ b/binary/dlls/egon.cpp @@ -348,7 +348,7 @@ void CEgon::Fire(const Vector& vecOrigSrc, const Vector& vecDir) //multiplayer uses 5 ammo/second if (gpGlobals->time >= m_flAmmoUseTime) { - UseAmmo(5); + UseAmmo(2); m_flAmmoUseTime = gpGlobals->time + 0.001; // This is the actual Egon fire rate } }