mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
6bd6c91077
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue