mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
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:
commit
86b576d0ee
1 changed files with 3 additions and 0 deletions
|
|
@ -511,6 +511,9 @@ fixed_t K_PlayerScamPercentage(const player_t *player, UINT8 mult)
|
||||||
if (!(gametyperules & GTR_CIRCUIT))
|
if (!(gametyperules & GTR_CIRCUIT))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
if (specialstageinfo.valid == true)
|
||||||
|
return 0;
|
||||||
|
|
||||||
// "Why 8?" Consistency
|
// "Why 8?" Consistency
|
||||||
// "Why 2000?" Vibes
|
// "Why 2000?" Vibes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue