mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added AI logic AlwaysConfirm to AF Dig for some unusual complex cards (e.g. Quest for Ula's Temple)
This commit is contained in:
@@ -142,6 +142,8 @@ public class DigAi extends SpellAbilityAi {
|
|||||||
// for Explorer's Scope, always put a land on the battlefield tapped
|
// for Explorer's Scope, always put a land on the battlefield tapped
|
||||||
// (TODO: might not always be a good idea, e.g. when a land ETBing can have detrimental effects)
|
// (TODO: might not always be a good idea, e.g. when a land ETBing can have detrimental effects)
|
||||||
return true;
|
return true;
|
||||||
|
} else if ("AlwaysConfirm".equals(sa.getParam("AILogic"))) {
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user