Experimental 2 tics accidental bail guard

prevents accidently bailing when trying to mash the respawn macro
This commit is contained in:
Ashnal 2025-06-23 18:02:10 -04:00
parent dc3c3a056a
commit fffe84fd18

View file

@ -13974,7 +13974,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
player->bailcharge = 0;
}
if ((!P_PlayerInPain(player) && player->bailcharge) || player->bailcharge >= BAIL_MAXCHARGE)
if ((!P_PlayerInPain(player) && player->bailcharge >= 5) || player->bailcharge >= BAIL_MAXCHARGE)
{
player->bailcharge = 0;