From 8d36a95f7e9f5551247a8738e08f2308ff4376c1 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 2 Mar 2025 08:06:15 -0500 Subject: [PATCH] Use old hyudoro duration --- src/k_kart.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/k_kart.c b/src/k_kart.c index 4d745f268..a2103984d 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -4926,9 +4926,6 @@ static void K_DoHyudoroSteal(player_t *player) boolean sink = P_RandomChance(FRACUNIT/64); INT32 hyu = hyudorotime; - if (gametype == GT_RACE) - hyu *= 2; // double in race - for (i = 0; i < MAXPLAYERS; i++) { if (playeringame[i] && players[i].mo && players[i].mo->health > 0 && players[i].playerstate == PST_LIVE