mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Players are never scamming in Special
This commit is contained in:
parent
ec70f62f36
commit
5f4009755f
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))
|
||||
return 0;
|
||||
|
||||
if (specialstageinfo.valid == true)
|
||||
return 0;
|
||||
|
||||
// "Why 8?" Consistency
|
||||
// "Why 2000?" Vibes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue