mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-16 15:31:04 +00:00
Nerfed squishing
After fixing flashing tics not being set properly, 2 seconds of being fully stopped and then another 1.5 seconds minimum of being unable to be hit just feels like an eternity :V
This commit is contained in:
parent
e76da7d5ca
commit
80b8aefdb2
1 changed files with 1 additions and 1 deletions
|
@ -1940,7 +1940,7 @@ void K_SquishPlayer(player_t *player, mobj_t *source)
|
|||
K_CheckBumpers();
|
||||
}
|
||||
|
||||
player->kartstuff[k_squishedtimer] = 2*TICRATE;
|
||||
player->kartstuff[k_squishedtimer] = TICRATE;
|
||||
|
||||
player->powers[pw_flashing] = K_GetKartFlashing(player);
|
||||
|
||||
|
|
Loading…
Reference in a new issue