From 7611f2c610d9bf9a6d0caa85cff70b448a3c0e37 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Wed, 6 Jun 2018 20:52:13 -0400 Subject: [PATCH] 1v1 battle no items fix --- 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 bc812b44..f1c7c8f9 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -677,7 +677,7 @@ static void K_KartItemRouletteByDistance(player_t *player, ticcmd_t *cmd) if (cv_blueshell.value && pexiting == 0 && (secondist > distvar*4) && !lightningcooldown) SETITEMRESULT(useodds, 15); // Blue Shell if (cv_fireflower.value) SETITEMRESULT(useodds, 16); // Fire Flower - if (cv_tripleredshell.value && pingame > 2) SETITEMRESULT(useodds, 17); // Triple Red Shell + if (cv_tripleredshell.value) SETITEMRESULT(useodds, 17); // Triple Red Shell if (cv_lightning.value && pingame > pexiting && !lightningcooldown) SETITEMRESULT(useodds, 18); // Lightning if (cv_feather.value) SETITEMRESULT(useodds, 19); // Feather