smaller score bonus to speed increase
This commit is contained in:
parent
7988a1f41d
commit
62fc47881d
1 changed files with 1 additions and 1 deletions
|
@ -3238,7 +3238,7 @@ void IncreaseStatUpScore(u8 battlerAtk, u8 battlerDef, u8 statId, s16 *score)
|
||||||
break;
|
break;
|
||||||
case STAT_SPEED:
|
case STAT_SPEED:
|
||||||
if (IsAiFaster(AI_CHECK_SLOWER))
|
if (IsAiFaster(AI_CHECK_SLOWER))
|
||||||
*score += 3;
|
*score += 2;
|
||||||
break;
|
break;
|
||||||
case STAT_SPATK:
|
case STAT_SPATK:
|
||||||
if (HasMoveWithSplit(battlerAtk, SPLIT_SPECIAL) && GetHealthPercentage(battlerAtk) > 40)
|
if (HasMoveWithSplit(battlerAtk, SPLIT_SPECIAL) && GetHealthPercentage(battlerAtk) > 40)
|
||||||
|
|
Loading…
Reference in a new issue