fix for Alandra Sky Dreamer using lockIn for the boost (#10245)

This commit is contained in:
amoscatelli 2023-04-20 21:01:42 +02:00 committed by GitHub
parent 5f31c061cf
commit 8b7558b78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ public final class AlandraSkyDreamer extends CardImpl {
new BoostSourceEffect( new BoostSourceEffect(
CardsInControllerHandCount.instance, CardsInControllerHandCount.instance,
CardsInControllerHandCount.instance, CardsInControllerHandCount.instance,
Duration.EndOfTurn Duration.EndOfTurn,
true
).setText("{this}"), ).setText("{this}"),
false, false,
5 5
@ -60,7 +61,8 @@ public final class AlandraSkyDreamer extends CardImpl {
CardsInControllerHandCount.instance, CardsInControllerHandCount.instance,
Duration.EndOfTurn, Duration.EndOfTurn,
filter, filter,
false false,
true
).setText("and Drakes you control each get +X/+X until end of turn, where X is the number of cards in your hand") ).setText("and Drakes you control each get +X/+X until end of turn, where X is the number of cards in your hand")
); );
this.addAbility( this.addAbility(