mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
fixed Mutual Destruction not gaining flash
This commit is contained in:
parent
7522c0a049
commit
63b46c081c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public final class MutualDestruction extends CardImpl {
|
||||||
|
|
||||||
// This spell has flash as long as you control a permanent with flash.
|
// This spell has flash as long as you control a permanent with flash.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.ALL, new ConditionalContinuousEffect(
|
this.addAbility(new SimpleStaticAbility(Zone.ALL, new ConditionalContinuousEffect(
|
||||||
new GainAbilitySourceEffect(FlashAbility.getInstance(), Duration.Custom),
|
new GainAbilitySourceEffect(FlashAbility.getInstance(), Duration.Custom, true),
|
||||||
condition, "This spell has flash as long as you control a permanent with flash."
|
condition, "This spell has flash as long as you control a permanent with flash."
|
||||||
)).setRuleAtTheTop(true));
|
)).setRuleAtTheTop(true));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue