mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-07 00:41:13 +00:00
Weaken slightly
This commit is contained in:
parent
f47c78832a
commit
fccdfc1bfd
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ static INT32 K_FindUseodds(player_t *player, fixed_t mashed, INT32 pingame, INT3
|
||||||
if (franticitems) // Frantic items make the distances between everyone artifically higher, for crazier items
|
if (franticitems) // Frantic items make the distances between everyone artifically higher, for crazier items
|
||||||
pdis = (15*pdis)/14;
|
pdis = (15*pdis)/14;
|
||||||
if (spbrush) // SPB Rush Mode: It's 2nd place's job to catch-up items and make 1st place's job hell
|
if (spbrush) // SPB Rush Mode: It's 2nd place's job to catch-up items and make 1st place's job hell
|
||||||
pdis *= 2;
|
pdis = (3*pdis)/2;
|
||||||
if (pingame < 8)
|
if (pingame < 8)
|
||||||
pdis = ((28+(8-pingame))*pdis)/28;
|
pdis = ((28+(8-pingame))*pdis)/28;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue