Fixde magic guard aftermath

This commit is contained in:
Bertie690 2025-06-15 10:25:49 -04:00
parent be3c42a531
commit 12a626d2a5

View File

@ -6549,7 +6549,7 @@ export class PostFaintContactDamageAbAttr extends PostFaintAbAttr {
// TODO: Does aftermath display text if the attacker has Magic Guard? // TODO: Does aftermath display text if the attacker has Magic Guard?
applyAbAttrs("BlockNonDirectDamageAbAttr", attacker, cancelled); applyAbAttrs("BlockNonDirectDamageAbAttr", attacker, cancelled);
return cancelled.value; return !cancelled.value;
} }
override applyPostFaint( override applyPostFaint(