Forgot to reset Wicked Torque effect rate

This commit is contained in:
Bassoonian 2022-11-18 22:00:46 +01:00
parent 3ac3cb249e
commit a250341e6c

View file

@ -14440,7 +14440,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
.type = TYPE_DARK,
.accuracy = 100,
.pp = 10,
.secondaryEffectChance = 100,
.secondaryEffectChance = 10,
.target = MOVE_TARGET_SELECTED,
.priority = 0,
.flags = FLAG_PROTECT_AFFECTED,