forked from External/mage
Fix spelling of doneChoosing() (#9002)
This commit is contained in:
parent
1e61efb90e
commit
0c8ef41012
8 changed files with 30 additions and 30 deletions
|
|
@ -45,11 +45,11 @@ public abstract class TargetAmount extends TargetImpl {
|
|||
|
||||
@Override
|
||||
public boolean isChosen() {
|
||||
return doneChosing();
|
||||
return doneChoosing();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean doneChosing() {
|
||||
public boolean doneChoosing() {
|
||||
return amountWasSet
|
||||
&& (remainingAmount == 0
|
||||
|| (getMinNumberOfTargets() < getMaxNumberOfTargets()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue