Skip to content

Commit

Permalink
Set Egon ammo usage to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 3, 2024
1 parent 485309e commit f53f84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/egon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit f53f84a

Please sign in to comment.