forked from External/mage
fixed ability counter creation not using amount
This commit is contained in:
parent
bd3de261cf
commit
5d8d9291ae
2 changed files with 11 additions and 15 deletions
|
|
@ -9,10 +9,6 @@ public class AbilityCounter extends Counter {
|
|||
|
||||
private final Ability ability;
|
||||
|
||||
AbilityCounter(Ability ability) {
|
||||
this(ability, 1);
|
||||
}
|
||||
|
||||
AbilityCounter(Ability ability, int count) {
|
||||
super(ability.getRule(), count);
|
||||
this.ability = ability;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue