mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix AI not playing Lord of Tresserhorn trigger
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user