mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
Fix Pyramid of the Pantheon, Fix SourceHasCounterCondition 'toString'
This commit is contained in:
parent
f43eb06953
commit
c895253d5b
2 changed files with 18 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue