Merge branch 'special-bubble' into 'master'

Players are never scamming in Special

See merge request kart-krew-dev/ring-racers-internal!2806
This commit is contained in:
Oni VelocitOni 2025-09-13 02:06:07 +00:00
commit 86b576d0ee

View file

@ -511,6 +511,9 @@ fixed_t K_PlayerScamPercentage(const player_t *player, UINT8 mult)
if (!(gametyperules & GTR_CIRCUIT))
return 0;
if (specialstageinfo.valid == true)
return 0;
// "Why 8?" Consistency
// "Why 2000?" Vibes