Fix Fire Lash
As stated in #411, this move should hurt the opponent and lower their defense, not just the latter.
This commit is contained in:
parent
72be56c15c
commit
746bdb581a
1 changed files with 1 additions and 1 deletions
|
@ -9026,7 +9026,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||
|
||||
[MOVE_FIRE_LASH] =
|
||||
{
|
||||
.effect = EFFECT_DEFENSE_DOWN,
|
||||
.effect = EFFECT_DEFENSE_DOWN_HIT,
|
||||
.power = 80,
|
||||
.type = TYPE_FIRE,
|
||||
.accuracy = 100,
|
||||
|
|
Loading…
Reference in a new issue