Merge branch 'tutorial-flame' into 'master'

Max Flame Shield in Catcher/Tutorial

Closes ring-racers#219

See merge request kart-krew-dev/ring-racers-internal!2882
This commit is contained in:
AJ Martinez 2025-09-23 09:44:59 +00:00
commit 6bd6c91077

View file

@ -13570,7 +13570,7 @@ static INT32 K_FlameShieldMax(player_t *player)
disttofinish = K_GetItemRouletteDistance(player, 8);
if (D_NumPlayersInRace() <= 1)
if (D_NumPlayersInRace() <= 1 || (gametyperules & GTR_CATCHER) || (gametype == GT_TUTORIAL))
{
return FLAMESHIELD_MAX; // max when alone, for testing
// and when in battle, for chaos