forked from External/mage
Test framework: fixed ai play commands, added more tests
This commit is contained in:
parent
14ddb6eb28
commit
a20bca1b21
6 changed files with 258 additions and 25 deletions
|
|
@ -46,7 +46,7 @@ public enum Outcome {
|
|||
// AI sorting targets by priorities (own or opponents) and selects most valueable or weakest
|
||||
private final boolean good;
|
||||
|
||||
// no different between own or opponent targets (example: copy must choose from all permanents) // TODO: copy must choose most valueable from opponent too
|
||||
// no different between own or opponent targets (example: copy must choose from all permanents)
|
||||
private boolean canTargetAll;
|
||||
|
||||
Outcome(boolean good) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue