Merge pull request #412 from LOuroboros/patch-2

Fix Lunge
This commit is contained in:
DizzyEggg 2020-06-22 10:02:01 +02:00 committed by GitHub
commit 947921c308
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,