Re-implement skip turn using replacement effect

This commit is contained in:
Alumi
2021-03-14 04:53:55 +00:00
committed by Michael Kamensky
parent 84aaccc3da
commit c5ad28a65e
11 changed files with 101 additions and 52 deletions

View File

@@ -71,6 +71,8 @@ public class UntapAi extends SpellAbilityAi {
if (!sa.usesTargeting()) {
if (mandatory) {
return true;
} else if ("Never".equals(sa.getParam("AILogic"))) {
return false;
}
// TODO: use Defined to determine, if this is an unfavorable result