Fixed Raging Fury not causing rampage on user (#3754)
This commit is contained in:
parent
e339bc4f29
commit
5d2efbe1a2
1 changed files with 1 additions and 1 deletions
|
@ -12697,7 +12697,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
|
|||
.type = TYPE_FIRE,
|
||||
.accuracy = 100,
|
||||
.pp = 10,
|
||||
.secondaryEffectChance = 0,
|
||||
.secondaryEffectChance = 100,
|
||||
.target = MOVE_TARGET_RANDOM,
|
||||
.priority = 0,
|
||||
.split = SPLIT_PHYSICAL,
|
||||
|
|
Loading…
Reference in a new issue