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:
LOuroboros 2020-06-15 20:35:35 -03:00 committed by GitHub
parent 72be56c15c
commit 746bdb581a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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