hyubgone timer is 20sec instead of 5

This commit is contained in:
Sally Coolatta 2022-09-02 22:48:50 -04:00
parent 3bde71c70e
commit 6a8987ae27

View file

@ -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)
{