mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Fix Dire Wolves
This commit is contained in:
parent
b0d69dda33
commit
836a2f8fac
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class DireWolves extends CardImpl {
|
||||||
|
|
||||||
// Dire Wolves has banding as long as you control a Plains.
|
// Dire Wolves has banding as long as you control a Plains.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
|
||||||
new ConditionalContinuousEffect(new GainAbilitySourceEffect(new BandingAbility()), new PermanentsOnTheBattlefieldCondition(filter), rule)));
|
new ConditionalContinuousEffect(new GainAbilitySourceEffect(BandingAbility.getInstance()), new PermanentsOnTheBattlefieldCondition(filter), rule)));
|
||||||
}
|
}
|
||||||
|
|
||||||
public DireWolves(final DireWolves card) {
|
public DireWolves(final DireWolves card) {
|
||||||
|
|
Loading…
Reference in a new issue