diff --git a/forge-ai/src/main/java/forge/ai/ComputerUtilCombat.java b/forge-ai/src/main/java/forge/ai/ComputerUtilCombat.java index fb1e477b778..5bbffe026c4 100644 --- a/forge-ai/src/main/java/forge/ai/ComputerUtilCombat.java +++ b/forge-ai/src/main/java/forge/ai/ComputerUtilCombat.java @@ -190,7 +190,9 @@ public class ComputerUtilCombat { if (!attacked.getGame().getStaticEffects().getGlobalRuleChange(GlobalRuleChange.noPrevention)) { if (attacker.hasKeyword("Prevent all damage that would be dealt by CARDNAME.") - || attacker.hasKeyword("Prevent all damage that would be dealt to and by CARDNAME.")) { + || attacker.hasKeyword("Prevent all damage that would be dealt to and by CARDNAME.") + || attacker.hasKeyword("Prevent all combat damage that would be dealt by CARDNAME.") + || attacker.hasKeyword("Prevent all combat damage that would be dealt to and dealt by CARDNAME.")) { return 0; } }