mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Minor changes.
This commit is contained in:
parent
54d28550b4
commit
af18f95bba
2 changed files with 8 additions and 6 deletions
|
|
@ -662,9 +662,13 @@ public class TestPlayer implements Player {
|
|||
|
||||
}
|
||||
}
|
||||
if (targetFound && targetCard.isChosen()) {
|
||||
choices.remove(choose2);
|
||||
return true;
|
||||
if (targetFound) {
|
||||
if (targetCard.isChosen()) {
|
||||
choices.remove(choose2);
|
||||
return true;
|
||||
} else {
|
||||
target.clearChosen();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue