Test framework: fixed ai play commands, added more tests

This commit is contained in:
Oleg Agafonov 2020-03-12 02:05:06 +04:00
parent 14ddb6eb28
commit a20bca1b21
6 changed files with 258 additions and 25 deletions

View file

@ -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) {