Skip to content

Commit

Permalink
Fixed Raging Fury not causing rampage on user (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Dec 17, 2023
1 parent e339bc4 commit 5d2efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/battle_moves.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d2efbe

Please sign in to comment.