Spawn Duel items in GP Bonus

This commit is contained in:
AJ Martinez 2023-10-24 01:44:56 -07:00
parent a221cb467e
commit b2349ed6bf

View file

@ -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();
}