Counter affected by Protect, not by Mirror Move (#359)

This commit is contained in:
Eduardo Alvaro Quezada D'Ottone 2020-04-28 04:59:50 -04:00 committed by GitHub
parent 40a23ad799
commit 7b4ccbc6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -962,7 +962,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.secondaryEffectChance = 0, .secondaryEffectChance = 0,
.target = MOVE_TARGET_DEPENDS, .target = MOVE_TARGET_DEPENDS,
.priority = -5, .priority = -5,
.flags = FLAG_MAKES_CONTACT | FLAG_MIRROR_MOVE_AFFECTED, .flags = FLAG_MAKES_CONTACT | FLAG_PROTECT_AFFECTED,
.split = SPLIT_PHYSICAL, .split = SPLIT_PHYSICAL,
}, },