Directly set walltransferboost timer
Prevents cheese on maps with janky slopes
This commit is contained in:
parent
3d5c6d02f2
commit
2afd5d1ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -11053,7 +11053,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
K_SpawnDashDustRelease(player, false);
|
||||
S_StartSound(player->mo, sfx_s23c);
|
||||
player->walltransferboost += 15;
|
||||
player->walltransferboost = 15;
|
||||
player->walltransfered = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue