Air drag for bots on dash pads is not stronger

This commit is contained in:
Sally Coolatta 2023-12-19 11:28:10 -05:00
parent bfd84b1099
commit 22a2323148

View file

@ -2115,7 +2115,7 @@ static void P_3dMovement(player_t *player)
fixed_t newspeed;
// Make rubberbanding bots slow down faster
if (K_PlayerUsesBotMovement(player))
if (K_PlayerUsesBotMovement(player) && player->dashpadcooldown == 0)
{
fixed_t rubberband = player->botvars.rubberband - FRACUNIT;