Require bots to be much slower to consider spindash

This commit is contained in:
Sally Coolatta 2021-12-11 02:22:33 -05:00
parent 08bfd6e881
commit ba26a3a223

View file

@ -776,7 +776,7 @@ static UINT8 K_TrySpindash(player_t *player)
return 0;
}
if (speedDiff < (3 * baseAccel / 4))
if (speedDiff < (baseAccel / 4))
{
if (player->botvars.spindashconfirm < BOTSPINDASHCONFIRM)
{