Fixed Svyelun of Sea and Sky applying Ward ability to self (fixes #7940)

This commit is contained in:
Daniel Bomar 2021-06-26 08:35:37 -05:00
parent 63919507f8
commit fa32515fd6
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -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
)));
}