mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Use intermittent Gachabom in boss item table
This commit is contained in:
parent
c41d0dee32
commit
ccef5bc5c9
1 changed files with 3 additions and 1 deletions
|
|
@ -198,9 +198,11 @@ static kartitems_t K_KartItemReelBreakTheCapsules[] =
|
||||||
|
|
||||||
static kartitems_t K_KartItemReelBoss[] =
|
static kartitems_t K_KartItemReelBoss[] =
|
||||||
{
|
{
|
||||||
// FIXME: gachabom...?
|
|
||||||
KITEM_ORBINAUT,
|
KITEM_ORBINAUT,
|
||||||
KITEM_BANANA,
|
KITEM_BANANA,
|
||||||
|
KITEM_ORBINAUT,
|
||||||
|
KITEM_BANANA,
|
||||||
|
KITEM_GACHABOM,
|
||||||
KITEM_NONE
|
KITEM_NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue