mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Players are never scamming in GTR_SPHERES
This commit is contained in:
parent
d236620adf
commit
cb0bff86ac
1 changed files with 3 additions and 0 deletions
|
|
@ -446,6 +446,9 @@ boolean K_IsPlayerScamming(player_t *player)
|
|||
if (!M_NotFreePlay())
|
||||
return false;
|
||||
|
||||
if (gametyperules & GTR_SPHERES)
|
||||
return false;
|
||||
|
||||
// "Why 8?" Consistency
|
||||
// "Why 2000?" Vibes
|
||||
return (K_GetItemRouletteDistance(player, 8) < SCAMDIST);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue