mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fix for Alandra Sky Dreamer using lockIn for the boost (#10245)
This commit is contained in:
parent
5f31c061cf
commit
8b7558b78e
1 changed files with 82 additions and 80 deletions
|
@ -49,7 +49,8 @@ public final class AlandraSkyDreamer extends CardImpl {
|
|||
new BoostSourceEffect(
|
||||
CardsInControllerHandCount.instance,
|
||||
CardsInControllerHandCount.instance,
|
||||
Duration.EndOfTurn
|
||||
Duration.EndOfTurn,
|
||||
true
|
||||
).setText("{this}"),
|
||||
false,
|
||||
5
|
||||
|
@ -60,7 +61,8 @@ public final class AlandraSkyDreamer extends CardImpl {
|
|||
CardsInControllerHandCount.instance,
|
||||
Duration.EndOfTurn,
|
||||
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")
|
||||
);
|
||||
this.addAbility(
|
||||
|
|
Loading…
Reference in a new issue