forked from External/mage
VenserTheSojourner TODO. Related Issue 198.
This commit is contained in:
parent
026714237c
commit
efc34be2cd
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ public class VenserTheSojourner extends CardImpl<VenserTheSojourner> {
|
|||
ability1.addTarget(new TargetControlledPermanent());
|
||||
this.addAbility(ability1);
|
||||
|
||||
//TODO: Venser's second ability doesn't lock in what it applies to. That's because the effect states a true thing about creatures,
|
||||
// but doesn't actually change the characteristics of those creatures. As a result, all creatures are unblockable that turn, including creatures you don't control, creatures that weren't on the battlefield at the time the ability resolved, and creatures that have lost all abilities.
|
||||
// -1: Creatures are unblockable this turn.
|
||||
this.addAbility(new LoyaltyAbility(new GainAbilityAllEffect(UnblockableAbility.getInstance(), Constants.Duration.EndOfTurn, FilterCreaturePermanent.getDefault()), -1));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue