mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Let flame shield resist slope butter
This commit is contained in:
parent
d3c775a08d
commit
a3d5804da9
1 changed files with 1 additions and 1 deletions
|
|
@ -2682,7 +2682,7 @@ boolean K_ApplyOffroad(player_t *player)
|
|||
|
||||
boolean K_SlopeResistance(player_t *player)
|
||||
{
|
||||
if (player->invincibilitytimer || player->sneakertimer || player->tiregrease)
|
||||
if (player->invincibilitytimer || player->sneakertimer || player->tiregrease || player->flamedash)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue