mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fixed Svyelun of Sea and Sky applying Ward ability to self (fixes #7940)
This commit is contained in:
parent
63919507f8
commit
fa32515fd6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public final class SvyelunOfSeaAndSky extends CardImpl {
|
|||
|
||||
// Other Merfolk you control have ward {1}.
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
new WardAbility(new GenericManaCost(1)), Duration.WhileOnBattlefield, filter
|
||||
new WardAbility(new GenericManaCost(1)), Duration.WhileOnBattlefield, filter, true
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue