- A little precautionary measure for the possible future cards / custom cards utilizing AF Clash.

This commit is contained in:
Agetian
2017-02-21 07:02:55 +00:00
parent 9464645906
commit dbe010b245

View File

@@ -99,6 +99,8 @@ public class ClashAi extends SpellAbilityAi {
if (tgt != null) {
sa.resetTargets();
sa.getTargets().add(tgt);
} else {
return false; // cut short if this part of the clause is not satisfiable (with current card pool should never get here)
}
}