Revert buubbledash changes

This commit is contained in:
AJ Martinez 2024-05-05 15:20:33 -07:00
parent ae36a6d72d
commit 693ffe12d0

View file

@ -13215,7 +13215,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
K_ThrowKartItem(player, (player->throwdir > 0), MT_BUBBLESHIELDTRAP, -1, 0, 0);
if (player->throwdir == -1)
{
player->counterdash += TICRATE/2;
P_InstaThrust(player->mo, player->mo->angle, player->speed + (80 * mapobjectscale));
player->wavedashboost += TICRATE;
player->wavedashpower = FRACUNIT;
player->fakeBoost += TICRATE/2;