Fix AI not playing Lord of Tresserhorn trigger

This commit is contained in:
tool4EvEr
2021-11-20 13:02:24 +01:00
parent d8cceefe39
commit aa34b74fc4
2 changed files with 5 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ public class DrawAi extends SpellAbilityAi {
@Override
public boolean chkAIDrawback(SpellAbility sa, Player ai) {
return targetAI(ai, sa, false);
return targetAI(ai, sa, sa.isTrigger() && !sa.getRootAbility().isOptionalTrigger());
}
/**