Adjust INVFORCEODDS
It's now half of INVFORCEODDS instead of 75%
This commit is contained in:
parent
e3fa439f27
commit
fd5da2dd73
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ UINT32 K_ScaleItemDistance(UINT32 distance, UINT8 numPlayers, boolean spbrush)
|
||||||
#define MAXINVODDS ((MAXPROBABILITY * 2) * INVINDESPERATION)
|
#define MAXINVODDS ((MAXPROBABILITY * 2) * INVINDESPERATION)
|
||||||
|
|
||||||
// Odds value for Alt. Invin. to force itself on trailing players.
|
// Odds value for Alt. Invin. to force itself on trailing players.
|
||||||
#define INVFORCEODDS (3 * MAXINVODDS / 4)
|
#define INVFORCEODDS (MAXINVODDS / 2)
|
||||||
|
|
||||||
static INT32 K_KartGetInvincibilityOdds(UINT32 dist)
|
static INT32 K_KartGetInvincibilityOdds(UINT32 dist)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue