Gimli, Mournful Avenger - fixed game error on usage (miss watcher)

This commit is contained in:
Oleg Agafonov 2023-06-18 17:10:43 +04:00
parent 38be371c25
commit b35bc46450

View file

@ -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) {