mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[DSC] Fix Kianne, Corrupted Memory
This commit is contained in:
parent
f22755d44d
commit
65129a9d0a
1 changed files with 4 additions and 4 deletions
|
|
@ -46,15 +46,15 @@ public final class KianneCorruptedMemory extends CardImpl {
|
|||
this.addAbility(new SimpleStaticAbility(
|
||||
new ConditionalAsThoughEffect(
|
||||
new CastAsThoughItHadFlashAllEffect(Duration.Custom, filter),
|
||||
KianneCorruptedMemoryOddCondition.instance
|
||||
)));
|
||||
KianneCorruptedMemoryEvenCondition.instance
|
||||
).setText("As long as {this}'s power is even, you may cast noncreature spells as though they had flash.")));
|
||||
|
||||
// As long as Kianne's power is odd, you may cast creature spells as though they had flash.
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new ConditionalAsThoughEffect(
|
||||
new CastAsThoughItHadFlashAllEffect(Duration.Custom, filter2),
|
||||
KianneCorruptedMemoryEvenCondition.instance
|
||||
)));
|
||||
KianneCorruptedMemoryOddCondition.instance
|
||||
).setText("As long as {this}'s power is odd, you may cast creature spells as though they had flash.")));
|
||||
|
||||
// Whenever you draw a card, put a +1/+1 counter on Kianne.
|
||||
this.addAbility(new DrawCardControllerTriggeredAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue