fakeping: force-enable fake pings on listen server

combat: reduce jumping when in strafe mode (ref #699)
linkage: enable bots bullet spread when running without metamod
Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
jeefo 2025-06-09 13:07:55 +03:00
commit ae913a52db
No known key found for this signature in database
GPG key ID: D696786B81B667C8
3 changed files with 29 additions and 2 deletions

View file

@ -1606,6 +1606,7 @@ void Bot::attackMovement () {
}
if (m_difficulty >= Difficulty::Normal
&& distanceSq < cr::sqrf (kSprayDistance)
&& (m_jumpTime + 5.0f < game.time ()
&& isOnFloor ()
&& rg (0, 1000) < (m_isReloading ? 8 : 2)