mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
K_KArtItemReelBoss: Adjust significantly
- Have two loop arounds with varying quantities of orbinauts between gachaboms
- Removes all bananas
- Makes mashing for an item never give you something which can't attack a stationary target
- Prevents complete autopilot timing
This commit is contained in:
parent
3b595b0055
commit
fdd5ee8dfc
1 changed files with 8 additions and 4 deletions
|
|
@ -205,11 +205,15 @@ static kartitems_t K_KartItemReelBreakTheCapsules[] =
|
||||||
|
|
||||||
static kartitems_t K_KartItemReelBoss[] =
|
static kartitems_t K_KartItemReelBoss[] =
|
||||||
{
|
{
|
||||||
KITEM_ORBINAUT,
|
|
||||||
KITEM_BANANA,
|
|
||||||
KITEM_ORBINAUT,
|
|
||||||
KITEM_BANANA,
|
|
||||||
KITEM_GACHABOM,
|
KITEM_GACHABOM,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_GACHABOM,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
KITEM_NONE
|
KITEM_NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue