mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 15:01:13 +00:00
Update k_roulette.c
This commit is contained in:
parent
021f829112
commit
321c8bf976
1 changed files with 3 additions and 2 deletions
|
|
@ -152,13 +152,14 @@ static kartitems_t K_KartItemReelTimeAttack[] =
|
|||
|
||||
static kartitems_t K_KartItemReelBreakTheCapsules[] =
|
||||
{
|
||||
KRITEM_TRIPLEORBINAUT,
|
||||
KITEM_BANANA,
|
||||
KITEM_GACHABOM,
|
||||
KRITEM_TRIPLEGACHABOM,
|
||||
KITEM_NONE
|
||||
};
|
||||
|
||||
static kartitems_t K_KartItemReelBoss[] =
|
||||
{
|
||||
// FIXME: gachabom...?
|
||||
KITEM_ORBINAUT,
|
||||
KITEM_BANANA,
|
||||
KITEM_NONE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue