mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-22 16:02:29 +00:00
Revert buubbledash changes
This commit is contained in:
parent
ae36a6d72d
commit
693ffe12d0
1 changed files with 1 additions and 1 deletions
|
|
@ -13215,7 +13215,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
||||||
K_ThrowKartItem(player, (player->throwdir > 0), MT_BUBBLESHIELDTRAP, -1, 0, 0);
|
K_ThrowKartItem(player, (player->throwdir > 0), MT_BUBBLESHIELDTRAP, -1, 0, 0);
|
||||||
if (player->throwdir == -1)
|
if (player->throwdir == -1)
|
||||||
{
|
{
|
||||||
player->counterdash += TICRATE/2;
|
P_InstaThrust(player->mo, player->mo->angle, player->speed + (80 * mapobjectscale));
|
||||||
player->wavedashboost += TICRATE;
|
player->wavedashboost += TICRATE;
|
||||||
player->wavedashpower = FRACUNIT;
|
player->wavedashpower = FRACUNIT;
|
||||||
player->fakeBoost += TICRATE/2;
|
player->fakeBoost += TICRATE/2;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue