From b2349ed6bf2a66df5b24cf231a6ee854466b5a3d Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Tue, 24 Oct 2023 01:44:56 -0700 Subject: [PATCH] Spawn Duel items in GP Bonus --- 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 182e0a7cb..e08f86287 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -263,7 +263,7 @@ void K_TimerInit(void) timelimitintics = K_TimeLimitForGametype(); g_pointlimit = K_PointLimitForGametype(); - if (inDuel == true) + if (inDuel == true || (grandprixinfo.gp && grandprixinfo.eventmode == GPEVENT_BONUS)) { K_SpawnDuelOnlyItems(); }