mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'gachaboss' into 'master'
Use intermittent Gachabom in boss item table See merge request KartKrew/Kart!954
This commit is contained in:
commit
b0a4350454
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