Merge pull request #1632 from BuffelSaft/hammer-arm

Fix Hammer arm's effect chance
This commit is contained in:
DizzyEggg 2021-09-06 10:16:47 +02:00 committed by GitHub
commit 67fd379771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5711,7 +5711,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.type = TYPE_FIGHTING,
.accuracy = 90,
.pp = 10,
.secondaryEffectChance = 0,
.secondaryEffectChance = 100,
.target = MOVE_TARGET_SELECTED,
.priority = 0,
.flags = FLAG_MAKES_CONTACT | FLAG_PROTECT_AFFECTED | FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGS_ROCK_AFFECTED | FLAG_IRON_FIST_BOOST,