mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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.
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue