mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- A tweak to the previous method
This commit is contained in:
@@ -133,7 +133,7 @@ public class CostRemoveAnyCounter extends CostPartWithList {
|
|||||||
c = AbilityUtils.calculateAmount(source, amount, ability);
|
c = AbilityUtils.calculateAmount(source, amount, ability);
|
||||||
}
|
}
|
||||||
if (decision.cards.isEmpty()) {
|
if (decision.cards.isEmpty()) {
|
||||||
System.err.println(TextUtil.concatWithSpace("Warning: payment decision array was empty when paying CostRemoveAnyCounter for" + ability));
|
System.err.println(TextUtil.concatWithSpace("Warning: payment decision array was empty when paying CostRemoveAnyCounter for" , ability.getDescription(), "from", ability.getHostCard().toString()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Card valid = decision.cards.get(0);
|
Card valid = decision.cards.get(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user