Fix Pyramid of the Pantheon, Fix SourceHasCounterCondition 'toString'

This commit is contained in:
spjspj 2017-04-16 22:04:07 +10:00
parent f43eb06953
commit c895253d5b
2 changed files with 18 additions and 4 deletions

View file

@ -61,7 +61,7 @@ public class PyramidOfThePantheon extends CardImpl {
this.addAbility(new ActivateIfConditionManaAbility(Zone.BATTLEFIELD,
new AddManaOfAnyColorEffect(3),
new TapSourceCost(),
new SourceHasCounterCondition(CounterType.BRICK, 1)));
new SourceHasCounterCondition(CounterType.BRICK, 3)));
}
public PyramidOfThePantheon(final PyramidOfThePantheon card) {