mirror of
https://github.com/correl/mage.git
synced 2024-12-28 11:14:13 +00:00
Gimli, Mournful Avenger - fixed game error on usage (miss watcher)
This commit is contained in:
parent
38be371c25
commit
b35bc46450
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public final class GimliMournfulAvenger extends CardImpl {
|
||||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, filter
|
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, filter
|
||||||
);
|
);
|
||||||
ability.addEffect(new GimliMournfulAvengerEffect());
|
ability.addEffect(new GimliMournfulAvengerEffect());
|
||||||
this.addAbility(ability);
|
this.addAbility(ability, new AbilityResolvedWatcher());
|
||||||
}
|
}
|
||||||
|
|
||||||
private GimliMournfulAvenger(final GimliMournfulAvenger card) {
|
private GimliMournfulAvenger(final GimliMournfulAvenger card) {
|
||||||
|
|
Loading…
Reference in a new issue