Merge pull request #1839 from AsparagusEduardo/BE_fixPlasmaFists

Fixed Plasma Fists target
This commit is contained in:
BuffelSaft 2021-11-01 20:09:41 +13:00 committed by GitHub
commit 4edee8f5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10446,7 +10446,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.accuracy = 100,
.pp = 15,
.secondaryEffectChance = 0,
.target = MOVE_TARGET_FOES_AND_ALLY,
.target = MOVE_TARGET_SELECTED,
.priority = 0,
.flags = FLAG_MAKES_CONTACT | FLAG_PROTECT_AFFECTED | FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGS_ROCK_AFFECTED | FLAG_IRON_FIST_BOOST,
.split = SPLIT_PHYSICAL,