This commit is contained in:
Craig Brennan 2022-05-04 17:23:21 +01:00 committed by GitHub
parent 16bd5374a6
commit 4eef188bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ class LagrellaTheMagpieTriggeredAbility extends DelayedTriggeredAbility {
private final Set<MageObjectReference> morSet = new HashSet<>();
LagrellaTheMagpieTriggeredAbility(Cards cards, Game game) {
super(new AddCountersTargetEffect(CounterType.P1P1.createInstance()), Duration.Custom, false, false);
super(new AddCountersTargetEffect(CounterType.P1P1.createInstance(2)), Duration.Custom, false, false);
cards.getCards(game)
.stream()
.map(card -> new MageObjectReference(card, game, 1))