mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Don't show acid drop hint in pain
This commit is contained in:
parent
c316924792
commit
0bb9a2a531
1 changed files with 2 additions and 0 deletions
|
|
@ -7979,6 +7979,8 @@ boolean K_CanSuperTransfer(player_t *player)
|
|||
{
|
||||
if (!player->transfer)
|
||||
return false;
|
||||
if (P_PlayerInPain(player))
|
||||
return false;
|
||||
return (abs(player->mo->momz) < (2*abs(player->transfer)/4)) || (player->mo->momz > 0) != (player->transfer > 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue