Remove Bubble Shields from cooldown item pool, move it to top half only

This commit is contained in:
Anonimus 2025-10-12 05:37:19 -04:00
parent 1f392e1cee
commit becc80290d

View file

@ -571,6 +571,11 @@ INT32 K_KartGetItemOdds(
}
break;
case KITEM_BUBBLESHIELD:
// Experiment: Given the refactoring of the item, remove it from the cooldown pool.
// Also: a given.
notForBottom = true;
/*FALLTHRU*/
case KITEM_ROCKETSNEAKER:
case KITEM_JAWZ:
case KITEM_LANDMINE:
@ -610,7 +615,6 @@ INT32 K_KartGetItemOdds(
/*FALLTHRU*/
case KITEM_MINE:
case KITEM_GROW:
case KITEM_BUBBLESHIELD:
case KITEM_FLAMESHIELD:
cooldownOnStart = true;
powerItem = true;