mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +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
|
||||
);
|
||||
ability.addEffect(new GimliMournfulAvengerEffect());
|
||||
this.addAbility(ability);
|
||||
this.addAbility(ability, new AbilityResolvedWatcher());
|
||||
}
|
||||
|
||||
private GimliMournfulAvenger(final GimliMournfulAvenger card) {
|
||||
|
|
Loading…
Reference in a new issue