mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Max Flame Shield in Catcher/Tutorial
This commit is contained in:
parent
b3a2cc2ea9
commit
38be6953e7
1 changed files with 1 additions and 1 deletions
|
|
@ -13565,7 +13565,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