mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 20:22:40 +00:00
Merge branch 'flame-shield-slope-resistance' into 'master'
Slope resistance for flame shield See merge request KartKrew/Kart!488
This commit is contained in:
commit
f9abe3f2e4
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