mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Mhm. Changing this back.
This commit is contained in:
parent
10d09d3dd8
commit
3b2d156e7f
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, player_t *player, boolean
|
|||
if ((!cv_selfpropelledbomb.value)
|
||||
|| (indirectitemcooldown > 0)
|
||||
|| (pexiting > 0)
|
||||
|| (secondist <= distvar*3)) newodds = 0;
|
||||
|| (secondist <= distvar*4)) newodds = 0;
|
||||
break;
|
||||
case KITEM_GROW:
|
||||
if (franticitems) newodds *= 2;
|
||||
|
|
Loading…
Reference in a new issue