mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fix double tap cost
This commit is contained in:
parent
d050c80de0
commit
350e1bca76
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ public class BorosGarrison extends CardImpl<BorosGarrison> {
|
|||
class BorosGarrisonAbility extends BasicManaAbility<BorosGarrisonAbility> {
|
||||
public BorosGarrisonAbility() {
|
||||
super(new BasicManaEffect(new Mana(1, 0, 0, 1, 0, 0, 0)));
|
||||
this.addCost(new TapSourceCost());
|
||||
this.netMana.setRed(1);
|
||||
this.netMana.setWhite(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue