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:
parent
9cb8171030
commit
ae913a52db
3 changed files with 29 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue