mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +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)
|
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 true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue