Fixed Raging Fury not causing rampage on user (#3754)

This commit is contained in:
Eduardo Quezada D'Ottone 2023-12-17 15:23:09 -03:00 committed by GitHub
parent e339bc4f29
commit 5d2efbe1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,