mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-15 15:42:27 +00:00
Merge branch 'unhelpful-super-ring' into 'master'
Use Super Ring 'assistance' only in 1st (fixes #433) Closes #433 See merge request KartKrew/Kart!918
This commit is contained in:
commit
c050e1c340
1 changed files with 1 additions and 0 deletions
|
|
@ -1106,6 +1106,7 @@ static void K_AddItemToReel(const player_t *player, itemroulette_t *const roulet
|
|||
// a BUNCH of Super Rings.
|
||||
if (K_ItemEnabled(KITEM_SUPERRING) == true
|
||||
&& player->rings <= 0
|
||||
&& player->position == 1
|
||||
&& (gametyperules & GTR_SPHERES) == 0)
|
||||
{
|
||||
K_PushToRouletteItemList(roulette, KITEM_SUPERRING);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue