Update src/battle_script_commands.c

Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
ghoulslash 2021-09-23 12:21:26 -06:00 committed by GitHub
parent d4a153bf14
commit 2cea541b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1407,7 +1407,7 @@ static void Cmd_attackcanceler(void)
gBattleCommunication[MULTISTRING_CHOOSER] = 0;
if (BlocksPrankster(gCurrentMove, gBattlerTarget, gBattlerAttacker))
{
// Opponent used a prankster'ed magic coat -> reflected status move should fail against a dark type attacker
// Opponent used a prankster'd magic coat -> reflected status move should fail against a dark-type attacker
gBattlerTarget = gBattlerAttacker;
gBattlescriptCurrInstr = BattleScript_MagicCoatBouncePrankster;
}