mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 03:00:55 +00:00
hyubgone timer is 20sec instead of 5
This commit is contained in:
parent
3bde71c70e
commit
6a8987ae27
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ static void K_KartGetItemResult(player_t *player, SINT8 getitem)
|
|||
if (getitem == KITEM_SPB || getitem == KITEM_SHRINK) // Indirect items
|
||||
indirectitemcooldown = 20*TICRATE;
|
||||
if (getitem == KITEM_HYUDORO) // Hyudoro cooldown
|
||||
hyubgone = 5*TICRATE;
|
||||
hyubgone = 20*TICRATE;
|
||||
|
||||
switch (getitem)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue