mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
Merge branch 'superhot' into 'master'
Players are never scamming in GTR_SPHERES Closes #1530 See merge request kart-krew-dev/ring-racers-internal!2569
This commit is contained in:
commit
75c81b47bd
1 changed files with 3 additions and 0 deletions
|
|
@ -446,6 +446,9 @@ boolean K_IsPlayerScamming(player_t *player)
|
||||||
if (!M_NotFreePlay())
|
if (!M_NotFreePlay())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
if (!(gametyperules & GTR_CIRCUIT))
|
||||||
|
return false;
|
||||||
|
|
||||||
// "Why 8?" Consistency
|
// "Why 8?" Consistency
|
||||||
// "Why 2000?" Vibes
|
// "Why 2000?" Vibes
|
||||||
return (K_GetItemRouletteDistance(player, 8) < SCAMDIST);
|
return (K_GetItemRouletteDistance(player, 8) < SCAMDIST);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue