mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'wtf-tripwire' into 'master'
Grant short tripwire leniency when passing tripwire See merge request KartKrew/Kart!1984
This commit is contained in:
commit
7ce6ec3477
1 changed files with 2 additions and 0 deletions
|
|
@ -4706,6 +4706,8 @@ void K_ApplyTripWire(player_t *player, tripwirestate_t state)
|
||||||
Obj_GardenTopDestroy(player);
|
Obj_GardenTopDestroy(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
player->tripwireLeniency += TICRATE/2;
|
||||||
}
|
}
|
||||||
else if (state == TRIPSTATE_BLOCKED)
|
else if (state == TRIPSTATE_BLOCKED)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue