Update FracturedLoyalty.java

This commit is contained in:
Zzooouhh 2017-10-02 22:52:19 +02:00 committed by GitHub
parent f814871738
commit 63979ec133

View file

@ -70,7 +70,7 @@ public class FracturedLoyalty extends CardImpl {
// Whenever enchanted creature becomes the target of a spell or ability, that spell or ability's controller gains control of that creature.
//this.addAbility(new FracturedLoyaltyTriggeredAbility());
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(new FracturedLoyaltyTriggeredAbility(), AttachmentType.AURA, Duration.Custom, "Whenever enchanted creature becomes the target of a spell or ability, that spell or ability's controller gains control of that creature.")));
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(new FracturedLoyaltyTriggeredAbility(), AttachmentType.AURA, Duration.WhileOnBattlefield, "Whenever enchanted creature becomes the target of a spell or ability, that spell or ability's controller gains control of that creature.")));
}
public FracturedLoyalty(final FracturedLoyalty card) {