VenserTheSojourner TODO. Related Issue 198.

This commit is contained in:
magenoxx 2011-08-04 20:07:37 +04:00
parent 026714237c
commit efc34be2cd

View file

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