Fix Lunge

Addresses #411
This commit is contained in:
LOuroboros 2020-06-15 20:33:47 -03:00 committed by GitHub
parent 72be56c15c
commit e2285850f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9012,7 +9012,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
[MOVE_LUNGE] =
{
.effect = EFFECT_ATTACK_DOWN,
.effect = EFFECT_ATTACK_DOWN_HIT,
.power = 80,
.type = TYPE_BUG,
.accuracy = 100,