From 6a8987ae2721422b413f04e24bbb401c61708073 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 2 Sep 2022 22:48:50 -0400 Subject: [PATCH] hyubgone timer is 20sec instead of 5 --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index 7919f468..4bf33e4e 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -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) {