Only do whip cooldown tether suppress if you could actually whip

This commit is contained in:
AJ Martinez 2023-06-06 20:21:49 -07:00
parent 5b39142661
commit 5be40749d4

View file

@ -1395,7 +1395,7 @@ static void K_UpdateDraft(player_t *player)
}
// Opportunity cost for berserk attacking. Get your slingshot speed first!
if (player->instaShieldCooldown)
if (player->instaShieldCooldown && player->rings <= 0)
return;
// Not enough speed to draft.