Update src/battle_script_commands.c
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
parent
d4a153bf14
commit
2cea541b2a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue