mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fixed a small error
This commit is contained in:
parent
09630fb84a
commit
76fb6182ad
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public final class TezzeretMasterOfTheBridge extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// -8: Exile the top ten cards of your library. Put all artifact cards from among them onto the battlefield.
|
||||
this.addAbility(new LoyaltyAbility(new TezzeretMasterOfTheBridgeEffect2, -8));
|
||||
this.addAbility(new LoyaltyAbility(new TezzeretMasterOfTheBridgeEffect2(), -8));
|
||||
}
|
||||
|
||||
private TezzeretMasterOfTheBridge(final TezzeretMasterOfTheBridge card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue