No tether during podium

This commit is contained in:
Sally Coolatta 2023-03-02 18:21:57 -05:00
parent 29a10ebb0f
commit 0a63476a68

View file

@ -1243,6 +1243,11 @@ static boolean K_TryDraft(player_t *player, mobj_t *dest, fixed_t minDist, fixed
angle_t yourangle, theirangle, diff;
#endif
if (K_PodiumSequence() == true)
{
return false;
}
#ifndef EASYDRAFTTEST
// Don't draft on yourself :V
if (dest->player && dest->player == player)